1.https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html 위의 홈페이지에서 윈도우즈 버전 설치 후 aws --version 명령어로 설치 확인 2. IAM에서 IAM 유저 생성 후 액세스키 발급 aws configure list-profiles 프로필 리스트 확인 명령어 aws configure --profile Vincent-dev Vincent-dev 프로필을 사용할 것이기 때문에 configure에 프로필 추가 Remote tfstate 저장소 활용https://developer.hashicorp.com/terraform/language/backend/s3https://dewble.tistory.co..