Chapter 8: Deploying the Application on AWS
This chapter will teach you how to deploy the API on Amazon Web Services (AWS). It also goes on to explain how to serve the application through HTTPS using a custom domain name, and scale the Gin-based API on Kubernetes and Amazon Elastic Container Service (Amazon ECS).
As such, we will focus on the following topics:
- Deploying a Gin web application on an Amazon Elastic Compute Cloud (Amazon EC2) instance
- Deploying on Amazon ECS (Elastic Container Service)
- Deploying on Kubernetes with Amazon Elastic Kubernetes Service (Amazon EKS)