Skip to content

Commit

Permalink
Fix CFN - VPCE needs to be Interface for SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-AtAWS committed Nov 20, 2019
1 parent 6f211c2 commit d510135
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions serverless-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3147,9 +3147,13 @@ Resources:
- 'sqs:*'
Resource:
- !Ref LoggingQueue
RouteTableIds:
- !Ref bookstoreVPCRouteTable
SecurityGroupIds:
- Fn::GetAtt: [bookstoreVPC, DefaultSecurityGroup]
ServiceName: !Join [ "" , [ "com.amazonaws.", !Ref "AWS::Region", ".sqs"]]
SubnetIds:
- !Ref bookstoreSubnet1
- !Ref bookstoreSubnet2
VpcEndpointType: Interface
VpcId: !Ref bookstoreVPC

# ---------- CLEANUP STACK ---------
Expand Down

0 comments on commit d510135

Please sign in to comment.