Aws Container를 사용하기 위해 Aws Linux Ubuntu 서버에서 aws cli 설치하는 법을 알아보겠습니다.
# Aws cli가 시스템에 설치되어 있는지 확인 후 설치
sudo apt update
sudo apt install awscli
# Aws cli 버전 확인
aws --version
# Aws Configure 설정
aws configure
secret Access Key = {}
access key = {}
Default region name = {}
'Server > Linux' 카테고리의 다른 글
[Ubuntu] Linux Failed to start MariaDB 10.6.12 database server 오류 해결 (0) | 2023.10.25 |
---|---|
[Ubuntu] Linux 외부 방화벽 설정하는 법 Firewalld (0) | 2023.10.23 |
[Aws Ubuntu] MariaDB 설치 + AWS EBS + 외부 접속 가능하도록 (0) | 2023.10.20 |
[Ubuntu] AWS EBS Volume 추가하기 (0) | 2023.10.20 |
[linux] MongoDB 설치하기 (0) | 2023.07.12 |