Here you are going to give yourself some DynamoDB permissions to create a table. > Now, in the next step, let’s create a username and access type. > After clicking on “users,” now click on “ Add user” > As a result of the above search IAM console page opens up, and on the left side, you can find an option as ” Users” click on it, and from here, we are going to create a user from scratch. > Log into your AWS dashboard and search for IAM (Identity Access Management) from the Find services search bar available in your dashboard In AWS, interacting with services requires explicit permissions defined by your IAM user (more on that below). In this process, the first and foremost thing you need to do is create a user with a set of permissions. Looking to create your infrastructure through CODE? Check out THIS blog post on CloudFormation You need to create a user profile using the command “ aws configure” but before that we have a few other steps to perform. If you are first setting up the CLI, there are some additional steps to interact with AWS. Step 2 – Configuration ( If you are first time user)
#Aws configure cli local dynamodb install
Scroll down and look out for the link ‘install or update the AWS version 2 on windows using the MSI installer and click on it.įrom there now download the AWS CLI with the link given below the line “Download and run the AWS CLI MSI installer for Windows (64-bit)” as soon as you click on the link, the download will start automatically, and all you need to do is install the AWS CLI as same as you generally install any software application by accepting the terms, clicking next and then finish to install.Īlternatively, you can directly download the AWS CLI MSI installer for windows from here.Īfter you open the installer and follow the wizard, you should be ready for step 2. Then click on the first link, ‘ Installing, updating, and uninstalling the AWS CLI version 2 on Windows’ The more you use the AWS CLI, the more you’ll realize how powerful it is, so on this note, let me quickly walk you through the process of setting up the AWS CLI on your windows PC.
With just one tool, you can download, configure, control multiple AWS services from the command line and automate them through scripts. It is a unified tool to manage your AWS services. The AWS Command Line Interface (CLI) manages entire AWS services through a terminal session on your own client, allowing you to control and configure multiple AWS services done programmatically. Without any further setback, through this blog let me tell you in brief about AWS CLI and will walk you through step by step process of Setting up AWS CLI on Windows 10. If you are just getting started with AWS, then AWS CLI is a great way to interact with your AWS resources, and that’s through your terminal using the CLI. But have you ever thought like “are there more ways to access its services apart from the default eye-catching browser console?”Īlright! If you have this in your mind, then indeed, I have a better solution for you, and it is by using the AWS CLI (Command Line Interface) that can help you unlock the further potential when managing your AWS ecosystem. All of your data is stored on solid state disks (SSDs) and automatically replicated across multiple Availability Zones in an Amazon Web Services Region, providing built-in high availability and data durability.You might have been using AWS for quite some time and hopefully, by now, you feel comfortable enough accessing various services of AWS via its web console UI. You can scale up or scale down your tables' throughput capacity without downtime or performance degradation, and use the Amazon Web Services Management Console to monitor resource utilization and performance metrics.ĭynamoDB automatically spreads the data and traffic for your tables over a sufficient number of servers to handle your throughput and storage requirements, while maintaining consistent and fast performance. With DynamoDB, you can create database tables that can store and retrieve any amount of data, and serve any level of request traffic. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.