Skip to content

Instantly share code, notes, and snippets.

@quiffman
Created June 29, 2016 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quiffman/738c2331c5667ff36e5cc0d17679915d to your computer and use it in GitHub Desktop.
Save quiffman/738c2331c5667ff36e5cc0d17679915d to your computer and use it in GitHub Desktop.
Instances Available in ap-southeast-2c
$ aws ec2 describe-reserved-instances-offerings --query "ReservedInstancesOfferings[?AvailabilityZone=='ap-southeast-2c'] [InstanceType]" --output text --region ap-southeast-2 | sort -u
c3.2xlarge
c3.4xlarge
c3.8xlarge
c3.large
c3.xlarge
c4.2xlarge
c4.4xlarge
c4.8xlarge
c4.large
c4.xlarge
g2.2xlarge
g2.8xlarge
hs1.8xlarge
i2.2xlarge
i2.4xlarge
i2.8xlarge
i2.xlarge
m3.2xlarge
m3.large
m3.medium
m3.xlarge
m4.10xlarge
m4.2xlarge
m4.4xlarge
m4.large
m4.xlarge
r3.2xlarge
r3.4xlarge
r3.8xlarge
r3.large
r3.xlarge
t2.large
t2.medium
t2.micro
t2.nano
t2.small
x1.32xlarge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment