Reputation: 11479
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
Reputation: 911
CloudFormer is currently in beta. We recommend against utilizing it in critical or production environments. -- by AWS documentation
Upvotes: 1
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