How to Build and Deploy a Java Application on AWS Using ECS and Fargate – Part 4
Over the past few parts (Part 1, Part 2, Part 3), we’ve learned how to containerize the app, deploy it to ECS Fargate, attach an ALB, and even manage DNS via Route 53 with our Books API setup example. The Books API is running publicly on an Application Load Balancer (ALB). But right now it’s […]
Read More