View a markdown version of this page

AWS::ECS::CapacityProvider AutoRepairConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::ECS::CapacityProvider AutoRepairConfiguration

The auto repair configuration for an Amazon ECS Managed Instances capacity provider. When enabled, Amazon ECS automatically replaces container instances that are detected as unhealthy based on container instance health checks, including accelerated compute device and daemon health checks.

Syntax

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

JSON

{ "ActionsStatus" : String }

YAML

ActionsStatus: String

Properties

ActionsStatus

The status of auto repair actions for the capacity provider. When set to ENABLED, Amazon ECS automatically replaces container instances with an IMPAIRED health status. When set to DISABLED, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption