3

I have existing AWS configuration

  • Api getway
  • RDS
  • EBS
  • EC2
  • Cognito
  • S3
  • aws Lambda

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
vaquar khan
  • 10,864
  • 5
  • 72
  • 96

2 Answers2

4

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.

jogold
  • 6,667
  • 23
  • 41
1

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

Vikramsinh Gaikwad
  • 827
  • 1
  • 9
  • 23