-
<EC2> Amazon Linux root 로그인Flower in my ops/AWS 2021. 1. 22. 12:25
Please login as the user "ec2-user" rather than the user "root". 1. ec2-user로 로그인 2. sudo vim /etc/ssh/sshd_config -> PermitRootLogin Yes 주석해제 3. sudo cp /home/ec2-user/.ssh/authorized_keys /root/.ssh/authorized_keys 4. sudo service sshd restart
-
AWS CLI 설정Flower in my ops/AWS 2020. 12. 7. 15:09
참고 : docs.aws.amazon.com/ko_kr/cli/latest/userguide/cli-chap-welcome.html 1. access key & secret key - 계정정보를 클릭하여 드롭다운메뉴에서 [Security Credentials] 를 선택 - [Create access key] 를 선택하여 .csv 파일을 다운 받거나 key 정보를 복사 2.aws configure profile - 다운받은 Access key와 Secret key를 설정 - aws configure : default 설정 - aws configure --profile {PROFILE_NAME} : 계정별 제어를 할 경우 설정 더보기 $ aws configure AWS Access Key ID [None]:..