Created
March 24, 2019 20:45
-
-
Save jfowler-dc/4bd07aec2df98cc2253f0432d39a3c7a to your computer and use it in GitHub Desktop.
error-response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ { 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