AWS Security ChangesHomeSearch

AWS health documentation change

Service: health · 2025-11-04 · Documentation low

File: health/latest/ug/enable-organizational-view.md

Summary

Updated AWS Health Dashboard URL from health.aws.amazon.com to health.aws.com and added explicit region specification in code example.

Security assessment

The URL change appears to be a domain update without security implications. Adding 'region_name='us-east-1' in the code example improves accuracy but does not introduce or document security controls. No evidence of security vulnerability remediation or security feature addition.

Diff

diff --git a/health/latest/ug/enable-organizational-view.md b/health/latest/ug/enable-organizational-view.md
index 360fb6e44..453bcc1eb 100644
--- a//health/latest/ug/enable-organizational-view.md
+++ b//health/latest/ug/enable-organizational-view.md
@@ -22 +22 @@ You can enable organizational view from the AWS Health console. You must sign in
-  1. Open your AWS Health Dashboard at [https://health.aws.amazon.com/health/home](https://health.aws.amazon.com/health/).
+  1. Open your AWS Health Dashboard at [https://health.aws.com/health/home](https://health.aws.com/health/).
@@ -74 +74 @@ The following code examples call the [EnableHealthServiceAccessForOrganization](
-    client = boto3.client('health')
+    client = boto3.client('health', region_name='us-east-1')