Setup Custom Domain for an API in AWS API Gateway

Zeeshan BaigBlog

Overview AWS API Gateway is a service that enables you to create, publish, maintain, monitor, and secure APIs at any scale. You can create APIs that access AWS or other web services such as Lambda functions or services running on … Read More

Generate SSL Certificates using AWS Certificate Manager

Zeeshan BaigBlog

Overview We all know creating and managing SSL certificates could be pain and when it comes to cloud computing things could become more complex. AWS provides a solution called AWS Certificate Manager or ACM for short. AWS Certificate Manager is a … Read More

How to Create Linux Virtual Machine in Microsoft Azure

Zeeshan BaigBlog

We have customers from various technology backgrounds and experience levels, some are new to AWS and some are experienced and likewise with Microsoft Azure. We are about to start a new project and Microsoft Azure is the preferred choice of the customer … Read More

Using NAT Gateways in AWS

Zeeshan BaigBlog

Overview In AWS you can design your own network using VPC (Virtual Private Cloud).  You can assign your own IP address ranges and split your network into Public and Private Subnets. In simple words, Public Subnet is like Green Zone where … Read More