© 2023 Hashnode
#amazon-ec2
Full code is available at this GitHub Repo. If you wish to only use the Ansible role, it’s at Ansible Galaxy. Introduction In this project, we are going to provision an EC2 instance using Terraform an…
We are going to host a basic HTML page on an instance on apache web server installed on top of our instance. Log into your aws account. Assuming we created an instance with Ubuntu Operating System. Just like the one in this link. Next i…
In this article, we want to deploy a todo app where the languages are reacts and nodejs, to production on our AWS ec2 instance, we would also use MongoDB as our database. At the end of this article, w…
When the need for large and quasi-endlessly scaling Information Technology needs arose out of increased adoption of IT, firms needed a way to ensure they served their customers efficiently, reliably a…
HEY, Gorgeous people on the internet. Today, let's go through an article where the success rate of completing this task is close to 50%, which is installing NODEJS and NPM on an AWS EC2 Instance 😜😜.…
Step 1. Go to your EC2 dashboard and click the instances then click your newly created instance by tapping on its instance ID. Step 2: You should be able to see the details of that instance. To be ab…
Amazon EC2 is considered to be one of the most popular services of AWS. EC2 allows you to launch Virtual Machines (VM) that are powered by XEN or Nitro Hypervisor which improves performance significan…
What is AWS EC2 Instance? An EC2 instance is nothing but a virtual server in Amazon Web Service. It stands for Elastic Compute Cloud. An on-demand EC2 instance is an offering from AWS where the user c…
EBS Volume Encryption Key Points Encryption is supported by all EBS volume types. Amazon EBS offers volume encryption capability. The volume key is encrypted under a KMS key in your account. Amazon …
In this practice lab, I am going to learn how to deploy an RDS Multi-AZ architecture. I will then create read replicas and simulate a failover of the RDS instance. The objective of this practice lab i…