Add EfsVolumeConfiguration to ecs.Volume #8448
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Add
EfsVolumeConfiguration
option toaws_ecs.Volume
Use Case
I need this feature to attach an EFS volume to a Fargate task defined with CDK
Proposed Solution
EfsVolumeConfiguration
struct andaws_ecs.VolumeProperty
CloudFormation Property Types similar toDockerVolumeConfiguration
EfsVolumeConfiguration
to theaws_ecs.Volume
struct andaws_ecs.VolumeProperty
CloudFormation Property TypesEfsVolumeConfiguration
parameter toaddVolume
method ofaws_ecs.TaskDefinition
For the time being it shall be possible to use an
AwsCustomResource
callingaws_ecs.RegisterTaskDefinition
, yet to be tested.Other
Shall fix #6918
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: