AWS AmazonCloudWatch documentation change
Summary
Added steps for managing multilocation canaries during deletion, including replica removal requirements and updated step numbering
Security assessment
Changes are procedural updates for multilocation canary management without security vulnerability fixes. No CVE, vulnerability disclosure, or security incident remediation mentioned. Focuses on operational steps.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/synthetics_canaries_deletion.md b/AmazonCloudWatch/latest/monitoring/synthetics_canaries_deletion.md index b36fd6451..9d025d4e4 100644 --- a//AmazonCloudWatch/latest/monitoring/synthetics_canaries_deletion.md +++ b//AmazonCloudWatch/latest/monitoring/synthetics_canaries_deletion.md @@ -37 +37,3 @@ Under **Browser configuration** , you can enable the browser to test the canary. - 7. Make any other changes to the canary that you'd like, and choose **Save** . + 7. (Optional) To add or remove replica locations from a multilocation canary, update the selections under **Locations**. You can only edit replica locations from the primary Region. For more information, see [Adding or removing replica locations](./CloudWatch_Synthetics_MultiLocation_Managing.html#CloudWatch_Synthetics_MultiLocation_Update_Manage). + + 8. Make any other changes to the canary that you'd like, and choose **Save** . @@ -44 +46 @@ Under **Browser configuration** , you can enable the browser to test the canary. -When you delete a canary, you can choose whether to also delete other resources used and created by the canary. If the canary’s `ProvisionedResourceCleanup` field is set to ` AUTOMATIC` or `DeleteLambda` is specified as `true` when you delete the canary, CloudWatch Synthetics will automatically delete the Lambda functions and layers that are used by the canary. +When you delete a canary, you can choose whether to also delete other resources used and created by the canary. If the canary's `ProvisionedResourceCleanup` field is set to ` AUTOMATIC` or `DeleteLambda` is specified as `true` when you delete the canary, CloudWatch Synthetics will automatically delete the Lambda functions and layers that are used by the canary. @@ -73 +75,3 @@ To stop the canary, select the button next to the canary name, and choose **Acti - 4. Select the button next to the canary name, and choose **Actions** , **Delete**. + 4. (Optional) If this is a multilocation canary, you must first remove all replicas. Choose **Actions** , **Edit** , and clear all replica Regions under **Locations**. Save your changes and wait for all replicas to be removed. For more information, see [Deleting a multilocation canary](./CloudWatch_Synthetics_MultiLocation_Managing.html#CloudWatch_Synthetics_MultiLocation_Delete_Manage). + + 5. Select the button next to the canary name, and choose **Actions** , **Delete**. @@ -75 +79 @@ To stop the canary, select the button next to the canary name, and choose **Acti - 5. Choose whether to also delete the other resources created for and used by the canary. Lambda functions and layers will be deleted alongside the canary, but you can additionally choose to delete the canary's IAM role and IAM policy. + 6. Choose whether to also delete the other resources created for and used by the canary. Lambda functions and layers will be deleted alongside the canary, but you can additionally choose to delete the canary's IAM role and IAM policy. @@ -79 +83 @@ Enter `Delete` into the box and choose **Delete** . - 6. Delete the other resources used by and created for the canary, as listed earlier in this section. + 7. Delete the other resources used by and created for the canary, as listed earlier in this section.