Specify EIP domain

This commit is contained in:
Christopher J. Pilkington 2017-05-05 23:13:43 -04:00
parent 6f170982aa
commit 58764c0d4b

View file

@ -187,9 +187,11 @@ Resources:
ElasticIP: ElasticIP:
Type: AWS::EC2::EIP Type: AWS::EC2::EIP
Properties: Properties:
Domain: vpc
InstanceId: !Ref EC2Instance InstanceId: !Ref EC2Instance
DependsOn: DependsOn:
- EC2Instance - EC2Instance
- VPCGatewayAttachment
Outputs: Outputs:
ElasticIP: ElasticIP: