I have a bunch of AWS resources (ec2 instances, rds, s3, etc.)
Those resources were created manually over the years in AWS console.
Now I would like to duplicate this environment using CloudFormation. What is the best approach? Is there a tool, that converts all the resources into a cloudformation stack or template?
I couldn't find anything, or maybe I didn't understand the process correctly...