Deploying Spring Boot App to the Elastic Container Service

AWS Elastic Container Service (ECS) is a service that allows a user to deploy applications using a managed Docker instance. Here, the AWS ECS service is responsible for provisioning the virtual machine and the Docker installation. We can deploy our application by doing the following:

  1. Start ECS, click on Continue:
  1. Create the ECS repository with name product-api and click on Next step:
  1. Build and push a Docker container to the repository, following the instructions given on the screen: ...

Get Cloud-Native Applications in Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.