Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
6
views
asked 3 hours ago
1
answers
0
votes
3
views
asked 4 hours ago
1
answers
0
votes
4
views
asked 11 hours ago
1
answers
0
votes
9
views
asked 11 hours ago
0
answers
0
votes
5
views
asked 14 hours ago
1
answers
0
votes
13
views
asked 17 hours ago
0
answers
0
votes
8
views
asked 19 hours ago
0
answers
0
votes
7
views
asked 19 hours ago
1
answers
0
votes
10
views
asked 20 hours ago
Got Unsupported RunInstances error.. but I didn't specify an Availability Zone
I got this error on CLI:
`An error occurred (Unsupported) when calling the RunInstances operation: Your requested instance type (c5.2xlarge) is not supported in your requested Availability Zone (us-east-1e). Please retry your request by not specifying an Availability Zone or choosing us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f.`
This looks very reasonable. But how do I do not specify an Availability Zone? The command I ran which gave the above error just used `us-east-1`, not `us-east-1e`. Where's it getting us-east-1e? I did not specify that.
Here's the full command I ran:
`aws --output json ec2 run-instances --region=us-east-1 --client-token=some-client-token --image-id=ami-someimage-id --instance-type=c5.2xlarge --associate-public-ip-address --subnet-id=subnet-id --placement=GroupName=my-group-name`
Associated support article also does not give an example of how to not specify an Availability Zone:
https://aws.amazon.com/premiumsupport/knowledge-center/ec2-instance-type-not-supported-az-error/
Accepted AnswerAmazon EC2
2
answers
0
votes
15
views
asked a day ago
1
answers
0
votes
15
views
asked 2 days ago
2
answers
0
votes
13
views
asked 2 days ago