AWS AWSCloudFormation documentation change
Summary
Removed redundant phrase 'By default,' from cfn-hup daemon behavior description
Security assessment
Minor editorial change that doesn't alter security posture. The daemon's runtime behavior remains unchanged and no security features are documented.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/updating.stacks.walkthrough.md b/AWSCloudFormation/latest/UserGuide/updating.stacks.walkthrough.md index e855b35c8..1407af79d 100644 --- a//AWSCloudFormation/latest/UserGuide/updating.stacks.walkthrough.md +++ b//AWSCloudFormation/latest/UserGuide/updating.stacks.walkthrough.md @@ -299 +299 @@ Now, update the stack. -When your stack is in the `UPDATE_COMPLETE` state, you can choose the `WebsiteURL` output value again to verify that the changes to your application have taken effect. By default, the `cfn-hup` daemon runs every 2 minutes, so it may take up to 2 minutes for the application to change once the stack has been updated. +When your stack is in the `UPDATE_COMPLETE` state, you can choose the `WebsiteURL` output value again to verify that the changes to your application have taken effect. The `cfn-hup` daemon runs every 2 minutes, so it may take up to 2 minutes for the application to change once the stack has been updated.