Create AWS VPC with Private and Public Subnet | AWS Application Load Balancer | NAT Gateway

preview_player
Показать описание
How to create AWS VPC with private and public subnet. Also you will learn how to deploy aws applications load balancer with private ec2 instances.

What you will learn:
1. Create aws vpc.
2. Setup private and public subnet.
3. Setup Route table, Internet Gateway and NAT Gateway.
4. Deploy AWS Application load balancer in public subnet.
5. Launch ec2 instance in private subnet.
6. Connecting aws alb with ec2 instances in private subnet.

Other Videos :

If you like the video please subscribe and comment.

----------------------------------
Disclaimer/Policy:
- Video is intended for educational purposes only and explanations about technical topics.
- We make every effort to ensure the accuracy of the information presented, but we cannot guarantee that all information is current or entirely free from errors.
- Viewers are encouraged to exercise their own judgment and consider their unique circumstances when applying the information from this video.
- Mention of specific products, services, or brands in this video does not constitute an endorsement unless otherwise specified.
- By accessing and using the information presented in this video, viewers agree to do so at their own risk, and we shall not be liable for any damages or losses.
- All logos and images used in this video are the property of their respective copyright holders. Any copyrighted material is used here for educational purposes only.
- Our use of logos and images is not intended to challenge or infringe upon the rights of the copyright holders, and we acknowledge their ownership
- The inclusion of logos and images is for non-commercial, educational purposes only.

#awstutorial #awsvpc #awsapplicationloadbalancer #kodedge
Рекомендации по теме
Комментарии
Автор

Script for installing httpd server :

#!/bin/bash
yum update -y
yum install -y httpd
systemctl start httpd
systemctl enable httpd
echo "<h1>This message from : $(hostname -i)</h1>" > /var/www/html/index.html

kodedge
Автор

best explanation ever. I like the way u present it with architecture diagram. It really helps a lot for novice aws like me. Like and Suscribed!

ahpek
Автор

Great tutorial, I loved that you gave a recap on the steps, although I would loved a little more in depth in each step dor the network config. A great totorial will be to use this config, with ssl ceets and https

mpdxd
Автор

Good video session but we need little bit more elaborate explanation on each part.

mohammedsuhailbasha