scp private_key.pem bastion_host_ip:~/
ssh -i private_key.pem linuxUserName@private_ec2_ip
vpc 검색 후 좌측 메뉴중 endPoints Click
create Endpoint
좌측 메뉴중 route tables를 클릭 후 생성한 endpoint가 private subnet에 연결된 route table에 잘 적용됐는지 확인한다.
aws cli 인증정보 확인
[ec2-user@ip-10-0-1-209 ~]$ aws configure list
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key ****************EGJU iam-role
secret_key ****************ntG+ iam-role
region <not set> None None
aws s3 bucket list 확인 (지역 정보와 함께)
aws s3 ls --region ap-northeast-2