Skip to content

Commit bb1d7de

Browse files
committed
Make PublicSubnet public
1 parent a4c44eb commit bb1d7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud-formation/ecs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Resources:
3838
Type: AWS::EC2::Subnet
3939
Properties:
4040
CidrBlock: 10.0.0.0/16
41+
MapPublicIpOnLaunch: true
4142
VpcId: !Ref Vpc
4243
Cluster:
4344
Type: AWS::ECS::Cluster

0 commit comments

Comments
 (0)