CloudAlerts monitors 21 cloud services in real-time — from Microsoft 365 and Azure to AWS, Google Cloud, Cloudflare and more. The dashboard gives you an instant overview of which services are operational, degraded, or experiencing an outage.
Status data is retrieved directly from the official status APIs and RSS feeds of each provider. No third parties involved. The server cache is refreshed every 5 minutes via edge caching.
Currently monitored services:
CloudAlerts can be installed on your iPhone or Android homescreen as a Progressive Web App (PWA). Once installed it opens without a browser bar and looks and feels like a native app.
Open Safari
Go to cloudalerts.eu in Safari. This only works in Safari — not in Chrome or Firefox on iPhone.
Tap the share icon
Tap the share button at the bottom of the screen — the square with an arrow pointing up.
Add to Home Screen
Scroll down in the share sheet and tap "Add to Home Screen".
Confirm
Tap "Add" in the top right corner. The CloudAlerts icon will now appear on your homescreen.
Each service is assigned one of three statuses, based on data from the provider's official status page.
Operational
The service is functioning normally with no known issues. No active incidents reported.
Degraded performance
The service is available but experiencing slowdowns or partial outages. At least one active incident is reported.
Outage
The service is unavailable or experiencing a major incident detected via the provider's status API or RSS feed.
Subscribe to the CloudAlerts RSS feed to receive automatic updates in your feed reader whenever a service status changes. The feed is updated every 5 minutes.
https://cloudalerts.eu/api/rssRecommended feed readers:
Feedly
Free, web + mobile
Inoreader
Advanced filtering
Feeder
Clean Android app
NewsBlur
Open source
The public JSON API returns the current status of all monitored services. No authentication or API key required. Updated every 5 minutes.
https://cloudalerts.eu/api/publicExample response:
{
"status": "success",
"data": {
"services": [
{
"name": "Microsoft 365",
"status": "operational",
"incidents": []
},
{
"name": "AWS",
"status": "degraded",
"incidents": [
{
"title": "Increased error rates in eu-west-1",
"severity": "minor",
"startTime": "2026-03-12T18:30:00Z"
}
]
}
],
"summary": {
"total": 22,
"operational": 21,
"degraded": 1,
"outage": 0
},
"lastUpdate": "2026-03-12T19:55:00Z"
}
}How often is the status updated?
The server cache is refreshed every 5 minutes via edge caching. The exact timestamp of the last update is shown on the dashboard.
Is CloudAlerts free to use?
Yes, CloudAlerts is completely free. No account or registration required to view the dashboard, use the API, or subscribe to the RSS feed.
Why is a service not listed?
We currently monitor 21 cloud services. Services are added based on demand and the availability of a public status API or RSS feed. More services may be added in future updates.
How are incidents detected?
CloudAlerts retrieves data directly from each provider's official status API or RSS feed. The accuracy of the information shown depends entirely on the data shared by the monitored service. If a provider does not report an incident, CloudAlerts cannot detect it.
Who runs CloudAlerts?
CloudAlerts is built and maintained by Bolt Connect, an MSP and Telecom service provider based in the Netherlands.
© Copyright 2026 Bolt Connect | All rights reserved | Docs | Legal | v2.5