IBM::EC2::VPC

This resource type represents a virtual private cloud (VPC) on Amazon Elastic Compute Cloud. It extends the type OS::Neutron::Net.
Table 1. Properties
Name Type Required Description
admin_state_up Boolean False Administrative status of the network.
dhcp_agents_ids List False IDs of the DHCP agent to schedule the network. The default policy setting in Neutron restricts use of this property to administrative users.
name String False Symbolic name for the network. The name is not required to be unique.
shared Boolean False If true, the network is shared across all tenants. The default policy restricts use of this attribute to administrative users only.
tenant_id String False ID of the tenant that owns the network. Only administrative users can set the tenant ID. You cannot use an authorization policy to set the tenant ID.
value_specs Map False Additional parameters to include in the "network" object in the creation request. Typically, additional parameters are specific to installed hardware or extensions.
Table 2. Custom properties
Name Type Required Description
cidr String True The CIDR block will apply to the VPC.
instance_tenancy String False Allows tenancy of instances launched in the VPC.
enable_dns_support Boolean False Set to true if a DNS server is provided by Amazon for the VPC.
enable_dns_hostnames Boolean False Set to true if DNS hostnames are provided for the instances that are launched in this VPC.
This resource type has no attributes.

Feedback