-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-ecs): ECS Exec Support #13618
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containereffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsin-progressThis issue is being actively worked on.This issue is being actively worked on.p1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containereffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsin-progressThis issue is being actively worked on.This issue is being actively worked on.p1
As of March 16, ECS now supports remote execution similar to docker exec.
Use Case
As a user, I want the capability to execute commands against an AWS ECS Fargate / EC2 container (similar to docker exec) workloads managed by CDK.
Proposed Solution
CloudFormation's
AWS::ECS::Serviceresource currently supports the boolean property:EnableExecuteCommandExpose this to the aws-ecs's
FargateServicesimilar toenableEcsManagedTagsOther
This is a 🚀 Feature Request