Elastic IP

The format for Elastic IP is:

{   "Type" : "AWS::EC2::EIP", "Properties" : {    "InstanceId" : String,"Domain" : String  }}

Sno

Properties

Required

Type

1

InstanceId

No

String

2

Domain

Conditional

String

Example:

"EIP" : {     "Type" : "AWS::EC2::EIP",    "Properties" : {       "Domain" : "vpc"    }   }

Get AWS Networking Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.