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::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 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,localStorageTypesandtotalLocalStorageGBproperties.Required: No
Type: Boolean
Update requires: No interruption