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/cloudformation/ |
Upload File : |
**To detect drift on a stack set and all associated stack instances** The following ``detect-stack-set-drift`` example initiates drift detection operations on the specified stack set, including all the stack instances associated with that stack set, and returns an operation ID that can be used to track the status of the drift operation. :: aws cloudformation detect-stack-set-drift \ --stack-set-name stack-set-drift-example Output:: { "OperationId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111" } For more information, see `Detecting Unmanaged Configuration Changes in Stack Sets <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html>`__ in the *AWS CloudFormation Users Guide*.