A quick introduction about AWS:

Amazon Web Services are shortly known as AWS. It is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis.

Three ways by which we can use AWS:

  1. **AWS GUI Dashboard **— It provides a graphical interface but it is limited to only certain functions. It can be accessed from here. Therefore we need to use the 2nd option.
  2. AWS CLI â€” It is the command-line interface. It provides us with a lot of flexibility.
  3. Automation tools like Terraform or Ansible.

Here in this article, we will discuss how to use AWS CLI. For that, we will have to download the software and install it. To know how to install it, refer to the below-given documentation:

Installing the AWS CLI

Install the AWS Command Line Interface (AWS CLI) on your system.

docs.aws.amazon.com

After you are done with the installation, follow along to experiment and learn a few commands:

So Let’s Start -

🔶 To check if it is successfully installed and configured:

aws --version

Image for post

🔶 If you are stuck anywhere you can refer to the documentation using:

aws help

Image for post

🔶 To use anything in our AWS Cloud, First, we need to log in:

aws configure

#aws-cli #ec2 #ebs-volume #httpd #aws

AWS CLI: A Beginners Guide
1.05 GEEK