You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to run the benchmarking suite and getting an error that the AMI doesn't exist:
When I try it in the command line, I also do not see it:
The text was updated successfully, but these errors were encountered: