Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DynamoDB Applied Design Patterns

You're reading from   DynamoDB Applied Design Patterns Apply efficient DynamoDB design patterns for high performance of applications

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781783551897
Length 202 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Uchit Hamendra Vyas Uchit Hamendra Vyas
Author Profile Icon Uchit Hamendra Vyas
Uchit Hamendra Vyas
Arrow right icon
View More author details
Toc

The command-line interface

You can't beat classics, can you? Even though the previous two interfaces provide easy usage of DynamoDB, the command-line interface provides good flexibility and it makes life simple for advanced programmers by reducing the number of clicks; instead of using the management console or the Eclipse plugin for DynamoDB interaction, we can write some commands and program it to do certain redundant jobs.

To get the AWS CLI, go to the link shown in the following screenshot:

The command-line interface

Visit https://s3.amazonaws.com/aws-cli/AWSCLI64.msi to download the AWS CLI setup. Once the installation is complete, go to the path in the command prompt (the path might differ based on the platform, in my case the path is C:\Program Files\Amazon\AWSCLI). Run the aws configure command to configure CLI with our AWS credentials.

Hitting Enter will ask for the following four options:

The command-line interface

If we feel that any of the parameters have changed at all, type in aws configure again and provide the necessary details...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image