Search code examples
amazon-web-servicesaws-cloudformationamazon-cloudwatchinfrastructure-as-code

Export existing AWS CloudWatch alarms to CloudFormation template


How to export existing, configured and tested AWS CloudWatch alarms to Cloudformation template?

I know about CloudFormer tool, but it supports limited number of AWS services (Amazon VPC, DynamoDB, etc) and don't supports some of services which we use. Which tools and approaches can I use in my case for generating Cloudformation template?


Solution

  • AWS have recently announced the ability to create a new CloudFormation stack using existing resources or update an existing CloudFormation stack with imported resources. The announcement came via the AWS blog.

    The CloudFormation documentation has been updated and includes supported resources (CloudWatch Alarms, VPC and DynamoDB Tables are all supported).