Cross-account VPC connection using CDK

0

I was trying to come up with the best approach for creating cross-account VPC connection using CDK. What is the best recommendation to achieve this?

2개 답변
0

Hello Suman, I understand that you are trying to create cross-account VPC connection using CDK, but you want to know the best way to connect VPCs across accounts. Please let me know if I misunderstood your question. There is no "best" approach for creating cross-account VPC connection, you are free to use any method for VPC peering that you are comfortable with (for example using console, CDK, etc). To to create the VPC peering across account using CDK:

  • Create a stack with the number of VPC's that you want
  • Synthesize the Cloud Formation for your code
  • Create EC2’s and peering connections between the VPC's
  • Please note that the CDK is in place such that it does not have dependency on the resource creation.
  • For more information on CDK and VPC Peering please Refer to documentation below Please contact if you have any further questions, and feel free to reach out to us via a support case to facilitate a discussion on the specifics of your resources. I have attached some resources to help guide with the AWS CDK and Cloud Formation process, Thank you and Good Luck!
  1. https://aws.amazon.com/blogs/devops/cdk-credential-plugin/
  2. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/peer-with-vpc-in-another-account.html
  3. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.CfnVPCPeeringConnection.html 4.https://docs.aws.amazon.com/vpc/latest/userguide/vpc-peering.html
Arish_T
답변함 2년 전
0

You can use the following to get started using cdk.

profile pictureAWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠