This lab is a simple introduction to using Amazon DocumentDB, demonstrating how to use it with MongoDB shell and the pymongo library with boto3.
Objectives
- Create a DocumentDB cluster.
- Connect to a DocumentDB cluster and perform basic CRUD operations using Mongo shell.
- Connect to a DocumentDB cluster and perform basic CRUD operations using SDK.
Prerequisites
- Basic understanding of Amazon DocumentDB, MongoDB shell and pymongo library.
Outline
Task 1: Create an Amazon DocumentDB cluster
Task 2: Perform database operations using Mongo shell
Task 3: Perform database operations using the SDK