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

feita há 2 anos1424 visualizações
3 Respostas
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
respondido há 2 anos
  • 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
ESPECIALISTA
kentrad
respondido há 2 anos
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas