Demo: Configuring Capacity in DynamoDB
Learn how to create a table and configure autoscaling.
We'll cover the following
Creating a table with auto scaling configuration
Creating a table in DynamoDB with autoscaling is straightforward. It is important to carry out the following steps to succeed:
- Sign in the AWS console.
- In the search bar at the top of the screen type “DynamoDb”.
- Choose the “Tables” option at the top left of the screen.
- Click the “Create table” button.
- Assign a name and a partition key.
- Choose the “Customize settings” option.
- In the Read capacity section, assign the Minimum capacity units, Maximum capacity units and Target utilization.
- Do the same for the Write capacity section.
- Scroll down, and click the “Create table” button.
- Once the table is created, click its name.
- Go to the “Monitor” tab.
- Here, you can check the “CloudWatch metrics”. In this section, we can verify the consumption that this table is having.
Get hands-on with 1400+ tech skills courses.