mhch
mhch

Reputation: 1

Is there a way to generate a CloudFormation template from current resources?

I have implemented a project on my personal account & I need to implement the same solution on my work account. Is there a way to generate a cloud formation template for the whole project so I can just upload the template on my work account?

Upvotes: 0

Views: 734

Answers (2)

Gurdev Singh
Gurdev Singh

Reputation: 2165

Now with AWS also you can generate the template code from existing deployed resources and settings. Check IAC under CloudFormation section.

Upvotes: 0

Marcin
Marcin

Reputation: 238209

A popular choice is former2 which is open sourced and developed by AWS Hero.

Upvotes: 1

Related Questions