상세 컨텐츠

본문 제목

aws configure #설정 삭제하기

개발

by A+티스토리 2021. 6. 22. 15:12

본문

반응형

해당 설정을 하는 경우,

"C:\Users\Administrator\.aws\"에 파일이 생성된다.

따라서, 해당 폴더나 파일을 삭제하면, 초기화 된다.

aws configure 설정 파일

 

참조자료

https://docs.aws.amazon.com/cli/latest/reference/configure/

 

configure — AWS CLI 1.19.97 Command Reference

Note: You are viewing the documentation for an older major version of the AWS CLI (version 1). AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. F

docs.aws.amazon.com

 

Examples

To create a new configuration:

$ aws configure
AWS Access Key ID [None]: accesskey
AWS Secret Access Key [None]: secretkey
Default region name [None]: us-west-2
Default output format [None]:

To update just the region name:

$ aws configure
AWS Access Key ID [****]:
AWS Secret Access Key [****]:
Default region name [us-west-1]: us-west-2
Default output format [None]:

반응형

관련글 더보기

댓글 영역