View a markdown version of this page

AWS::ECS::CapacityProvider ManagedInstancesLocalStorageConfiguration - 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 ManagedInstancesLocalStorageConfiguration

The local storage configuration for Amazon ECS Managed Instances. This defines how ECS uses and configures instance store volumes available on container instance.

Syntax

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

JSON

{ "UseLocalStorage" : Boolean }

YAML

UseLocalStorage: Boolean

Properties

UseLocalStorage

Use instance store volumes for data storage when available. EBS volumes are not provisioned for data storage. If the container instance has multiple instance store volumes, a single data volume is created. Consider defining instance store requirements using the localStorage, localStorageTypes and totalLocalStorageGB properties.

Required: No

Type: Boolean

Update requires: No interruption