View an EC2 Log File
- Open the Amazon RDS console at https://console.aws.amazon.com/ec2/.
- Click Running Instances to view list of running EC2 instances.
- In the list of running EC2 instances, select EC2 instance(s) which is running connect application by clicking Instance ID.
- In the Instance section, copy the Private IPv4 addresses.
- Login to EC2 instance by doing SSH.
Example: > ssh i "rocksolid.pem" ec2 user@10.10.10.20
- Once the login is successful, go to directory 'connect'
- Execute >cat logs/mirth.log