An AWS CloudFormation template is being used to create a VPC peering connection between two existing operational VPCs, each belonging to a different AWS account. All necessary components in the 'Remote' (receiving) account are already in place.
The template below creates the VPC peering connection in the Originating account. It contains these components:
AWSTemplateFormation Version: 2010-09-09
Parameters:
Originating VCId:
Type: String
RemoteVPCId:
Type: String
RemoteVPCAccountId:
Type: String
Resources:
newVPCPeeringConnection:
Type: 'AWS::EC2::VPCPeeringConnection'
Properties:
VpcdId: !Ref OriginatingVPCId
PeerVpcId: !Ref RemoteVPCId
PeerOwnerId: !Ref RemoteVPCAccountId
Which additional AWS CloudFormation components are necessary in the Originating account to create an operational cross-account VPC peering connection with AWS CloudFormation? (Select two.)
Brigette
2 months agoMariann
2 months agoBobbie
3 months agoWeldon
2 months agoArlette
2 months agoCristal
2 months agoAngella
3 months agoCarry
2 months agoThaddeus
2 months agoWendell
2 months agoAliza
2 months agoYoko
3 months agoMerrilee
3 months agoMarkus
3 months agoGilma
2 months agoMarsha
3 months ago