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

AMI doesn't exist #5

Open
aaronVerones opened this issue Apr 14, 2023 · 0 comments
Open

AMI doesn't exist #5

aaronVerones opened this issue Apr 14, 2023 · 0 comments

Comments

@aaronVerones
Copy link

Hi there, I'm trying to run the benchmarking suite and getting an error that the AMI doesn't exist:

aws_instance.worker-queue-main: Creating...
╷
│ Error: Error launching source instance: InvalidAMIID.NotFound: The image id '[ami-01bcb21f02a5da66f]' does not exist
│       status code: 400, request id: cc619d5c-d5fb-4fd1-9b85-16bfee59463f
│ 
│   with aws_instance.worker-main,
│   on main.tf line 267, in resource "aws_instance" "worker-main":
│  267: resource "aws_instance" "worker-main" {
│ 

When I try it in the command line, I also do not see it:

aws ec2 describe-images --image-ids ami-01bcb21f02a5da66f --region=eu-central-1

An error occurred (InvalidAMIID.NotFound) when calling the DescribeImages operation: The image id '[ami-01bcb21f02a5da66f]' does not exist
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

1 participant