close
Uncategorized

Get Details of Instance types available in Region or Availability Zone

Creating the detailed entries for the Citrix InstanceTypes.xml file. Here is how to get the detailed instance information from AWS.

aws ec2 describe-instance-types --instance-type m5.large

This command will get the details for the m5.large instance. The output looks like this:

Leave a Response