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
9 months agoBonita
9 months agoSolange
10 months agoLevi
10 months agoStaci
10 months agoAlmeta
10 months agoCristy
11 months agoMarti
11 months agoKatlyn
11 months agoLynelle
11 months agoAlita
11 months agoFranchesca
11 months agoIra
11 months agoRaina
11 months agoBernardine
11 months agoJuan
2 years agoLai
2 years agoLindsay
2 years agoDana
2 years agoParis
2 years agoJesus
2 years agoMalcom
2 years agoMari
2 years agoIluminada
2 years agoElliott
2 years agoTheola
2 years agoJulianna
2 years agoVicki
2 years agoBlythe
2 years agoLevi
2 years agoAvery
2 years agoTamekia
2 years agoTheola
2 years agoElliott
2 years ago