Did you know how to clone a VPC

0

Hello Team ,

I have requirement of clone a VPC .How to clone a VPC and while cloning it would retails the same IP CIDR range .Is there any best practises available for VPC cloning .

Thanks Sujith

已提问 2 年前1424 查看次数
3 回答
0

There's no know API call or UI way to clone a resource. I guess you might need a tool to create a representation of your VPC in code and then change it to create the VPC clone in another region or account

For example there's a way to create a CloudFormation stack from existing resources https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-new-stack.html

In the end, a CloudFormation stack is a big text file (json text) that defines the architecture, so once created is possible to modify and export it.

You also have some third party tools like terraform able to define infrastructure as code, terraform also supports importing existing resources but it does not "write the code" for the imported resources, leaving that to the developer.

theist
已回答 2 年前
  • Thank you .I will try this and update here with the results .

0

Take a look at Former2 to generate the CloudFormation templates to clone the VPC.

profile pictureAWS
专家
kentrad
已回答 2 年前
0

Thank you theist, and kentrad helping Sujith

Sujith, Thank you for using re:Post. Let us know if this answers your question. If this solved your issue, please remember to click on the "Accept" button to let the community know that your question is resolved. This helps everyone. Thank you in advance.

profile picture
支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则