databaseandnetworkmanagement:atc_aws_access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
databaseandnetworkmanagement:atc_aws_access [2017/09/26 11:08] adowlingdatabaseandnetworkmanagement:atc_aws_access [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== American Tower AWS Access ======
  
 +In order to access the American Tower servers which are hosted via Amazon Web Services, the login process is as follows:
 +
 +Retrieve the .pem file from the errigal shared dropbox:
 +**cd ~/Dropbox/Errigal Shared Documents/Amazon EC2/dev keys**
 +
 +===== errigalatcapps1 =====
 +//ssh -i atc_key.pem scotty@ec2-54-164-70-0.compute-1.amazonaws.com//
 +
 +
 +===== errigalatcapps2 =====
 +//ssh -i atc_key.pem scotty@ec2-54-89-235-178.compute-1.amazonaws.com//
 +
 +===== errigalatclb1 =====
 +//ssh -i atc_key.pem scotty@ec2-34-234-153-195.compute-1.amazonaws.com//
 +
 +===== RDS Instance =====
 +//mysql -uroot -p -h atcdb01.ckpotpvjjxpn.us-east-1.rds.amazonaws.com// (password in pwSafe)
 +
 +==== Troubleshooting login issues: ====
 +
 +  - Permission denied (publickey): Usually this is a permissions issue on the .pem file fixed by chmod  600 //.pem file//.
 +  - errrigalatcapps1 and errigalatcapps2 do not currently have elastic ip addresses associated with the instances. Therefore if the instance was shutdown and then started back up, the public ip address would have changed. If you are having issues logging in, check the ssh address from the AWS console as follows:
 +     - Login to AWS using the following tutorial: [[databaseandnetworkmanagement:aws_login|AWS Login]]
 +     - Navigate to the N. Virginia Region
 +     - Select the instance in the list you want to connect to and check its Public DNS entry on the right hand side of the column list. This is the current dns address that can be used for accessing this instance:
 +     {{:databaseandnetworkmanagement:screen_shot_2017-09-26_at_11.05.36.png|}}
 +
 +
 +
 +For further instance access troubleshooting see:
 +http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html