Top Common Application Security Risks

Zeeshan BaigBlog

Top Common Application Security Risks

In today’s world, an online presence is not only required but a necessity for any modern business. Going online also comes with many challenges. Any loopholes in application security can lead to various cyber-attacks thus ruining the reputation of any organization. OWASP The Open Web Application Security Project is an open-sourced, … Read More

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

Protect AWS API Gateway Endpoints using API Keys

Zeeshan BaigBlog

Overview AWS API Gateway offers various ways to protect API endpoints, most recently AWS announced Private Endpoints which are only accessible from VPC. In addition to that, you can protect APIs using the following methods Custom Authorizers API Keys Client … 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