NLB_EN– tag –
-
SAA_EN
Using CloudFormation to configure security groups for NLB
【Using CloudFormation to configure security groups for NLB】 On 2023/08/10, it was announced that NLB will support security groups. https://aws.amazon.com/about-aws/whats-new/2023/08/network-load-balancer-supports-security-groups/?nc1=h... -
SAA_EN
Access NLB in another VPC via VPC Endpoint
【Access NLB in another VPC via VPC Endpoint】 One of the features provided by VPC endpoints is the VPC Endpoint Service (PrivateLink). You can create your own service powered by AWS PrivateLink, known as an endpoint service. You are the... -
AWS_EN
3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)
【3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)】 Consider building a simple web application. The application will have the following 3-tier structure Web tier: ALB and Web server (Auto Scaling) Application tier: NLB and appl... -
AWS_EN
Separate Web and App Servers Using Internal NLB – Apache Ver.
【Separate Web and App Servers Using Internal NLB】 Create a web service in Apache and Python. Separate the web servers from the application servers and place an internal NLB between the two servers to see how they can work together. 【E... -
AWS_EN
Use CFN custom resource to obtain NLB private address and set it as the source of the security group
【Use CFN custom resource to obtain NLB private address and set it as the source of the security group】 Unlike ALB, security groups cannot be attached to NLB. Network Load Balancers do not have associated security groups. Register targe...
1