In this lab, you will view CloudWatch metrics for Amazon DocumentDB. After completing this lab, you will have hands-on experience viewing Amazon DocumentDB metrics and identifying database activity in them.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- View CloudWatch Metrics
View the current CloudWatch metrics to establish a baseline of performance. Pay special attention to the insert operation counter:
OpcountersInsert (Count)
.- Load the Data
Using the
mongoimport
tool, load the data in theinventory.csv
file into a new collection on the DocumentDB cluster.- Identify the Activity Spike in Metrics
View the CloudWatch metrics again, this time looking for a spike in activity that corresponds with the data load.