๐น 1. AWS Service Health Dashboard (SHD)
- Scope: Global view โ status of all AWS services across all regions.
- URL: https://status.aws.amazon.com
- Use case: To check if any AWS service is having an outage (not specific to your account).
- Audience: Anyone (publicly accessible, no login needed).
You can check it here :
https://health.aws.amazon.com/health/status
๐น 2. AWS Personal Health Dashboard (PHD)
- Scope: Account-specific view โ how AWS service events directly impact your resources.
- Accessible in your AWS Management Console (needs login).
- Shows alerts, notifications, and remediation guidance tailored to your resources.
- Can integrate with CloudWatch Events/EventBridge to trigger automation (like sending an SNS notification).
โ
Example:
If your EC2 instance in us-east-1a
is on hardware that AWS needs to replace, youโll get a scheduled maintenance event in your personal health dashboard.
๐น 3. Key Differences
Feature | Service Health Dashboard | Personal Health Dashboard |
---|---|---|
Scope | All AWS customers (public) | Your AWS account/resources |
Login Required? | โ No | โ Yes |
Use Case | General AWS service outages by region | Specific alerts for your resources |
Proactive Notifications | โ No | โ Yes (via EventBridge/SNS) |
Granularity | Broad, service-wide | Resource/account-specific |
โ In short:
- SHD = AWS-wide service status (macro view, public).
- PHD = Your accountโs impact + alerts (micro view, private).
Top comments (0)