Posts

Deployment of High Availability Architecture with AWS CLI

Image
  Hello Connections !!! ✨ Hope you all are safe and doing well ... In my previous article of AWS CLI , I had demonstrated as to how we can use high level aws commands from our terminal and use various AWS services .... ( like launching EC2 instances and creating and attaching EBS volumes, attaching it,  ) In this article ... We will continue our journey as to how we can create a high availability architecture using the concept of Content Delivery Network ( CDN ) via a service of AWS known as CloudFront using AWS CLI . Here is the list of things to be configured and deployed : The architecture includes-  - Webserver configured on EC2 Instance - Document Root(/var/www/html) made persistent by mounting on EBS Block Device. - Static objects used in code such as pictures stored in S3 - Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.  - Finally place the Cloud Front URL on the webapp code for security and low latency. !!! Let'...

AWS using CLI Mode

Image
   Task description: 🔰Create a key pair 🔰Create a security group and create a security group rule 🔰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. Connecting AWS using CLI We can access AWS in 2 ways one is using GUI and another way is CLI. Using GUI we can launch different kinds of instances only once using GUI but using CLI we can launch as many as different instances at once and even automate using CLI, we can perform shell scripting using CLI. To start off with using AWS CLI we need to first install AWS CLI 2 on our OS. You can install it from here https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html. Next is we need to create a user on your AWS account. We must allow programmatic access while creating us er . Next add existing policies or create new policies and add them to your IAM user. I am using power...

Supercharge your Business with Amazon Web Services

Image
In today’s world, the Internet and technology have become very common in companies of all sizes. People who are using the Internet, the speed of information response, together with a variety of electronic devices and bigger storage capacities, has brought forth a new era in social media. Cloud computing can be considered as the innovative of this new technology and can bring a diversity of advantages to business. Developing in the  cloud  enables  users to get their applications to market quickly. Hardware failures do not result in data loss because of networked backups.  Cloud computing  uses remote resources, saving organizations the cost of servers and other equipment. What is cloud computing? Through a service provider, cloud computing is a system that serves as an internet-based information data centre where customers can access all kind of files and software safely through several different devices, no matter where they are. It is a solution for companies ...