Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # create vpc peering with our atlas mongodb cloud
  2. AtlasVPCPeeringConnection:
  3. Type: AWS::EC2::VPCPeeringConnection
  4. Properties:
  5. # The region of Atlas
  6. PeerRegion: "<REDACTED>"
  7. # The VPC id of Atlas
  8. PeerVpcId: "<REDACTED>"
  9. # My VPC id
  10. VpcId: "<REDACTED">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement