EC2 VPC
Elastic Compute Cloud (EC2) Virtual Private Cloud (VPC)
Resource Type
AWS.EC2.VPC
Resource ID Format
For EC2 VPCs, the resource ID is the ARN.
arn:aws:ec2:us-west-2:123456789012:vpc/vpc-1
Background
This resource represents a snapshot of an AWS EC2 VPC.
Fields
Field
Type
Description
CidrBlock
String
The IP range of the VPC
CidrBlockAssociationSet
List
Information about the IP CIDR blocks associated with the VPC.
DhcpOptionsId
String
The ID of the set of DHCP options you've associated with the VPC.
InstanceTenancy
String
The allowed tenancy of instances launched into the VPC.Information about the IPv6 CIDR blocks associated with the VPC.
Ipv6CidrBlockAssociationSet
List
Information about the IPv6 CIDR blocks associated with the VPC.
IsDefault
Boolean
Whether the VPC is the default VPC.
OwnerId
String
The ID of the Amazon Web Services account that owns the VPC.
State
String
The current state of the VPC.
FlowLogs
List
Information about the flow logs.
NetworkAcls
List
RouteTables
List
SecurityGroups
List
StaleSecurityGroups
List
VpcId
String
The unique identifier of the VPC
Example
Last updated
Was this helpful?