-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR #488/3ad3b97f backport][stable-5] Support new enableExecuteCommand options for ECS service #1752
Conversation
Support new enableExecuteCommand options for ECS service SUMMARY Support new ecs exec feature for ECS service ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION Create ECS service with enable_execute_command option, - name: create exec service ecs_service: state: present ... enable_execute_command: true and we can exec ECS task $ aws ecs execute-command --cluster xxxxx --task arn:aws:ecs:us-east-1:*****:task/webapp/***** --container xxxxx --interactive --command /bin/bash The Session Manager plugin was installed successfully. Use the AWS CLI to start a session. Starting session with SessionId: ecs-execute-command-0c17f94b36227381f root@ip-10-0-66-68:/# Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis (cherry picked from commit 3ad3b97)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 04s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 30s |
ec2_ami - fix org-owner version_added SUMMARY ansible-collections#1735 missed the 6.4.0 cutoff, update version_added. ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_ami ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
This is a backport of PR #488 as merged into main (3ad3b97).
SUMMARY
ISSUE TYPE
COMPONENT NAME
ecs_service
ADDITIONAL INFORMATION
Create ECS service with
enable_execute_command
option,and we can exec ECS task