AWS-CSA TASK/ ARTH TASK-3

OBJECTIVE:

A brief Introduction to AWS:

AWS is a cloud computing service which provides cloud services for us. We can leverage all of the services of in AWS for creating our own things or improve the already existing things.

What is EC2?

EC2 is one of the services of AWS. EC2 stands for Elastic Compute Cloud. Elastic means we can increase or decrease the storage and other services in EC2.

What is EBS?

EBS is a service that provides storage volumes for the instances we have created. EBS stands for Elastic Block Storage. The storage devices we use now-a-days are called Block Devices. So, this service is called EBS.

Step-1: Create a Key Pair

  • We need a key pair for entering into the instance through SSH. So, we have to create a key pair for launching a new instance.
  • For creating a key pair, we need command :

Step -2: Create a security group

Security groups are very useful for permitting traffic into our instance. We can create a security group using the command:

Step -3: Launch a new instance with the created key pair and the security group

Now we have to launch a new instance using the key-pair ‘task3key’ and security group ‘newsecgroup’ we have created.

Step-4: Create an EBS volume of 1GiB and attach it to the newly created instance

We can create a volume of our own size. But, only 1 GiB is available in free tier account. So, let’s create a new volume of size 1 GiB in availability zone ap-south-1a.

new volume of 1 GB created

Step-5: attach the above created EBS volume to the instance you created in the previous steps

Now we have to attach it to the instance we have created. We have to provide

This is it …

THANK YOU !

--

--

I am a forward-thinking individual with exceptional skills in problem-solving, adaptive thinking, automation, and development.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
MAYANK VARSHNEY

I am a forward-thinking individual with exceptional skills in problem-solving, adaptive thinking, automation, and development.