How to SSH?
- Login to AWS console
- Go to EC2 – Instances (Oregon region)
- Select Security Group – AX-PROD-BASTION-SG
- Edit Inbound Rules
- Update Your IP or Create new Rule
- Set type to SSH & Select My IP
- Open Terminal
ssh-add AX-PROD-KEY-PAIR.pem
ssh -A ubuntu@{AX-PROD-BASTION.public_ip}
ssh ubuntu@{server.private_ip}
0 Comments