Amazon EC2 LaunchTemplate PrivateIpAdd
The
PrivateIpAdd property type describes a private IPv4 address for a network interface in an Amazon
EC2 launch template.
PrivateIpAdd is a property of the Amazon EC2 LaunchTemplate NetworkInterface property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PrivateIpAddress" :String, "Primary" :Boolean}
YAML
PrivateIpAddress:StringPrimary:Boolean
Properties
Primary-
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
Required: No
Type: Boolean
Update requires: No interruption
PrivateIpAddress-
The private IPv4 address.
Required: No
Type: String
Update requires: No interruption
See Also
-
PrivateIpAddressSpecification in the Amazon EC2 API Reference
