ALB_EN– tag –
-
AWS_EN
Forwarding traffic to multiple target groups with path-based routing in ALB
【Configuration of ALB for path-based routing】 ALB supports path-based routing. If you have a listener with a default rule that forwards requests to one target group, you can add a rule that forwards requests to another target group bas... -
AWS_EN
EC2 Auto Scaling – Target tracking scaling based on CPU utilization
【EC2 Auto Scaling - Target tracking scaling based on CPU utilization】 The following pages cover the basics of EC2 Auto Scaling. https://awstut.com/en/2022/10/08/introduction-to-ec2-auto-scaling-no-scaling-policy-en This page will revie... -
SOA_EN
Attaching multiple ACM certificates to ALB to support multiple domains
【SSL-enabled multi-domain configuration】 This topic is related to security and compliance, one of the AWS SOA questions, and confirms that multiple ACM certificates can be attached to the ELB. The goal is to create a configuration for ... -
AWS_EN
On SSL between ALB and EC2 using Self-Signed Certificate
【Configuring SSL not only between Client and ALB, but also between ALB and EC2】 In the following page, we introduced a configuration that uses an ACM certificate to SSL the communication from the Internet to the ALB. https://awstut.com... -
AWS_EN
On SSL your own domain using ACM Certificate
【Configuration to access your own domain with HTTPS using ACM certificate】 In the following page, we have introduced the configuration to access ALB using your own domain obtained with Route 53. https://awstut.com/en/2022/02/11/registe... -
AWS_EN
Registering ALB to Route 53 and Accessing with Your Own Domain
【Configuration for Registering ALB to Route 53】 In the following page, we have introduced how to attach an EC2 instance in a private subnet to ALB. https://awstut.com/en/2021/12/11/attaching-instances-in-private-subnet-to-elb However, ... -
AWS_EN
Attach Fargate in private subnet to ALB
【Configure Fargate containers in private subnet to attach to ALB】 I checked the following page for the three target types of ALB. https://awstut.com/en/2022/02/26/three-target-types-of-alb-2 Specifically, they are instance, ip, and lam... -
AWS_EN
Attaching instances in private subnet to ALB
【Configure instances in private subnets to be attached to ALB】 We will see how to attach an instance located in a private subnet to an ALB. The following methods are introduced in the AWS official website on this subject. To attach Ama... -
SAA_EN
Failing over with Route53 and displaying error page
【Configuring Route53 Failover Routing Policy to Display Error Page】 This topic is related to high elasticity, which is also one of the questions in the AWS SAA: You can increase the elasticity of your system by choosing a Route 53 fail...