Building a simple Architecture on AWS using CLI
Hello Folks!!
In this article, we are going to build a simple architecture on AWS using CLI.
This architecture includes:
- Creation of Key-Pair.
- Creation of Security Group.
- Launching an EC2 instance using the above key pair and security group.
- Creation of EBS volume of size 1Gb.
- Attaching the above created EBS volume to the above-launched EC2 instance.
There are some prerequisites for configuring this architecture:
- AWS-CLI software should be downloaded and configured in our command prompt.
- All the login credentials of the IAM user including the Access key ID and Secret Access Key must be there with us. We can download these credentials at the time of the IAM user creation.
Now let's start configuring the architecture:
Step 1: We have to configure our AWS account in the command prompt by providing the Access Key ID, Secret Access Key, Region name, and output format.
Step 2: Creation of key-pair
We can confirm whether the key-pair is created or not by looking at AWS Web Console.
Step 3: Creation of Security group.
Step 3: Launching an EC2 instance using the above key pair and security group.
Step 4: Creating an EBS volume of size 1Gb.
Step 5: Attaching the above created EBS volume to the above-launched EC2 instance.
Finally, we have configured the whole architecture by attaching the EBS volume to the EC2 instance at the last.
Thanks!! for giving a look at my article.
If anyone has any query related to this article. They can DM me on my LinkedIn https://www.linkedin.com/in/abhishek-raj-6040a71a6/