Posted On: Apr 16, 2015

We have extended AWS CloudFormation support for a few additional features of Auto Scaling, AWS OpsWorks, Amazon Route 53, and Amazon CloudFront.

CloudFormation now supports Auto Scaling Lifecycle Hooks. Lifecycle Hooks allow you to add custom events to instances as they launch or terminate such as retrieving log files. You can also use CloudFormation to specify multiple notifications for a single Auto Scaling group, and you can enable this by configuring the NotificationConfigurations property. We have also added CloudFormation support for two Auto Scaling launch configuration features. CloudFormation now supports the ability to specify the ID of ClassicLink-enabled VPCs and security groups from which you can link your EC2-Classic instances, and CloudFormation supports the ability to specify the tenancy of an instance. You can also use CloudFormation to configure the minimum number of instances that are added or removed when an Auto Scaling group scales up or down.

You can now specify through CloudFormation the minimum SSL protocol that you want CloudFront to use for SSL connections. You can also use CloudFormation to specify the HTTP methods (e.g., “HEAD” or “GET”) for which CloudFront will cache responses. CloudFormation also supports the ability to set the CloudFront origin path.

You can now create private hosted zones in Amazon VPC using CloudFormation. CloudFormation also supports the ability to tag your HealthCheck and HostedZone resources.

CloudFormation now supports time-based auto-scaling for instances managed by OpsWorks, and you can also use CloudFormation to create a load-based auto-scaling layer in OpsWorks. You can now configure the volume type and IOPS of Amazon EBS volumes used in an OpsWorks layer through CloudFormation.

For more information on AWS CloudFormation:
Product Page
Documentation