Author: Rajat Malik

Deploy VPC Using AWS CLOUDFORMATION

Introduction: In this post, we’ll create a VPC via CloudFormation templates. Each AZ will have two subnets (public/private), and the public subnet associated with public route table which has internet Read more

How to Configure SSL on Nginx

1.  Import your SSL to the server through FTP and unzip them in a particular directory, If you don’t have SSL you can generate Let’s Encrypt free SSL by following the below steps. Read more