vaquar khan
vaquar khan

Reputation: 11479

How to generate AWS CloudFormation using existing environments

I have existing AWS configuration

Now I want to create different environment like Dev, QA, UAT and Prod

Is there any option available in AWS or Open source to generate cloud formation scripts with existing configurations?

Upvotes: 3

Views: 973

Answers (2)

Vikramsinh Gaikwad
Vikramsinh Gaikwad

Reputation: 911

CloudFormer is currently in beta. We recommend against utilizing it in critical or production environments. -- by AWS documentation

Upvotes: 1

jogold
jogold

Reputation: 7417

You should have a look at CloudFormer.

CloudFormer is a template creation beta tool that creates an AWS CloudFormation template from existing AWS resources in your account. You select any supported AWS resources that are running in your account, and CloudFormer creates a template in an Amazon S3 bucket.

Not all resources are supported but you can use it as a starting point and improve the generated template manually afterwards.

Upvotes: 4

Related Questions