Class: EIP

EC2.EIP

new EIP()

Properties:
Name Type Description
InstanceId String Required: No. The Instance ID of the Amazon EC2 instance that you want to associate with this Elastic IP address.Update requires: No interruption
Domain String Required: Conditional. Set to vpc to allocate the address to your Virtual Private Cloud (VPC). No other values are supported.NoteIf you define an Elastic IP address and associate it with a VPC that is defined in the same template, you must declare a dependency on the VPC-gateway attachment by using the DependsOn attribute on this resource. For more information, see DependsOn Attribute.For more information, see AllocateAddress in the Amazon EC2 API Reference. For more information about Elastic IP Addresses in VPC, go to IP Addressing in Your VPC in the Amazon VPC User Guide.Update requires: Replacement
Source:

Extends

  • WKResource

EC2.EIP

new EIP()

Properties:
Name Type Description
InstanceId String Required: No. The Instance ID of the Amazon EC2 instance that you want to associate with this Elastic IP address.Update requires: No interruption
Domain String Required: Conditional. Set to vpc to allocate the address to your Virtual Private Cloud (VPC). No other values are supported.NoteIf you define an Elastic IP address and associate it with a VPC that is defined in the same template, you must declare a dependency on the VPC-gateway attachment by using the DependsOn attribute on this resource. For more information, see DependsOn Attribute.For more information, see AllocateAddress in the Amazon EC2 API Reference. For more information about Elastic IP Addresses in VPC, go to IP Addressing in Your VPC in the Amazon VPC User Guide.Update requires: Replacement
Source:

Extends

  • WKResource