aws configure
AWS CLI ํ๊ฒฝ ์ค์ ๊ด๋ฆฌ.
๋ ๋ง์ ์ ๋ณด: https://docs.aws.amazon.com/cli/latest/reference/configure/.
- AWS CLI๋ฅผ ๋ํํ์ผ๋ก ๊ตฌ์ฑ (์๋ก์ด ํ๊ฒฝ์ ์ค์ ํ๊ฑฐ๋ ๊ธฐ๋ณธ๊ฐ์ ์
๋ฐ์ดํธ):
aws configure
- ๋ํํ์ผ๋ก AWS CLI์ ๋ํ ๋ช
๋ช
๋ ํ๋กํ์ ๊ตฌ์ฑ (์ ํ๋กํ์ ์์ฑํ๊ฑฐ๋, ๊ธฐ์กด ํ๋กํ์ ์
๋ฐ์ดํธ):
aws configure --profile {{ํ๋กํ์ผ_์ด๋ฆ}}
- ํน์ ํ๊ฒฝ ๋ณ์์ ๊ฐ์ ํ์:
aws configure get {{์ด๋ฆ}}
- ํน์ ํ๋กํ์ ํ๊ฒฝ ๋ณ์ ๊ฐ์ ํ์:
aws configure get {{์ด๋ฆ}} --profile {{ํ๋กํ์ผ_์ด๋ฆ}}
- ํน์ ํ๊ฒฝ ๋ณ์์ ๊ฐ์ ์ค์ :
aws configure set {{์ด๋ฆ}} {{๊ฐ}}
- ํน์ ํ๋กํ์ ํ๊ฒฝ ๋ณ์ ๊ฐ ์ค์ :
aws configure set {{์ด๋ฆ}} {{๊ฐ}} --profile {{ํ๋กํ์ผ_์ด๋ฆ}}
- ๊ตฌ์ฑ ํ์ผ์ ํญ๋ชฉ์ ๋์ด:
aws configure list
- ํน์ ํ๋กํ์ ๋ํ ํ๊ฒฝ ์ค์ ํญ๋ชฉ ๋์ด:
aws configure list --profile {{ํ๋กํ์ผ_์ด๋ฆ}}