Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/awscli/examples/deploy/ |
Upload File : |
**To retrieve a list of target IDs that are associated with a deployment** The following ``list-deployment-targets`` example retrieves a list of target IDs associated with deployments that have a status of "Failed" or "InProgress." :: aws deploy list-deployment-targets \ --deployment-id "d-A1B2C3111" \ --target-filters "{\"TargetStatus\":[\"Failed\",\"InProgress\"]}" Output:: { "targetIds": [ "i-0f1558aaf90e5f1f9" ] } For more information, see `ListDeploymentTargets <https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListDeploymentTargets.html>`_ in the *AWS CodeDeploy API Reference*.