AWS Tutorial | Demo - AWS Three-Tier Architecture

  Рет қаралды 29,018

VK Seth - AWS Devops

VK Seth - AWS Devops

Күн бұрын

Пікірлер: 87
@Chrispyy__
@Chrispyy__ 7 ай бұрын
OMG thank you!! I've used 3 diff tutorials and NONE of them were working properly until i found yours. Subbed
@rolandrooseveltagodzo5974
@rolandrooseveltagodzo5974 11 ай бұрын
U are doing an amazing job for the community...u are making complex solutions so simple to understand. God bless
@devopstutorial
@devopstutorial 11 ай бұрын
Thanks for kind words
@pranavmahajan4190
@pranavmahajan4190 Жыл бұрын
Subscribed. I hope you will get the best cloud content.
@harishreddy9790
@harishreddy9790 Жыл бұрын
Great video Bro. Got refreshed all basic services. Do post interview scenario ques for this topic.
@devopstutorial
@devopstutorial Жыл бұрын
Sre
@digantvadera8671
@digantvadera8671 Жыл бұрын
Very nice explanation, If possible, please share. A question which useful to clear the AWS exam or interview.Thank you.
@8xvortex32
@8xvortex32 Жыл бұрын
Awesome Video
@a.ashkir9608
@a.ashkir9608 2 жыл бұрын
Awesome! Thank you for putting out this video
@mielushe2lheureux939
@mielushe2lheureux939 Жыл бұрын
Nice video, very clear. But, tell me: is it a good practice to store the ssh key inside the public server, I mean inside the webtier ec2 instance, as you did. If not what should be the good practice? Thank you again to share this precious knowledge with us. Cheers!
@devopstutorial
@devopstutorial Жыл бұрын
Yes, another Good practice is to have keypair rotation
@smartpromise3430
@smartpromise3430 Жыл бұрын
It's bad practice to store ssh key inside public or private server please don't do that. Imagine someone having access to that server, they can easily access the key which can have rippling effect on other applications tied to this key. SSH Key should be attributed to an individual not to a shared account or server.
@AwaSeraphine
@AwaSeraphine 10 ай бұрын
i love your video. pls do you have a demo on how to create an alarm on cloudwatch?
@FaizaAfzalOfficial
@FaizaAfzalOfficial Жыл бұрын
Hello, Your video is so helpful. I followed whole procudure you told to setup 3tier architecture. But I want to create an interface from where a company user loging and go directly to his/her account. How It will be done using same procedure? Kindly help
@sparker1170
@sparker1170 Жыл бұрын
Good one
@RahulRaj-sc8pv
@RahulRaj-sc8pv 2 жыл бұрын
Appreciate sir 👏
@fadhilituguta4893
@fadhilituguta4893 Жыл бұрын
Nice presentation. I need help I failed to connect to my terminal and am using Putty. What could be the reason?
@devopstutorial
@devopstutorial Жыл бұрын
Share the error message if any or where exactly you are getting stuck
@shahedabanu3616
@shahedabanu3616 Жыл бұрын
Hi Sir, I am doing this practical session but unable to connect to application instance with private ip in aws cli. please let me know what to do sir, actually u alos mentioned to check security groups. what i need to check in security groups?
@devopstutorial
@devopstutorial Жыл бұрын
Check security group ..
@eemaanafzal9655
@eemaanafzal9655 4 ай бұрын
What will be the network diagram for this architecture?
@sivakumarchodavarapu7222
@sivakumarchodavarapu7222 Жыл бұрын
Can you please upload some more project videos
@fayssalelaazouziai1573
@fayssalelaazouziai1573 Жыл бұрын
why u didn't choose a subnet when u create the rds db?
@vrushtikaria3752
@vrushtikaria3752 Жыл бұрын
why we enabled ipv4 in subnet of public subnets why is it needed when we do provide ip address to subnet?
@rolandrooseveltagodzo5974
@rolandrooseveltagodzo5974 11 ай бұрын
i am using vs code, I am unable to install mysql at the last part of the video using this command: sudo yum install mysql -y....any reason why pls?
@devopstutorial
@devopstutorial 11 ай бұрын
Which version of os u r using
@FaizaAfzalOfficial
@FaizaAfzalOfficial Жыл бұрын
And also which terminal you are using to connect? As I'm begginner and working on same project for my final year
@shubidon-h2r
@shubidon-h2r 7 ай бұрын
U can you putty
@mohamedyoussef8835
@mohamedyoussef8835 Жыл бұрын
Awesome video ++++++++++++++ 🙂
@devopstutorial
@devopstutorial Жыл бұрын
Thank you
@diagnestieebot864
@diagnestieebot864 2 жыл бұрын
Thank you
@cjnwokorie5439
@cjnwokorie5439 Жыл бұрын
i did everything as yo said but was not able to connect to the database at the end
@devopstutorial
@devopstutorial Жыл бұрын
Ok .. locally you can connect to db?? I mean is ur db created correctly ??
@vector9117
@vector9117 10 ай бұрын
how can i implement cicd on this architecturre
@afnanabdulaziz951
@afnanabdulaziz951 2 жыл бұрын
Can u do video for php connection to Rds
@devopstutorial
@devopstutorial 2 жыл бұрын
sure
@prashantpowar9269
@prashantpowar9269 2 жыл бұрын
Wow nice sir please make video in hindi
@antony2684
@antony2684 2 жыл бұрын
I hate this language worst language in the world
@yogeshprasad3694
@yogeshprasad3694 5 ай бұрын
how do you create start up script (timestamp 21.25 ish)?
@devopstutorial
@devopstutorial 5 ай бұрын
Its a simple bash script only
@yogeshprasad3694
@yogeshprasad3694 5 ай бұрын
Thanks. I followed all steps but unable to connect to mysqldatabase
@yogeshprasad3694
@yogeshprasad3694 5 ай бұрын
AWS does not allow you to open public access. Is this something that prevents connection to MySQL DB? Also I want to use Retool with AWS and it doesn't seem to connect. CHope you can help.
@devopstutorial
@devopstutorial 5 ай бұрын
Tell me ur setup , from where u r trying to connect to mysql ? Have you open port in security group ? Go to mysql and check for security grop access
@yogeshprasad3694
@yogeshprasad3694 5 ай бұрын
@@devopstutorial I am trying to connect my AWS RDS MySQL database to Retool. After a lot of troubleshooting I can get MySQL workbench to work. It is connected to AWS using SSH. But Retool isn't.
@devopsnik2634
@devopsnik2634 Жыл бұрын
1 doubt Why we need http protocol enabled in inbound rule of our application tier instances??
@devopstutorial
@devopstutorial Жыл бұрын
If port is not open then server will not communicate
@fayssalelaazouziai1573
@fayssalelaazouziai1573 Жыл бұрын
@@devopstutorial But we don't want application instances to be accessible from internet, i'm wondering why u did that
@smartchocolate6503
@smartchocolate6503 Жыл бұрын
Hi I copied your instructions click by click but my public ip4 is not working for the web tier. I also double checked the code for User Data and it’s correct
@devopstutorial
@devopstutorial Жыл бұрын
It might be you have not open traffic in the security group . Can you paste the error message here
@smartchocolate6503
@smartchocolate6503 Жыл бұрын
@@devopstutorial sorted it. Absolutely fantastic video. Do you have any tutorials for the interview ?
@smartchocolate6503
@smartchocolate6503 Жыл бұрын
@@devopstutorial yes you were right
@smartchocolate6503
@smartchocolate6503 Жыл бұрын
Do you have a video that can help with interviews
@devopstutorial
@devopstutorial Жыл бұрын
I will publish it soon
@Amar_Mahalankar
@Amar_Mahalankar Жыл бұрын
All are good but, Unfortunately not able to connect Database at the end.
@cjnwokorie5439
@cjnwokorie5439 Жыл бұрын
same issue here, have you been able to fix yours?
@Amar_Mahalankar
@Amar_Mahalankar Жыл бұрын
@@cjnwokorie5439 what should I do?
@saimadhabvaranasi9855
@saimadhabvaranasi9855 4 ай бұрын
when iam creating Auto Scaling group, in step-2 this error is showing "Invalid launch template specified in Step 1: Security group sg-0ea39ae7feaac7246 and subnet subnet-02e83d8556ddeb921 belong to different networks." Can anyone please help me on this problem
@maverick9861
@maverick9861 4 ай бұрын
Same here 😢
@devopstutorial
@devopstutorial 4 ай бұрын
update the subnet .. first check which vpc u r using than give subnet and security group from the same vpc only
@devopstutorial
@devopstutorial 4 ай бұрын
Check the vpc u r using ..seems u r using security group nd submet of different vpc
@lucifer2416
@lucifer2416 Жыл бұрын
Hello sir I have completed every step but at the last while connecting to the database it's showing error 2003 (hy000) can't connect to mysql server on (110) aws so what should I do sir
@devopstutorial
@devopstutorial Жыл бұрын
Check security group for mysql is conected with instance or not
@lucifer2416
@lucifer2416 Жыл бұрын
@@devopstutorial means i need to check inbound rules right or how i will check
@devopstutorial
@devopstutorial Жыл бұрын
@@lucifer2416 yes you need to check inbond
@lucifer2416
@lucifer2416 Жыл бұрын
@@devopstutorial i have checked it's connected to the database
@devopstutorial
@devopstutorial Жыл бұрын
Than check db password . It will work for sure . Follow the steps again
@SamuelTitinho
@SamuelTitinho 2 ай бұрын
You initiated a very good video but spoiled it with annoying background sound. How can you lecture students in a noisy classroom?
@devopstutorial
@devopstutorial 2 ай бұрын
Thanks for the feedback . .. point noted
@slyeworld9816
@slyeworld9816 2 жыл бұрын
script is in discription?
@devopstutorial
@devopstutorial 2 жыл бұрын
No its not there in the description
@slyeworld9816
@slyeworld9816 2 жыл бұрын
what should i need to do plz guid ne
@devopstutorial
@devopstutorial 2 жыл бұрын
Just follow the video step by step . U will dont need a script
@fadhiladzakiarmando6643
@fadhiladzakiarmando6643 2 жыл бұрын
@@devopstutorial how about script on 21:17?
@devopstutorial
@devopstutorial 2 жыл бұрын
Forgot to update the script in description at the time of creation of this video, let me search for it, if i still have it I will update the description soon
@abhigupta4544
@abhigupta4544 2 жыл бұрын
esme aap ne ELB to lgaya nhi bina ELB ke setab jud payega
@devopstutorial
@devopstutorial 2 жыл бұрын
ELB k bina bhi chalega ye, ELB or Autoscaling add-on hai .. add kar skate hai if needed.
@rolandrooseveltagodzo5974
@rolandrooseveltagodzo5974 11 ай бұрын
Windows 10
@MrNNAVNEET
@MrNNAVNEET Жыл бұрын
PLS DONT USE THAT IRRITATING BACKGROUND MUSIC OR ANYTHING .IT CAUSES DISTRACTION
@devopstutorial
@devopstutorial Жыл бұрын
Thanks for the feedback . In my latest video u will not find it
Demo | Three-tier web app in AWS with VPC, ALB, EC2 & RDS
28:28
Tech with Ajit
Рет қаралды 171 М.
Introduction to AWS Networking
30:02
AWS with Chetan
Рет қаралды 453 М.
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 10 МЛН
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 108 МЛН
Auto Scaling and Load Balancing on AWS
22:53
Digital Cloud Training
Рет қаралды 4,7 М.
System Design: What is 3 tier architecture?
9:55
Be A Better Dev
Рет қаралды 100 М.
3 Tier Architecture Design
11:42
Cloud With Raj
Рет қаралды 35 М.
Three-tier architecture in AWS using Terraform
27:18
Tech with Ajit
Рет қаралды 11 М.
Secrets of AWS Cloud 3-Tier Architecture Application Diagram🔥😲
13:48
Day 1/40 - Docker Tutorial For Beginners - Docker Fundamentals - CKA Full Course 2024
25:22