Software Alternatives & Reviews

Deploying Go application on AWS with terraform

Gin Gonic Amazon VPC AWS Elastic Beanstalk Amazon ECS Amazon ECR
  1. Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...
    Pricing:
    • Open Source
    We are not going to dive deep into the application For the creation we will use the simplest gin API server.

    #Web Frameworks #Go Lang #Go Web Framework 84 social mentions

  2. Open Source Cloud
    Set up a virtual private cloud (VPC), Internet gateway (IG), network access control list (NACL), and security groups to protect network access to our instance.

    #Cloud Computing #Cloud Infrastructure #VPS 19 social mentions

  3. Quickly deploy and manage applications in the AWS cloud.
    Pricing:
    • Open Source
    There are several possibilities to deploy an application on AWS: using AWS Elastic Beanstalk, AWS Elastic container service (ECS), or directly on an EC2 instance. We are going to use the last approach and deploy the application on the system and for simplicity wrap it with a docker.

    #Cloud Hosting #Cloud Computing #Backend As A Service 37 social mentions

  4. Amazon EC2 Container Service is a highly scalable, high-performance​ container management service that supports Docker containers.
    Pricing:
    • Open Source
    There are several possibilities to deploy an application on AWS: using AWS Elastic Beanstalk, AWS Elastic container service (ECS), or directly on an EC2 instance. We are going to use the last approach and deploy the application on the system and for simplicity wrap it with a docker.

    #Developer Tools #Containers As A Service #Cloud Computing 46 social mentions

  5. Amazon ECR is a fully-managed Docker container registry enabling developers to store, manage, and deploy Docker container images.
    Create a docker image for our application and upload the image to the elastic container registry (ECR), which is an AWS registry for images (similar to the Docker hub).

    #Container Registry #Cloud Hosting #Object Storage 39 social mentions

Discuss: Deploying Go application on AWS with terraform

Log in or Post with