1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
With the AWS CloudFormation IaC generator (infrastructure as code generator), you can generate a template using AWS resources provisioned in your account that are not already managed by CloudFormation. Use the template to import resources into CloudFormation or replicate resources in a new account or Region.
and once you create a template from IaC generator you can start import existing resources into Cloudformation by creating a CF a stack. Here is the documentation, https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import.html
Resources that supports import can seen here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
Relevant content
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 months ago
- How do I update a CloudFormation stack that's failing because of a resource that I manually deleted?AWS OFFICIALUpdated 3 years ago