Your Step-By-Step Project: Load Data into DynamoDB
🌟 Step 1: Login with Your IAM User
Steps:
-
Log in with your IAM Admin User.
- If you already have an IAM user, skip to the next step.
- Don’t have an IAM user yet? Follow these quick steps:
Steps to Create an IAM User:
- Log in as the root user.
- Open the AWS IAM Console.
- On the left-hand navigation panel, select Users.
- Click Create user.
-
Enter a username (e.g.,
YourName-IAM-Admin). - Enable Access to the AWS Management Console.
- Set a custom password you can remember.
- Deselect the option for “Users must create a new password at next sign-in.”
- Attach the policy AdministratorAccess.
- Click Create user.
🌟 Step 2: Create Your First DynamoDB Table
Steps:
- Open the DynamoDB Console.
- Click Create table.
-
Fill in the following details:
-
Table Name:
CloudStudents -
Partition Key:
StudentName(String)
-
Table Name:
-
Capacity Settings:
- Turn off Auto Scaling.
- Set Read/Write Capacity Units to 1.
- Click Create table. 🎉
🌟 Step 3: Add an Item to Your Table
-
Select your table,
CloudStudents\. - Click Create Item.
-
Enter the following details:
-
Partition Key (StudentName):
Nikko -
Add an attribute:
-
Attribute Name:
ProjectsComplete - Type: Number
- Value: 4
-
Attribute Name:
-
Partition Key (StudentName):
- Click Save. You’ve successfully added an item to your DynamoDB table! 🎉
🌟 Step 4: Understand DynamoDB Capacity Units
🌟 Final Check
-
Ensure your table
CloudStudentsis created. -
Confirm the item
Nikkois visible in the table.
🎉 Congratulations!
You’ve set up an IAM user, created a DynamoDB table, and added data successfully. 🚀📧 Contact
For questions or feedback, reach out: 📨 Email: [email protected] 🌐 Portfolio: Brian Kimemia GitHub: BrianKN019Thank you for exploring this project! Let’s innovate and build secure AWS solutions together. 🚀