@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
54 lines • 1.74 kB
JSON
{
"DescribeSubnetsResponse": {
"_attr": {
"xmlns": "http://ec2.amazonaws.com/doc/2016-11-15/"
},
"requestId": "55207b5b-1c9d-42c1-b898-33df70271d40",
"subnetSet": {
"item": [
{
"subnetId": "subnet-059804f5dc1fce065",
"subnetArn": "arn:aws:ec2:eu-west-1:359954733328:subnet/subnet-059804f5dc1fce065",
"state": "available",
"ownerId": "359954733328",
"vpcId": "vpc-07b0bbfa0573ab106",
"cidrBlock": "10.0.1.0/24",
"ipv6CidrBlockAssociationSet": "",
"availableIpAddressCount": "251",
"availabilityZone": "eu-west-1b",
"availabilityZoneId": "euw1-az3",
"defaultForAz": "false",
"mapPublicIpOnLaunch": "false",
"tagSet": {
"item": {
"key": "Customer",
"value": "Customer A"
}
},
"assignIpv6AddressOnCreation": "false"
},
{
"subnetId": "subnet-08ce8a7c338ce2a73",
"subnetArn": "arn:aws:ec2:eu-west-1:359954733328:subnet/subnet-08ce8a7c338ce2a73",
"state": "available",
"ownerId": "359954733328",
"vpcId": "vpc-07b0bbfa0573ab106",
"cidrBlock": "10.0.2.0/24",
"ipv6CidrBlockAssociationSet": "",
"availableIpAddressCount": "251",
"availabilityZone": "eu-west-1b",
"availabilityZoneId": "euw1-az3",
"defaultForAz": "false",
"mapPublicIpOnLaunch": "false",
"tagSet": {
"item": {
"key": "Customer",
"value": "Customer A"
}
},
"assignIpv6AddressOnCreation": "false"
}
]
}
}
}