AWS CLI
์๊พธ ์์ด์ ์ ์ด๋๊ธฐ...
What is the AWS Command Line Interface?
Command-line shell ์ ์ฌ์ฉํ์ฌ AWS ์๋น์ค์ ์ํธ์์ฉํ ์ ์๋ open source tool
AWS CLI๋ฅผ ์ฌ์ฉํ๋ฉด minimal configuration์ผ๋ก ์ํ๋ terminal program ์์ browser๊ธฐ๋ฐ AWS Management console์์ ์ ๊ณตํ๋ ๊ฒ๊ณผ ๋์ผํ ๊ธฐ๋ฅ์ ๊ตฌํํ๋ ๋ช ๋ น์ ์คํํ ์ ์๋ค
Linux shells
bash, zsh, tcsh ๋ฑ์ ์ผ๋ฐ์ ์ธ shell program์ ์ฌ์ฉํ์ฌ Linux ๋๋ MacOS ์์ ๋ช ๋ น ์คํ
Windows command line
Windows์์๋ Powershell ๋๋ Windows command prompt ๋ฅผ ์ฌ์ฉํ์ฌ ๋ช ๋ น ์คํ
Remotely
PuTTY, SSH ๋ฑ์ ์๊ฒฉ ํฐ๋ฏธ๋ ํ๋ก๊ทธ๋จ ๋๋ AWS Systems Manager ๋ฅผ ํตํด EC2 instance์์ ๋ช ๋ น ์คํ
Installing the AWS CLI version 2 on Linux
1. Download the installation file
curl
๋ช ๋ น์ด ์ฌ์ฉ
2. Unzip the installer
3. Run the install program
4. Confirm the installation
Configuring the AWS CLI
configure
ex)
region ํ์ธํด๋ณด๊ธฐ
Last updated
Was this helpful?