0

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?

mhch
  • 1
  • 1
  • Does this answer your question? [How to create a cloud formation template from an existing AWS environment?](https://stackoverflow.com/questions/55391398/how-to-create-a-cloud-formation-template-from-an-existing-aws-environment) – Pat Myron Jun 09 '21 at 15:43
  • You may find that some of the automated solutions take quite a bit of work. Doing it manually takes a while but isn't terrible for a handful of resources. Not sure how many resources you're tackling though. – trademark Jun 09 '21 at 18:38
  • How did it go? Still not clear what you can do? – Marcin Jun 11 '21 at 10:12

1 Answers1

1

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

Marcin
  • 215,873
  • 14
  • 235
  • 294