We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94235bf commit f33a6bdCopy full SHA for f33a6bd
cloud-formation/ecs.yaml
@@ -38,6 +38,7 @@ Resources:
38
Type: AWS::EC2::Subnet
39
Properties:
40
CidrBlock: 10.0.0.0/16
41
+ MapPublicIpOnLaunch: true
42
VpcId: !Ref Vpc
43
Cluster:
44
Type: AWS::ECS::Cluster
0 commit comments