Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deploy Spring Boot Microservices on AWS ECS with Fargate
Rating: 4.5 out of 5(633 ratings)
6,078 students

Deploy Spring Boot Microservices on AWS ECS with Fargate

Course covers Auto Scaling, Load Balancing, Centralized Configuration, Route 53, SSL & HTTPs, Docker Images, and CI/CD
Last updated 6/2026
English
German [Auto],English [Auto],

What you'll learn

  • You will learn to build Docker images for your Spring Boot Microservices
  • Learn about Auto Scaling on AWS and how to configure it for your Microservices
  • Learn to publish Docker Images to Docker Hub and AWS ECR
  • You will learn to run multiple instances of your Microservices behind Application Load Balancer
  • Learn to deploy Spring Boot Microservices on AWS ECS with Fargate
  • You will learn to create SSL certificate and enable HTTPs communication
  • Implement Centralized Configuration with Parameter Store and manage configuration properties in one central location
  • You will learn about Service Discovery with AWS Service Connect and how to make Microservices discover and communicate with each other
  • Run MySQL and Aurora Databases on AWS RDS
  • You will learn to use AWS Cloud Watch to inspect log files in one single location
  • Learn to encrypt sensitive configuration properties
  • Become familiar with Route 53 service and enable SSL for custom domain name
  • Learn to use Amazon Security Groups
  • Learn about Continuous Integration and Continuous Deployment(CI/CD)
  • Learn to use Amazon Developer Tools: CodeCommit, CodeBuild and CodePipeline

Course content

15 sections102 lectures7h 42m total length
  • Introduction4:29

    Learn to deploy Spring Boot microservices on AWS ECS with Fargate by building Docker images, pushing to ECR and Docker Hub, and enabling auto scaling, service discovery, and load balancing.

  • Welcome from the instructor1:16

    Meet your instructor Sergei in this welcome lecture, learn about his background, daily learning tips, LinkedIn connection, and earning a completion certificate.

  • Introduction to ECS7:00

    Discover Amazon Elastic Container Service (ECS), a fully managed platform to deploy Docker containers via task definitions and services, with auto scaling, load balancing, service discovery, and centralized log collection.

  • Microservices Architecture on AWS5:46

    Learn a three-layer microservices architecture on AWS with springboard apps running in docker containers on ecs fargate, using per-service mysql databases on rds.

  • What is ECS Cluster, Service, and Task?3:02

    Learn how to deploy a springboard app on Amazon Elastic Container Service by building Docker images, defining task definitions, and configuring clusters, services, and load balancers.

  • AWS Account & Pricing7:47

    Create an aws account and understand pricing from free tier to paid plans, including rds for mysql and fargate, and learn to stop running tasks to control costs.

Requirements

  • Basic knowledge of Java and Spring Boot
  • You should be able to create AWS Account with a valid credit card

Description

This course is for Java developers interested in learning how to deploy Spring Boot Microservices on AWS cloud using AWS ECS(Elastic Container Service).

By the end of this course, you will know how to deploy, auto scale and load balance Spring Boot Microservices in Docker containers on AWS Serverless Infrastructure.

You will learn how to:

  • Run Spring Boot Microservices with different Spring Boot profiles: dev, prod.

  • How to build Docker images,

  • Publish Docker images to Docker Hub and AWS ECR,

  • Scan your Spring Boot Microservices for security vulnerabilities.


You will learn to:

  • Create a cluster on AWS Fargate (serverless) infrastructure,

  • Run multiple instances of your Spring Boot Microservices behind Amazon Application Load Balancer,

  • Make your Microservices Auto Scale on demand,

  • Create an SSL certificate and enable secure HTTPS communication for your Microservices,

  • Work with Route 53 and enable HTTPS communication for a custom domain name,

  • Deploy scalable MySQL server using Amazon RDS,

  • Implement Centralize Configuration and learn to use Amazon Parameter Store to manage configuration properties in one central location,

  • You will learn to Encrypt sensitive configuration properties and store them encrypted on AWS,

  • Learn to use Service Connect & Service Discovery to enable your Microservices to discover each other and communicate with each other,

  • You will learn about Continuous Integration and Continuous Deployment(CI/CD) and how to use Amazon Developer Tools like CodeCommit, CodeBuild and CodePipeline to automate the release process of new code.

All lectures are designed for beginners, and you will learn all of the above topics by following short and simple, step-by-step video lessons.

Enrol now, and I will be there to assist you every step of the way.

Who this course is for:

  • Java developers interested in learning how to deploy Spring Boot Microservices on AWS ECS & Fargate