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/wait/ |
Upload File : |
**To pause script operations until a deployment is flagged as successful** The following ``wait deployment-successful`` example pauses until the specified deployment completes successfully. :: aws deploy wait deployment-successful --deployment-id d-A1B2C3111 This command produces no output, but pauses operation until the condition is met. It generates an error if the condition is not met after 120 checks that are 15 seconds apart.