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
5 months agoBonita
5 months agoSolange
5 months agoLevi
5 months agoStaci
6 months agoAlmeta
6 months agoCristy
6 months agoMarti
6 months agoKatlyn
6 months agoLynelle
6 months agoAlita
6 months agoFranchesca
6 months agoIra
6 months agoRaina
7 months agoBernardine
7 months agoJuan
2 years agoLai
2 years agoLindsay
2 years agoDana
2 years agoParis
2 years agoJesus
1 year 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