aws

AWS CLI  Install windows version 1

sidtechtalks.in

aws

AWS CLI?

sidtechtalks.in

The AWS CLI is a unified tool to manage AWS services. With just one tool to download and configure, we can control multiple AWS services from the command line and automate them through scripts.

aws

INstall version 1

sidtechtalks.in

You can install version 1 of the AWS Command Line Interface (AWS CLI) on Windows by using a standalone installer (recommended) or pip, which is a package manager for Python.

aws

INstall version 1

sidtechtalks.in

Check the Releases page on GitHub to see when the latest version was released. When updates are released, you must repeat the installation process to get the latest version of the AWS CLI version 1.1

aws

INstall version 1

sidtechtalks.in

Download the appropriate MSI installer:     Run the downloaded MSI installer or the setup file.

1. AWS CLI MSI installer for Windows (64-bit)

2. AWS CLI MSI installer for Windows (32-bit)

aws

INstall version 1

sidtechtalks.in

– By default, the AWS CLI version 1 installs to  C:\Program Files\Amazon\AWSCLI (64-bit version) – To confirm the installation, use the  aws --version command at a command prompt.

aws --version

aws

Setup AWS CLI

sidtechtalks.in

It explains how to quickly configure basic settings that the AWS Command Line Interface (AWS CLI) uses to interact with AWS.  These include your security credentials, the default output format, and the default AWS Region.

aws

sidtechtalks.in

The aws configure  command is one of the ways to set up your AWS CLI installation. When you enter this command, the AWS CLI prompts you for four pieces of information: – Access Key – Secret Key – Output – Region

aws

Profiles

sidtechtalks.in

A collection of settings is called a profile. By default, the AWS CLI uses the default profile. You can create and use additional named profiles with varying credentials and settings by specifying the --profile option and assigning a name.

aws

sidtechtalks.in

Congratulations!! you have successfully installed and set up AWS CLI on Windows. You would be able to communicate well with your AWS services and automate the process which will make it easier to interact.

Installed!

aws

sidtechtalks.in

I hope you enjoyed the article and if you found this useful, then please share it with your friends and colleagues. If this post helps you, spread this so that other people can also benefit.

Read more...