Building Cloud Infrastructure using AWS CLI
This article will help us to know How to Build Cloud Infrastructure using AWS CLI. Before dive into the practical part let's understand some basic terminology it will help you for a better understanding of the further part So, Let's get started.... What is AWS ?? π€ Amazon Web Services ( AWS ) offers a broad set of global cloud-based products, including compute, storage, databases, networking, analytics, mobile, developer tools, management tools, Internet of Things (IoT), security, enterprise applications and many more with a pay-as-you-go pricing model. π°Task Description – AWS*_ π» π
Create a key pair π
Create a security group π
Launch an instance using the above created key pair and security group. π
Create an EBS volume of 1 GB. π
The final step is to attach the above created EBS volume to the instance you created in the previous steps. NOTE: All the ...