Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform apply 오류 #4

Open
daasol opened this issue Oct 7, 2021 · 3 comments
Open

terraform apply 오류 #4

daasol opened this issue Oct 7, 2021 · 3 comments

Comments

@daasol
Copy link

daasol commented Oct 7, 2021

variables.tf에서 ami의 default를 발급받은 새 ami 값으로 수정 하고 난 후, terraform plan까지는 잘되나
terraform apply할 때 다음과 같은 오류가 발생합니다.

확인해주시면 감사하겟습니다.
캡쳐 2021-10-07 오전 11 02 22

@charsyam
Copy link
Owner

charsyam commented Oct 7, 2021

@daasol 안녕하세요. 질문주셔서 감사합니다. default를 발급받은 새 ami 값으로수정하셨다고 하는데 해당 ami는 어디서 보신건지 궁금합니다.

ec2 생성에서 나오는 기본 ami 이미지라면, 혹시나 region 정보도 체크해주시면 좋을듯 합니다. aws configuration 에서 기본적으로 ami를 보신 region과 실제 생성하려는 region이 다르면 InvalidAMIID.NotFound가 발생할 수 있습니다.

기본 AMI고 region이 동일하면 AMI-ID를 알려주시면 확인하고 다시 답변드리겠습니다.

@daasol
Copy link
Author

daasol commented Oct 8, 2021

region 정보를 확인해보니 미국 동부 (오하이오)us-east-2여서 아시아 태평양 (서울)ap-northeast-2로 변경하였습니다.
감사합니다. 이후 ami 변경하지 않고 깃헙에서 다운받은 그대로 실행하였을때 다음 오류 발생하는데 확인 부탁드립니다.
WAPL_20211008_52517

@charsyam
Copy link
Owner

charsyam commented Oct 8, 2021

@daasol 좋은 제보 감사합니다. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html#fixed-duration-spot-instances

위의 링크를 보시면 2021년 7/1일 부터 가입한 새로운 가입자는 해당 기능이 막혀있고, 기존 사용자는 2022년 12월 31일까지 지원한다고 되어있네요. 제가 오래전 부터 가입이 되어있던 유저라 실행이 되었습니다.

해당 코드 삭제 후 push 했으니, 새로 받으시거나 instances.tf 에서 block_duration_minutes = 120 되어있는 라인을 지워주시면 됩니다. 좋은 제보해주셔서 감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants