-
Notifications
You must be signed in to change notification settings - Fork 25
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 "output"오류 #5
Comments
@GunWoo-Park 에러를 보시면 현재 allow_the_red 라는 security group이 이미 존재한다고 되어있습니다. 해당 security group을 삭제하고 다시 terraform plan, terraform init을 해보시면 될듯합니다. |
보안 그룹 삭제가 안되고 있는데 어떻게 하나요? |
1] terraform destroy 를 이용하시는 방법이 있고, 해당 방법으로 잘 지워지지 않는다면... |
2] 로 보실때 이름이 allow_the_red 로 설정된 security 그름이 삭제가 안되는 걸까요? 위에 화면에는 default 그룹을 삭제하려고 시도하시는 걸로 보입니다. :) |
allow_the_red 로 설정된 security 그룹은 처음부터 없었어요... 만든적도 없구요, the_red라는 ami 유저만 만들었습니다. |
Security Group 목록을 캡쳐해서 올려주실 수 있으실까요? |
감사합니다 그런데 혹시 해당 계정의 AWS 액세스 키를 사용하신게 맞을까요? 에러는 중복에러인데 저기에 현재 데이터가 없으면 흐음 |
혹시 사용하시는 PC의 시간이 맞는지 한번 체크해보시겠어요? |
시간이 맞지 않아서 서울/뉴욕으로 맞춰서 apply 진행해봤는데 안되네요... |
혹시 관련 에러메시지를 모두 붙여주실 수 있으실까요? 캡쳐 말고 텍스트를 @GunWoo-Park |
│ Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: SignatureDoesNotMatch: Signature expired: 20220325T152559Z is now earlier than 20220403T060022Z (20220403T061522Z - 15 min.) st-2$ terraform apply "output" 여전히 진행이 안되고 있네요... 참고로 allow_the_red를 만든적은 없고, 강의에 나온데로 the_red라는 이름을 추가시켜 준적은 있습니다. |
terraform apply "output" 명령어를 치면 스팟 인스턴스를 호출 못하고 있습니다
The text was updated successfully, but these errors were encountered: