Creating CloudFormation templates from existing AWS resources
AWS CloudFormer can be used to create AWS CloudFormation templates from the existing AWS resources. This section describes the steps for creating a CloudFormation template from your existing AWS resources using the CloudFormer tool. The AWS CloudFormer tool will automatically detect the dependent resources for a given AWS resource. For example, if you select an EC2 instance, then CloudFormer will automatically select the associated security groups.
How to do it…
Follow the steps to create your AWS CloudFormation template from your existing AWS resources:
- Login to the AWS console.
- Navigate to the CloudFormation service.
- Click on Launch CloudFormer and continue with default options. If you want to restrict the access to CloudFormation tool, specify the appropriate IP address range. Check the checkbox that says I acknowledge that this template might cause AWS CloudFormation to create IAM resources.
- Within minutes, your CloudFormer...