© 2023 Hashnode
#aws-ec2
1. Introduction There are several options available once you’ve created a web application to publish it online and make it accessible to others. Elastic Compute Cloud, a well-known service, is one of …
Hey folks! In today's blog, I am going to show you how to install Prometheus and run the Prometheus server as HTTPS that you can share with your friends. In this blog, I am using an AWS EC2 instance(t…
Hosting a Node.js server on AWS EC2 with Nginx can be a great way to scale and manage your application. In this blog post, we will walk through the steps of setting up an EC2 instance, installing Node…
Our Goal In this Blog, I will try to explain how to build a docker image and push it to AWS ECR and deploy it to an AWS EC2 instance using GitHub Actions. We will be provisioning resources using Terraform. It is a lovely automation tool I l…
Introduction AWS Elastic Compute Cloud (EC2) is a powerful and flexible service that allows you to run virtual machines in the AWS cloud. One of the key features of EC2 is the ability to choose from a…
As a software developer, I understand the importance of optimizing resources and saving money. One of the most crucial resources to consider is computing power for your workloads. That's why I have co…
Ready to know what AWS is all about?? So what is AWS (Amazon Web Services)? It is a comprehensive, evolving cloud computing platform provided by Amazon that includes a mixture of infrastructure-as-a-…
What exactly is AWS EC2? It is one of the most popular of Amazon's cloud-computing platform, AWS (Amazon Web Services). Basically EC2 allows users to rent virtual computers to run their own applicatio…
Prerequisite AWS Account (Free Tier will work) Must have own artifact of application in .tar.gz format Install Ansible on your controller(On which you are going to run the ansible ad-hocs command a…
AWS EC2 is one of the very most popular services of AWS. It is a virtual computer where you can deploy your application. And in this post, we are going to deploy our first application to the cloud fro…