-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-ecs-patterns): ECS Exec Support #15197
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns libraryeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/enhancementA new API to make things easier or more intuitive. A catch-all for general feature requests.A new API to make things easier or more intuitive. A catch-all for general feature requests.p1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns libraryeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/enhancementA new API to make things easier or more intuitive. A catch-all for general feature requests.A new API to make things easier or more intuitive. A catch-all for general feature requests.p1
Add ECS Exec Support to the higher level constructs in ecs-patterns
Use Case
As a user, I want to set the flag
enableExecuteCommand: truein myaws-ecs-patterns.ApplicationLoadBalancedFargateServiceconstruct.Proposed Solution
This is currently possible with the
ecsmodule but not theecs-patterns(see https://docs.aws.amazon.com/cdk/api/latest/docs/aws-ecs-readme.html#ecs-exec-command)Relevant PRs: #13618
#14670
Solution would be to enable this flag in the higher level ecs-patterns constructs as well.
This is a 🚀 Feature Request