aws-copilot-github-action icon indicating copy to clipboard operation
aws-copilot-github-action copied to clipboard

Add new actions to extract resources details

Open VaZark opened this issue 2 years ago • 0 comments

Would be interested in adding an action to extract the cluster and task ID for a service?

Based on aws's response here, we can run copilot svc show --resources --json to extract the resources info. I can then reuse the output json to extract the cluster and task ID from the resources key with AWS::ECS::Service type in deploy the docker into ECS (without new version of the task) directly from github

VaZark avatar Jan 23 '23 10:01 VaZark