AWS::ECS::Cluster ManagedStorageConfiguration
The managed storage configuration for the cluster.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FargateEphemeralStorageKmsKeyId" :
String
, "KmsKeyId" :String
}
YAML
FargateEphemeralStorageKmsKeyId:
String
KmsKeyId:String
Properties
FargateEphemeralStorageKmsKeyId
-
Specify the AWS Key Management Service key ID for the Fargate ephemeral storage.
Required: No
Type: String
Update requires: No interruption
KmsKeyId
-
Specify a AWS Key Management Service key ID to encrypt the managed storage.
Required: No
Type: String
Update requires: No interruption