Posts

Showing posts with the label aws cli

Building Cloud Infrastructure using AWS CLI

Image
  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 ...