EC2 Instance
3 articles in this category.

LAMP PHP PROJECT Deployment On VPC + EC2 + RDS + ALB + Autoscaling
VPC | IGW | NAT | ROUTE | RDS | Bash Scripting | ALB | Auto Scaling Prerequisite: Project Roadmap: Step-01: Create a VPC:- ===VPC Create Done === VPC successfully creation is done, now need to create three subnets (Two Public for APP-Server and One Private for DB-Server) under the newly created LAM-VPC Step-02: Creation…
Free SSL Certification Creation and Integration
How to Obtain and Integrate Free SSL Certificates with Nginx Using Let’s Encrypt Securing your website with SSL (Secure Sockets Layer) certificates is crucial for protecting sensitive information and building trust with your users. Let’s Encrypt offers free SSL certificates, and integrating them with Nginx is straightforward. Follow these steps to secure your website with…
Wildcard Domain SSL Integration
How to configure a free single Let’s Encrypt SSL/TLS wildcard Certificate with NGINX Prerequisites Reference: What is certbot Certbot is a agent for letsencrypt that runs in a server to complete the letsencrypt challenge, request a certificate and get a certificate. What is Letsencrypt challenge Letsencrypt want to verify that you own the domain. So…