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.)
Thea
3 months agoBonita
3 months agoSolange
3 months agoLevi
4 months agoStaci
4 months agoAlmeta
4 months agoCristy
4 months agoMarti
4 months agoKatlyn
5 months agoLynelle
5 months agoAlita
5 months agoFranchesca
5 months agoIra
5 months agoRaina
5 months agoBernardine
5 months agoJuan
1 year agoLai
1 year agoLindsay
1 year agoDana
1 year agoParis
1 year agoJesus
1 year agoMalcom
1 year agoMari
1 year agoIluminada
1 year agoElliott
1 year agoTheola
1 year agoJulianna
1 year agoVicki
1 year agoBlythe
1 year agoLevi
1 year agoAvery
1 year agoTamekia
1 year agoTheola
1 year agoElliott
1 year ago