0% found this document useful (0 votes)
11 views4 pages

Advanced Devops 2nd Experiment

Uploaded by

komaldk24hite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

Advanced Devops 2nd Experiment

Uploaded by

komaldk24hite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

EXPERIMENT NO.

02

Aim- Installation of AWS. (CLI)


Theory
What is AWS CLI?

The AWs Command Line Interface (AWS CLI) is a unified tool to manage your AWS services.
With just one toolto download and configure, you can control multiple AWS services from
the command line and automate them through scripts. The AWS CLI V2 offers several new
features including improved installers, new configuration options such as AWS IAM Identity
Center (successor to AWS SSO), and various interactive features.

Write the steps for downloading and installing of AWS CLI? (configuration of AWS CLI)
You can download and install the tool from the AWS CLI esource page on Amazon. The
page has download options for Windows, Mac, and Linux installations.

It also has a beginners guide, a comprehensive reference manual, a user forum, and a link to
the GitHub project. Here are the install tools offered by Amazon:

Windows 64-bit download

Windows 32-bit download

Mac and Linux download (requires Python 2.6.5 or greater)

To update your current installation of AWS CLI on Windows, download a new installer each
time you update to overwrite previous versions. AWS CLI is updated regularly. To see when
the latest version was released, see the AWS CLI version 2 Changelogon GitHub.
1. Download and run the AWS CLI MSIinstaller for Windows (64-bit):
https://awscli.amazonaws.com/AWSCLIV2.msi
Alternatively, youcan run the msiexec command to run the MSI instaler.

C:\> msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2. msi


For various parameters that can be used with msiexec, see msiexec on the Microsoft
Docs website. For example, you can use the /qn flag for a silent installation.
C:> msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi /qn
search for emd to
2. To confirm the Intalstion, open the Start menu, open a
prompt window, and at the command prompt use the aws versiorn command command
3 Cbws -version
exe/AMD64 prompt/off
aws c/2. 10.0 Python/3. 11.2 wWindows/10e
If Windows is unable to find the program, you might need to close and reopen the

refresh the path,


or follow the troubleshooting
command prompt window to
in Troubleshoot Aws Cu
errors
What are the services provided by AWS CLI for users on public platform ?

1. Dyanamodb
AWS
The AWS for all of the
provides support CLI for
Command
database services, Line Interface (AWS CLI)
DB. You can
use the AWS
embed
including Amazon Dynamo it to
can also use
impromptu operations, such as creating a table, You
DynamoDB operations within utility scripts.
To list the AWS CLI commands for DynamoDB, use the following command.

$aws dynamodb help


2. Amazon EC2

Amazon Elastic Compute Cloud (Amazon EC2) provides on-demand, scalable


computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2
reduces hardware costs so you can develop and deploy applications faster. You can
use Amnazon EC2 to
launch as few virtual servers as you need, configure
many or as
security and networking, and manage storage. You can add capacity (scale up) to
handle compute-heavy tasks, such as monthly or yearly processes, or spikes in
website traffic. When usage decreases, you can reduce capacity (scale down) again.
To list the AWS CLI
commands for Amazon EC2, use the following command.

aws ec2 help

3. S3 Glacier

Amazon S3 Glacier (S3 Glacier) is a secure and durable service


for low-cost data
archiving and long-term backup. With $3 Glacier. vou can store
your data cOSt
helps you offload the
effectively for months, years, or
even decades. S8 Glacier
have
scaling storage to AWS, so you don't
administrative burdens of operating and hardware
hardware provisioning, data replication,
to worry about capacity planning, hardware migrations.
failure detection and recovery, or time-consurning
Glacier, use the following command.
To list the AWS CLlcommands for S3
aws glacier help

4. IAM

AWS ldentity and Access Management (IAM)


is a web service that helps you securely
can centrally manage permissions
control access to AWS resources. With IAM, Vou is
can access. You use IAM to control who
that control which AWS resources users
permissions) to use resources. When
authenticated (signed in) and authorized (has
sign-in identity that has complete
you create an AWS account, you begin with one
account. This identity is called the
access to all AWS services and resources in the
with the email address and
AWS account root user and is a ccessed by signing in
recommend that you
password that you used to create the account. We strongly
root user credentials
don't use the root user for your everyday tasks. Safeguard your
and use them to perform the tasks that onlythe root user can perform.

To list the AWS CLI commands for IAM, use the following command.

aws iam help

5. Amazon S3

Amazon Simple StorageService (Amazon S3) is an object storage service that offers
industry-leading scalability, data availability, security, and performance. Customers
of all sizes and industries can use Amazon S3 to store and protect any amount of
data for a range of use cases, such as data lakes, websites, mobile applications,
backup and restore, archive, enterprise applications, loT devices, and big data
analytics. Amazon S3 provides management features so that you can optimize,
organize, and configure access to your data to meet your specific business,
organizational, and compliance requirements.
6. AWs SNS

Amazon Web Services Simple Notification Service (AWS SNS) is a web service
automates the process of sending notifications to the subscribers attachert tothat
SNS provides this It
service to both application-to-person and application-to.
application, It uses the publishers/subscribers paradigm for the push and
of messages.
The da ta loss is prevented by storing the data across multiple
delivery
availability zones.
To list the
AWS CLI commands for Amazon SNS, use the following command.
aws sns help

7. Amazon SWF

SWF stands
for r Simple
andresilient Workflow Service. It is a web service used to build scalable
code written inapplications. It provides simple API calls which can be executed from
any language and can be run on yOur EC2 instance or any of your
machines located anywhere
are building an in the world that access the internet. For example, you
among various application which consists of various modules, and to coordinate
has control over all
modules; we rely on SWF in aws. SWF acts as a coordinator, and it
the modules of an application.
To list the AWS
CLI commands for Amazon SWE, use the following command.
aws swf help

Concuston-we have successfuly perform Jnstalation of AWs. ard sheMeo

You might also like