AWS Instance Type size defaulting to a specific size during EC2 Launch programatically

0

Hi All, I am trying to do the following. I am using the AWS SDK and trying to launch an EC2 VM with an instance size of 100GB. I can see the request header containing the size I chose, but while provisioning this it is returning a different size. I dont have access to the AWS console. Can someone let me know what service or policies can default the size of an AWS Ec2 VM before launching ? I am using the AWS SDK and the RunInstancesRequest and withInstanceType(InstanceType instanceType) method. Same behaviour across all locations.

  • Could you provide the command you're running? That might be helpful. Also might be good to know which region you're operating in.

asked a year ago67 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions