May 2018
Intermediate to advanced
512 pages
11h 3m
English
In a highly-available deployment, we will want to be running two instances of your container, as defined by the task definition we just created, across two different Availability Zones (AZs). For this kind of dynamically scaling out and scaling in, we need to configure an Application Load Balancer (ALB) to handle request routing and draining:
In order to support SSL traffic under listeners, you can add a new listener for HTTPS on port 443. An SSL setup can be achieved conveniently via AWS services and wizards. During the ALB configuration process, AWS offers links to these ...
Read now
Unlock full access