LAUNCHING INSTANCE USING "AMAZON WEB SERVICES COMMAND LINE INTERFACE"​

LAUNCHING INSTANCE USING "AMAZON WEB SERVICES COMMAND LINE INTERFACE"

~ Creating security group

~ Creating key pair

~ Creating volume 

~ Attaching it to the instance .

Firstly , If we want to use AWS CLI program we have to create an IAM user .

* Login to your AWS account

* In AWS console > services > IAM > users > add user > type username > access type > console password > attach policy Power User Access > create user

Now using the URL install CLI :

https://awscli.amazonaws.com/AWSCLIV2.msi

To check the version in your computer:

aws --version command

We have to configure

aws configure

No alt text provided for this image


our task is to create key-pair :

No alt text provided for this image

the key pair has been successfully created.

our next task is to create a security group:

No alt text provided for this image


the security group has been successfully created.

now we have to launch a instance:

No alt text provided for this image


the instance is launched.

Now we should create a volume of 1 Gb:

No alt text provided for this image


volume has been successfully created.

Finally we are going to attach the volume to the instance:

No alt text provided for this image

we have completed the task successfully.

No alt text provided for this image

Now the instance is created successfully. And 1Gb of volume is attached to the instance.



To view or add a comment, sign in

More articles by Swetha P

  • ARTH Task-30 OPENSHIFT:-CASE STUDY

    OpenShift is a family of containerization software products developed by Red Hat. Its flagship product is the OpenShift…

  • ARTH TASK-29 JENKINS:-CASE STUDY

    Jenkins: Jenkins is an open-source automation server. With Jenkins, organizations can accelerate the software…

  • ARTH Task-16 KUBERNETES:-CASE STUDY

    Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that…

  • TASK-22 AMAZON SQS: USE-CASES

    Amazon Simple Queue Service Amazon Simple Queue Service (Amazon SQS) offers a secure, durable, and available hosted…

  • ARTH TASK-1

    The giant companies like Google, Facebook, etc., receives a large amount of data every second and will be updated and…

  • Creating High Availability Architecture with AWS CLI

    The architecture includes- - Webserver configured on EC2 Instance - Document Root(/var/www/html) made persistent by…

  • ALLOCATING DESIRED STORAGE AS SLAVE TO THE CLUSTER IN HADOOP

    Here in this article we are going to allocate limited storage as slave to the cluster in Hadoop. we allocate desired…

  • Creating a menu program of Hadoop ,Docker ,LVM ,AWS , Linux commands , partition!!

    Here we have created a menu program using python script ,this program includes the following technologies : 1 . Hadoop…

    3 Comments
  • WHAT IS CLOUD COMPUTING AND HOW NETFLIX USING AWS.

    In the present world, We mostly need storage and RAM(Random Access Memory). RAM is used for loading applications…

    6 Comments

Explore content categories