You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theresources
key withAWS::ECS::Service
type in deploy the docker into ECS (without new version of the task) directly from githubThe text was updated successfully, but these errors were encountered: