User Tools
databaseandnetworkmanagement:atc_aws_access
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| databaseandnetworkmanagement:atc_aws_access [2017/09/26 11:16] – adowling | databaseandnetworkmanagement: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 ~/ | ||
| + | |||
| + | ===== 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// | ||
| + | |||
| + | ==== Troubleshooting login issues: ==== | ||
| + | |||
| + | - Permission denied (publickey): | ||
| + | - 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: | ||
| + | - 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: | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | For further instance access troubleshooting see: | ||
| + | http:// | ||