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 3036a54 commit 14e5d85Copy full SHA for 14e5d85
cloud-formation/ecs.yaml
@@ -28,6 +28,13 @@ Resources:
28
Type: AWS::EC2::VPC
29
Properties:
30
CidrBlock: 10.0.0.0/16
31
+ InternetGateway:
32
+ Type: AWS::EC2::InternetGateway
33
+ VPCGatewayAttachment:
34
+ Type: AWS::EC2::VPCGatewayAttachment
35
+ Properties:
36
+ InternetGatewayId: !Ref InternetGateway
37
+ VpcId: !Ref Vpc
38
SecurityGroup:
39
Type: AWS::EC2::SecurityGroup
40
0 commit comments