본문 바로가기
Error

The image id '[ami-09d56f8956ab235b3]' does not exist

by pavi03 2022. 5. 10.

[Terraform]

 

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

aws_instance.app_server: Creating...

│ Error: Error launching source instance: InvalidAMIID.NotFound: The image id '[ami-09d56f8956ab235b3]' does not exist
│       status code: 400, request id: 053860f1-e9d0-432f-bd97-1963546e2b73
│ 
│   with aws_instance.app_server,
│   on main.tf line 64, in resource "aws_instance" "app_server":
│   64: resource "aws_instance" "app_server" { // define component (ec2) // resource type, resource name
│ 

 

 

region마다 ami가 다르다.