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.)
Juan
3 months agoLai
2 months agoLindsay
2 months agoDana
2 months agoParis
3 months agoJesus
1 months agoMalcom
2 months agoMari
2 months agoIluminada
2 months agoElliott
3 months agoTheola
3 months agoJulianna
3 months agoVicki
2 months agoBlythe
3 months agoLevi
3 months agoAvery
3 months agoTamekia
3 months agoTheola
3 months agoElliott
3 months ago