Step 1: Access CloudWatch Dashboard - Smart Car Park Walkthrough
Find and open the CloudWatch dashboard showing real-time car park occupancy
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackWalkthrough progress
Step 1 of 4 • 2 minutes
Access CloudWatch Dashboard
Locate your deployed CloudWatch dashboard URL and open it to view real-time car park occupancy data.
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Expected outcome
- CloudFormation stack is in CREATE_COMPLETE status
- Outputs tab shows DashboardURL value
- CloudWatch dashboard opens in a new browser tab
- Dashboard displays car park occupancy widgets
How to access the dashboard
Your CloudWatch dashboard was created when you deployed the Smart Car Park scenario. The dashboard URL is available in your CloudFormation stack outputs.
-
Open the AWS CloudFormation console:
AWS CloudFormation ConsoleMake sure you're in the same region where you deployed the scenario
-
Find your Smart Car Park stack:
Look for a stack name starting with
ndx-try-smart-car-park-followed by a timestampThe stack status should be CREATE_COMPLETE
- Click on the stack name to open the stack details page
- Click the "Outputs" tab near the top of the page
-
Find the "DashboardURL" output:
Look for an output key named
DashboardURLorCloudWatchDashboardURLThe value will be a long URL starting with
https://console.aws.amazon.com/cloudwatch/ -
Click the URL to open the CloudWatch dashboard in a new tab
The URL includes embedded credentials so you won't need to log in again
What you should see
After clicking the dashboard URL, you should see:
- Dashboard title: "Smart Car Park - Real-Time Occupancy" at the top
- Multiple widgets: Charts and numbers showing car park metrics
- Current occupancy: A number widget showing available spaces right now
- Zone breakdown: Charts comparing occupancy across Ground, Level 1, and Level 2
- Auto-refresh indicator: Dashboard set to refresh every 10 seconds
Tip: If the dashboard appears empty or shows "No data", wait 30 seconds and click the refresh button (circular arrow icon) in the top-right corner. The IoT simulator may still be populating initial sensor readings.
Something went wrong? Troubleshooting help
I can't find my CloudFormation stack
Possible solutions:
- Check the AWS region - Use the region selector (top-right) to switch to the region where you deployed the scenario
- Verify deployment completed - If you just deployed, wait a few more minutes for the stack to finish creating
- Check stack status - If status shows CREATE_FAILED or ROLLBACK_COMPLETE, the deployment encountered errors. Delete the stack and try deploying again.
I don't see a DashboardURL output
Possible solutions:
- Wait for stack creation to complete - Outputs only appear when status is CREATE_COMPLETE
-
Look for alternative output names - Try
CloudWatchDashboardURL,DashboardLink, orMonitoringDashboard - Check the Resources tab - Find the Dashboard resource and note its physical ID, then manually navigate to CloudWatch → Dashboards and open it
Dashboard URL gives "Access Denied" error
Possible solutions:
- Confirm correct AWS account - Ensure you're logged into the same AWS account where you deployed the stack
- Re-generate the URL - Go back to CloudFormation Outputs and copy the URL again (embedded credentials may have expired)
- Use IAM permissions - Manually navigate to CloudWatch → Dashboards and open the dashboard using your IAM permissions instead of the embedded URL
Dashboard loads but shows no data
This is covered in Step 2 - click "Continue" to learn how to verify sensor data is flowing