Skip to content

Instantly share code, notes, and snippets.

@jfowler-dc
Created March 24, 2019 20:45
Show Gist options
  • Save jfowler-dc/4bd07aec2df98cc2253f0432d39a3c7a to your computer and use it in GitHub Desktop.
Save jfowler-dc/4bd07aec2df98cc2253f0432d39a3c7a to your computer and use it in GitHub Desktop.
error-response
[ { AvailabilityZone: 'us-east-1a',
AvailabilityZoneId: 'use1-az1',
AvailableIpAddressCount: 204,
CidrBlock: '10.200.10.0/24',
DefaultForAz: false,
MapPublicIpOnLaunch: false,
State: 'available',
SubnetId: 'subnet-024e8b0f847c6392c',
VpcId: 'vpc-0daa70055fc21e4d2',
OwnerId: '807189529850',
AssignIpv6AddressOnCreation: false,
Ipv6CidrBlockAssociationSet: [],
Tags: [ [Object] ],
SubnetArn:
'arn:aws:ec2:us-east-1:807189529850:subnet/subnet-024e8b0f847c6392c' },
{ AvailabilityZone: 'us-east-1b',
AvailabilityZoneId: 'use1-az2',
AvailableIpAddressCount: 247,
CidrBlock: '10.200.11.0/24',
DefaultForAz: false,
MapPublicIpOnLaunch: false,
State: 'available',
SubnetId: 'subnet-0744f5b7649b5d218',
VpcId: 'vpc-0daa70055fc21e4d2',
OwnerId: '807189529850',
AssignIpv6AddressOnCreation: false,
Ipv6CidrBlockAssociationSet: [],
Tags: [ [Object] ],
SubnetArn:
'arn:aws:ec2:us-east-1:807189529850:subnet/subnet-0744f5b7649b5d218' },
{ AvailabilityZone: 'us-east-1d',
AvailabilityZoneId: 'use1-az6',
AvailableIpAddressCount: 249,
CidrBlock: '10.200.13.0/24',
DefaultForAz: false,
MapPublicIpOnLaunch: false,
State: 'available',
SubnetId: 'subnet-004ecaf0a5454d7c8',
VpcId: 'vpc-0daa70055fc21e4d2',
OwnerId: '807189529850',
AssignIpv6AddressOnCreation: false,
Ipv6CidrBlockAssociationSet: [],
Tags: [ [Object] ],
SubnetArn:
'arn:aws:ec2:us-east-1:807189529850:subnet/subnet-004ecaf0a5454d7c8' },
{ AvailabilityZone: 'us-east-1c',
AvailabilityZoneId: 'use1-az4',
AvailableIpAddressCount: 250,
CidrBlock: '10.200.12.0/24',
DefaultForAz: false,
MapPublicIpOnLaunch: false,
State: 'available',
SubnetId: 'subnet-0564a2f13a7df3d07',
VpcId: 'vpc-0daa70055fc21e4d2',
OwnerId: '807189529850',
AssignIpv6AddressOnCreation: false,
Ipv6CidrBlockAssociationSet: [],
Tags: [ [Object] ],
SubnetArn:
'arn:aws:ec2:us-east-1:807189529850:subnet/subnet-0564a2f13a7df3d07' } ]
(node:91) UnhandledPromiseRejectionWarning: Your quota allows for 0 more running instance(s). You requested at least 1
(node:91) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment