Skip to content

Instantly share code, notes, and snippets.

@otiai10
Last active January 26, 2018 07:45
Show Gist options
  • Save otiai10/70a41a1a967d727d790d6b296c07b73b to your computer and use it in GitHub Desktop.
Save otiai10/70a41a1a967d727d790d6b296c07b73b to your computer and use it in GitHub Desktop.
LOG: gamelift describe-ec2-instance-limits
% aws gamelift describe-ec2-instance-limits --query 'EC2InstanceLimits[].{EC2InstanceType:EC2InstanceType,InstanceLimit:InstanceLimit}' --region ap-northeast-1 --output text | grep t2.micro
t2.micro	20
%
% aws gamelift describe-ec2-instance-limits --query 'EC2InstanceLimits[].{EC2InstanceType:EC2InstanceType,InstanceLimit:InstanceLimit}' --region ap-northeast-1 --output text
r3.8xlarge	2
m3.xlarge	15
m4.10xlarge	1
r4.16xlarge	1
r3.xlarge	15
c4.large	20
r3.large	20
m4.xlarge	15
m4.2xlarge	10
c3.4xlarge	5
t2.small	20
r4.xlarge	15
t2.large	20
c4.4xlarge	5
c4.xlarge	15
m3.2xlarge	10
c3.xlarge	15
c4.2xlarge	10
r4.8xlarge	2
r3.2xlarge	10
m3.medium	20
r4.2xlarge	10
t2.micro	20
r4.large	20
c3.2xlarge	10
c3.large	20
m3.large	20
r4.4xlarge	5
m4.large	20
m4.4xlarge	5
c4.8xlarge	2
c3.8xlarge	2
t2.medium	20
r3.4xlarge	5
%
@otiai10
Copy link
Author

otiai10 commented Jan 26, 2018

image

@otiai10
Copy link
Author

otiai10 commented Jan 26, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment