Deploying Go application on AWS with terraform
Overview
In the article, we will deploy a simple Golang service on elastic cloud compute (EC2) in AWS. As we deploy the application as a docker image, we can run almost any application inside a docker container in the similar way.
We won’t deploy a h...
boodyvo.hashnode.dev12 min read