with Amazon DynamoDB
In this tutorial, you will learn how to create a simple table, add data, scan and query the data, delete data, and delete the table using the DynamoDB Console. Everything done in this tutorial is free-tier eligible.
Manage Your AWS Resources
Sign in to the ConsoleWhen you click here, the AWS management console will open in a new browser window, so you can keep this step-by-step guide open. When this screen loads, find DynamoDB under Databases and click to open the DynamoDB Console.
b. You can use the console to query the Music table in various ways. For your first query, do the following:
- In the “Artist” field, type “No One You Know”, then click Start search. All songs performed by “No One You Know” are displayed.
Try another query:
- In the “Artist” field, type “The Acme Band”, then click Start search. All songs performed by “The Acme Band” are displayed.
You can easily delete a table from the Amazon DynamoDB console. In fact, it is a best practice to delete tables you are no longer using so you don’t keep getting charged for them.
- In the Amazon DynamoDB console, click the Actions dropdown and click Delete table
- A confirmation dialog appears; click the Delete button.
Note: By default, CloudWatch alarms for the table are also deleted. This process takes several seconds to complete.
You have created your first DynamoDB table, added items to your table, and then queried the table to find the items you wanted. You also learned how to visually manage your DynamoDB tables and items through the AWS Management Console.
Now that you have learned to create, manage, and query tables and items from the management console, you can progress to the next tutorial where you will learn how to import large amounts of data, then quickly and easily find the information you need. You’ll import a movie database to see how you can quickly find details about your favorite actors and characters.