Application Load Balancers | How to create an internet facing load balancer in AWS?

Описание к видео Application Load Balancers | How to create an internet facing load balancer in AWS?

This video explains how to setup an Application load balancer in AWS and load balance the data between servers behind private subnets.

start-up script:
#!/bin/bash
yum install httpd -y
systemctl enable httpd
echo "This is instance1" (greater than symbol) /var/www/html/index.html
systemctl start httpd

Комментарии

Информация по комментариям в разработке