AWS::AutoScaling::AutoScalingGroup AvailabilityZoneImpairmentPolicy - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AutoScaling::AutoScalingGroup AvailabilityZoneImpairmentPolicy

Describes an Availability Zone impairment policy.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ImpairedZoneHealthCheckBehavior" : String, "ZonalShiftEnabled" : Boolean }

Properties

ImpairedZoneHealthCheckBehavior

Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select Replace unhealthy, instances that appear unhealthy will be replaced in all Availability Zones. If you select Ignore unhealthy, instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see Auto Scaling group zonal shift in the Amazon EC2 Auto Scaling User Guide.

Required: Yes

Type: String

Allowed values: IgnoreUnhealthy | ReplaceUnhealthy

Update requires: No interruption

ZonalShiftEnabled

If true, enable zonal shift for your Auto Scaling group.

Required: Yes

Type: Boolean

Update requires: No interruption