Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
deploy
📤 Upload
📝 New File
📁 New Folder
Close
Editing: list-deployment-instances.rst
**To get information about deployment instances** The following ``list-deployment-instances`` example displays information about all deployment instances that are associated with the specified deployment. :: aws deploy list-deployment-instances \ --deployment-id d-A1B2C3111 \ --instance-status-filter Succeeded Output:: { "instancesList": [ "i-EXAMPLE11", "i-EXAMPLE22" ] }
Save
Cancel