I'm trying to create a R4.xl EC2 instance and getting the following error:
EBS-optimized instances are not supported for your requested configuration. Please check the documentation for supported configurations.
When trying to create the exact same instance for R3.xl, it well went through fine.
from what i know the only difference between them is that R4 can work only on EBS, and indeed in R4 config, it is marked to work with EBS:
any idea what can be wrong in here?
aws ec2 run-instances --image-id ami-58277d3d --instance-type r4.xlarge --region us-east-2
– John Rotenstein