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 ce57953 commit 2fd0bc1Copy full SHA for 2fd0bc1
sample-apps/list-manager/template-vpcrds.yml
@@ -87,22 +87,6 @@ Resources:
87
Properties:
88
SubnetId: !Ref privateSubnetB
89
RouteTableId: !Ref privateRouteTable
90
- s3Endpoint:
91
- Type: AWS::EC2::VPCEndpoint
92
- Properties:
93
- PolicyDocument:
94
- Version: 2012-10-17
95
- Statement:
96
- - Effect: Allow
97
- Principal: "*"
98
- Action:
99
- - "s3:*"
100
- Resource:
101
- - "*"
102
- RouteTableIds:
103
- - !Ref privateRouteTable
104
- ServiceName: !Sub com.amazonaws.${AWS::Region}.s3
105
- VpcId: !Ref privateVPC
106
dynamoDBEndpoint:
107
Type: AWS::EC2::VPCEndpoint
108
0 commit comments