This template creates an Elastic IP address and a network interface, and associates the Elastic IP address with the network interface. The template uses the ID of an existing subnet and an example IP address from the subnet CIDR range.

myEIP
AWS::EC2::EIP


myENI
AWS::EC2::NetworkInterface


eniAssociation
AWS::EC2::EIPAssociation


CloudFormation Template

Share Template