Skip to content

Commit 2fd0bc1

Browse files
committed
list manager sample
1 parent ce57953 commit 2fd0bc1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

sample-apps/list-manager/template-vpcrds.yml

-16
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,6 @@ Resources:
8787
Properties:
8888
SubnetId: !Ref privateSubnetB
8989
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
10690
dynamoDBEndpoint:
10791
Type: AWS::EC2::VPCEndpoint
10892
Properties:

0 commit comments

Comments
 (0)