Project2 - Deploy a 3 Tier Architecture On AWS - End to End Project Demo

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 287

  • @TechTutorialswithPiyush
    @TechTutorialswithPiyush  10 місяців тому +1

    If you are new to AWS, I would highly recommend starting the AWS Networking concepts first; below is the link you can refer to:
    ua-cam.com/video/yUhzvVrwkV8/v-deo.html
    For any issues you are facing, join our discord community, and someone will help you out
    discord.com/invite/TNCs4BRzq8

  • @rohangilbile8133
    @rohangilbile8133 Рік тому +2

    This was a wonderful video sir! Learned a lot of new things while implementing it side by side. Very helpful!

  • @dhanikonda6097
    @dhanikonda6097 2 місяці тому +1

    Sir your video one of the best in the UA-cam. Keep doing ❤

  • @xavier_76-nj5ni
    @xavier_76-nj5ni Місяць тому +1

    Hi @TechTutorialswithPiyush Piyush, I have followed this lecture closely by documenting the architecture as the lecture progressed. It was well explained. Thanks a lot for all the good work. It seems like we will end up with three instances each for the app and web tiers afture deploying the ASG. If that is the case can we delete the original ec2(bluenprint) so we just have two instances at all times to optimize cost?

  • @prathamdey5151
    @prathamdey5151 Рік тому +3

    Successfully implemented. Very much helpful. Keep up the good work. ❤

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Great job buddy! Kudos to you for the hard work in implementing the project. Many more projects coming up soon. I hope you are ready to implement those.

    • @aryanj4937
      @aryanj4937 4 місяці тому

      DID IT COST U ANYTHING?

  • @relaxationmusicforstressme698
    @relaxationmusicforstressme698 3 місяці тому +1

    that's awesome bro! hope you can keep upload many video like this

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому

      Thank you for the feedback! Yes, currently I am busy recording the Kubernetes series which I will start publishing from the next week after that is done, I will work on more projects like this one.

  • @haydenadams9923
    @haydenadams9923 3 місяці тому +1

    Much appreciated your effort, mate. Thanks.

  • @asif4world
    @asif4world Рік тому +1

    Hi Piyush,
    Thanks a lot for sharing your knowledge with us and making us understand the concept with clear explanation. I really appreciate the work you are doing👌

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      You are most welcome Asif! I am glad and appreciate your feedback.

    • @asifmohammed6214
      @asifmohammed6214 11 місяців тому

      @@TechTutorialswithPiyush Please try to create this 3 tier architecture using Terraform modules. It will be a great to learn from you :)

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому

      I created the project 3 using terraform which is a 2-tier using terraform, almost the same concept. Please try it out and let me know

    • @asif4world
      @asif4world 11 місяців тому +1

      @@TechTutorialswithPiyush Ok sure

  • @harshaljethwaa
    @harshaljethwaa Рік тому +1

    You are always a saviour for me. You helped me a lot in last 2 months.
    Always the Best. Thank you Piyush Sir.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Thank you for the great words but it's all your hard work an dedication. Keep up the good work buddy.

  • @hasanraza483
    @hasanraza483 10 місяців тому +1

    An Excellent Video, High Five to you. Implemented all the same with php code and apache server.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Thank you so much for the feedback, I am glad that you found it helpful :)

  • @federicogarcia1314
    @federicogarcia1314 Рік тому +3

    Hi Piyush! I'm having issues while trying to connect to my EC2 instance through the seession manager. I get an error sign with the following message:
    "We weren't able to connect to your instance. Common reasons for this include: ..."
    I have assigned the IAM role with the two permissons (the AmazonSSMManagedInstanceCore and the AmazonS3ReadOnlyAccess). What can be wrong? Thanks and amazing content!

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Hello, Can you please verify the route table attached to the subnets and ensure that it has route to the internet through the NAT gateway

    • @deepthit1005
      @deepthit1005 Рік тому +1

      hi , did you get connected with the instance ?

    • @pratikkshirsagar6481
      @pratikkshirsagar6481 Рік тому +1

      Hi , did you find any solution ? I am stuck on same issue cannot connect instance

    • @sumitbhanushali9931
      @sumitbhanushali9931 10 місяців тому

      Faced same issue. In my case, I had mistakenly attached private subnet to NAT gateway instead of public web subnet

    • @Chrispyy__
      @Chrispyy__ 6 місяців тому +1

      im having this same exact issue

  • @MrRuufman
    @MrRuufman 9 місяців тому +1

    Hello Piyush. This series was wonderful. Weldone. I have a question.. Why don't you also use Terraform IaC to provision the infrastructure rather than doing everything on the console. I believe that is the industry standard. Everyone of us will learn from that as well. Do please let me know your thought about that. Once again thank you for this masterpiece series

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому +1

      Thank you for the amazing feedback and I agree with you about Terraform. I wanted everyone to get their hands dirty on AWS console before actually trying it with Terraform. If you see the next video in this series, it is using Terraform custom modules to provision a 2-tier architecture. I hope that answered your question

    • @MrRuufman
      @MrRuufman 9 місяців тому +1

      @@TechTutorialswithPiyush Thank you Piyush for sharing your amazing skillet with us. The 2-tier IaC was wonderful. If you can, you can also do the 3-tier IaC at your earliest convenience. Thank you

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому +1

      @@MrRuufman Its mostly the same with three tier as well. Maybe I will do that after I'm done with both the ongoing series

  • @vishakhadhonde8911
    @vishakhadhonde8911 5 місяців тому +2

    Hello sir, i got issue to fetch database from server. Its showing empty reply from server

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  5 місяців тому

      Hi, Can you verify below :
      - dbconfig should be inside the apptier folder
      - Can you verify if the details of dbconfig is correct
      - check the logs using pm2 logs
      Empty reply from the server usually comes when their is issues with your db setup or dbconfig, request you to please have a look at the below thread in our discord server, many people have faced the similar issue and the resolution steps would also be there in those resolved threads
      discord.com/channels/1030513521122885642/1143195184029520012

  • @RahulRaj-sc8pv
    @RahulRaj-sc8pv Рік тому +1

    Hi sir, i can't wait without subscribe your channel😊. You deserve million subscriber. Keep uploading useful content like this.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Thank you so much Rahul for the amazing feedback and support! These words means a lot to me, and I will make sure to keep uploading useful content consistently :)

  • @user-hb4fd2ij2q
    @user-hb4fd2ij2q Рік тому +4

    curl localhost:4000/transaction
    curl: (52) Empty reply from server
    when i run this command its showing empty response, i have checked port number also

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Issue seems to be with your security groups

    • @gauravdharak167
      @gauravdharak167 Рік тому +1

      Are you solve your issues I am still stuck on this problem ? Please help

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      What exactly is the issue? join the discord server and share complete details along with the error

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      @gauravdharak167 Link is in the description section of this video. After joining post your issue in the help channel

    • @gauravdharak167
      @gauravdharak167 Рік тому +1

      @@TechTutorialswithPiyush Yes sir, I already ping my issue in community channel

  • @decorum38
    @decorum38 7 місяців тому +1

    Hi Piyush. SQL community versions aren't available on sql website anymore. Do you have updated commands which you shared in description if we can use. Thanks

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 місяців тому

      I believe, someone shared the updated command in our discord community. Can you please join our discord and check out the az devops help channel

    • @decorum38
      @decorum38 7 місяців тому +1

      @@TechTutorialswithPiyush Ok Thanks dear. I have joined discord

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 місяців тому

      @@decorum38 welcome

  • @hitsistemas365
    @hitsistemas365 11 місяців тому +2

    Hello, I watch from Brazil. Congratulations on the excellent video, very educational. I didn't quite understand the connections between the subnets, the route tables and the nats for the private subnets. When you configured the public route table, you included both availability zones, AZ1 and AZ2, but when you configured the application's private route table, you included only the AZ1 zone and did not configure the private route table for the database. Could you explain better please?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому +1

      Thank you for the amazing feedback 🧡 To understand these networking concept, I would highly recommend to go through the below video and feel free to reach out if you have any further questions
      ua-cam.com/video/yUhzvVrwkV8/v-deo.html

    • @hitsistemas365
      @hitsistemas365 11 місяців тому +1

      @@TechTutorialswithPiyush thank you very much!

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому

      @@hitsistemas365 Good luck Buddy 😊

  • @subramanianchenniappan4059
    @subramanianchenniappan4059 8 місяців тому +2

    I am a backend tech lead. With day to day activies in design , development , testing and deployment in amazon cloud . I know and do deployment in amazon cloud hands on . Knows ubuntu linux and java backend . But dont now aws . How thats different 🤔🤔

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  8 місяців тому

      Hello, Sorry I didnot quite understand your question. You mean you work on the development side on AWS and do the deloyments as well but how's that different from setting up the infra? Is that your question then, I can try answering it.
      Setting up your infrastructure is usually happens using IaaC tools such as Cloud Formation, Terraform, Pulumi etc and this is mainly done by a seperate team, this could be Infra team or DevOps team or a Cloud team. The infra needs to be setup so that other teams including developments start using it, there is also a need of regular maintenance, creating CICD pipelines, and other operational tasks carried out by these teams. Let me know if this makes sense or if I misunderstood your question.
      Regards,
      Piyush

    • @subramanianchenniappan4059
      @subramanianchenniappan4059 8 місяців тому +1

      @@TechTutorialswithPiyush ok . Thanks . There is separate devops team. They may be doing what you describe ☺️☺️

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  8 місяців тому

      @@subramanianchenniappan4059 😄 yep , If you are a developer you don't usually do these things but it's good to know how infra is setup

  • @VishalKumar-jm3ms
    @VishalKumar-jm3ms 2 місяці тому +1

    Hii piyush, I facing some issue. Upto the Part 4 I completed everything. In part 5 after creating the web server instance I'm not able to connect in session manager I getting issue "SSM Agent is not online".

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому

      I have replied to your message on Twitter, Can you please try that. Also, you can join our Discord server and share the details over there, we can keep the communication open until your issue is resolved.
      thecloudopscommunity.org/
      Click on join us button on the above link and then post your question in #help-10weeksofcloudops channel

  • @vishakhadhonde8911
    @vishakhadhonde8911 5 місяців тому +1

    Thank you so much for helping me; This video is very excellent 👍

  • @umarfarooqmamdapur2557
    @umarfarooqmamdapur2557 9 місяців тому +1

    Beautifully explained

  • @pavan_3322
    @pavan_3322 5 місяців тому +1

    i cant understand the commands you implemented in system manager. what should we learn to understand that commands?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  5 місяців тому

      I dont think I have used system manager in this video. Do you mean session manager? Those commands are specific to how do we build and deploy a nodejs application. Try to create a sample nodejs application, a simple hello world would work and try to build and deploy it. Also check out pm2 which is a process manager that makes sure your process is running in the background even if you close the terminal. Let me know if you have any questions.

  • @MrKamakazi42
    @MrKamakazi42 5 місяців тому +1

    Question how come I can view the finished app through the dns of the load balancer but not the ip address of the web instance?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  5 місяців тому

      I believe you have opened the inbound port on your web instance to be only able to accessed via loadbalancer and not to the outside world. LB --> Web instance on port 443/80 and not access on port 443/80 on web instance from 0.0.0.0

  • @Sankalp_Here
    @Sankalp_Here 3 місяці тому +1

    Hi sir,
    could you please tell ,why you have attached only private-subnet-AZ1 to private route table not private-subnet-AZ2 ??
    and one more question
    why you have not registered EC2 instance in target group ??

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому

      Hello Sankalp, It should be done for the Subnets in both the AZs, I might have showed only one. Can you provide me the timestamp where you have this doubt? I will check and let you know.

    • @shindeshubham5784
      @shindeshubham5784 10 днів тому

      @@TechTutorialswithPiyush Timestamp is 20.18 please check , bcz you not associate the private-subnet-AZ2 and DB subnet with the Route table . Please Reply .

  • @vijayaaiella9287
    @vijayaaiella9287 6 місяців тому +1

    very informative vedio....god bless u ...Bro

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  6 місяців тому

      Thanks a lot for your wishes, I am glad that you found it helpful ❤️

  • @bismayasarangi4582
    @bismayasarangi4582 7 місяців тому +1

    Thanks for this project. highly appreciated.

  • @yassineezzaouia5082
    @yassineezzaouia5082 5 місяців тому +1

    app-tier-target-group always show 2 unhealthy instances what should i do??

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  5 місяців тому

      Can you check if you have proper security groups set? inbound on the ec2 instances, and outbound from the ELB to EC2. If you are still facing the issue, I would suggest joining our Discord server and share complete details over there, the steps you have followed till nw, the error message etc and someone will help you out

  • @pjj7466
    @pjj7466 8 місяців тому +1

    Indeed you explained very well❤.

  • @nithinchandu8450
    @nithinchandu8450 4 місяці тому +1

    hi sir! i have followed through your video and made the same process but when i am giving the command "pm2 list" its giving the status as "errored". what may be the cause sir?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Hello Nitin, Can you check a few things
      - if your db config has correct details??
      - If your db config is inside the app_tier folder?
      - can you run pm2 logs and see if it shows any error?
      If you are still facing the issue , join our discord community , link on our website www.thecloudcommunity.org and share your issue in help-10weeksofcloudops channel, someone will help you

  • @hitsistemas365
    @hitsistemas365 6 місяців тому

    Hello again! In part 4, when configuring the internal alb, you define port 4000 as the nodejs application port. In my case, I have 9 nodejs applications running on different ports. I thought about configuring Nginx to access port 80 and then configuring the default file and configuring the proxy pass for each application, since AWS does not allow more than 4 target groups. What would security be like in this case? Or do you suggest a different strategy?

  • @Henri-Studio
    @Henri-Studio Рік тому +1

    Thank you for the tutorial, great video

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      I really appreciate that you took the time to watch the tutorial and thank you for the kind words!

  • @SandeepChikkala-i4s
    @SandeepChikkala-i4s 10 місяців тому +1

    Great Work Sir

  • @naveens6023
    @naveens6023 10 місяців тому +1

    Hi Sir,
    I have a doubt. Whenever i commit any changes in my application code ( frontend and backend ). How Should i update that code in this 3 tier application?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Hello Naveen, I would suggest implementing a CICD pipeline to make any changes. For now, you can make your changes locally and upload the folder to a S3 bucket and then download that on the server/

  • @kbsophiane9213
    @kbsophiane9213 7 місяців тому +1

    thank you sir, i did this project and at the final I a can connect with my browser to the page but I can't add the new elements in the table, i collapse the table fields like you do it at 1:09:50 but nothing is displayed in the table,
    have you any idea?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 місяців тому

      Hello, Can you please join our discord community and share the detailed steps you have followed and where you are stuck at the moment. There is a dedicated help channel for 10weeksofcloudops, you can post your query there. Link to our discord channel will be available on our community website thecloudopscommunity.org

  • @h17cyborg
    @h17cyborg Рік тому +1

    in the intial video it was writtern 1 prjct per week but there are no posts in this playlist since last month is this series discontinued or is it like in channel members only ..? i am new here so sryy
    but idk

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hello Buddy, Glad to know that people are following the videos and waiting for the next ones. Yes, that was correct, As part of our Discord community , we started with 1 project per week but as the complexity is getting increased in every challenge, we are extending the challenges for 2-3 weeks to give enough time for the participants to complete it. Currently we are on week 5, I will be recording week 3-4 videos next week and week 5 video after that. Stay tuned for the updates and feel free to join our community to get the real-time assistance from other community members. Link is in the description.

  • @sunilnairaws
    @sunilnairaws Рік тому +1

    Great video, Piyush 😀

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Thank you so much Sunil! I am glad that you liked it. Can you please post the comment on Gitlab video again? I am not able to find your query.

  • @user-ov2qm2vd7f
    @user-ov2qm2vd7f 3 місяці тому +1

    How did you overcome the error - need javascript to run the app ( in the web server instance )

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому

      I did not face this error, what steps have you performed till now and in which step you are getting this error? please open a new issue in 10weekofcloudops channel in our discord server and someone will help you.

  • @user-bk7gb7wk4x
    @user-bk7gb7wk4x 10 місяців тому +1

    Can you please make a video on 3 tier application in DevOps as a project which includes front end , backend and database

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Sorry buddy I didn't understand your question. This video was about a 3 tier implementation which includes front end backed and database, Did you mean anything else?

  • @MyRonniej
    @MyRonniej 4 місяці тому +1

    Hello when running the [pm2] sudo command it says no such file exist

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Hey, Did you install pm2 ? most importantly, have you performed the steps from this page?
      catalog.us-east-1.prod.workshops.aws/workshops/85cd2bb2-7f79-4e96-bdee-8078e469752a/en-US/part3/configureinstance

  • @Nick-re3hb
    @Nick-re3hb Рік тому +1

    Nice explanation ❤ can you make a video for 3 tier architecture in Azure . It'll be helpful for many students

  • @The_Knowledge_Orbit
    @The_Knowledge_Orbit 8 місяців тому +1

    If I am creating architecture using terraform ...they how can I use pipeline for this 3 tier architecture and how can I continuously deploy the newly built artifact.. please tell me bro

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  8 місяців тому

      Hello buddy, Creating a CICD pipeline for a three tier architecture is not something that I can share over a comment. I will try to create a video on the same. You can check my other CICD videos in Azure DevOps series or Jenkins series and you will get the idea.

  • @itamargardus8156
    @itamargardus8156 4 місяці тому +1

    Hi ,I am trying to connect from the session manager to the mysql and no lack . when i write mysql . i get nothing and when i put the correct one for mysql -h CHANGE-TO-YOUR-RDS-ENDPOINT -u CHANGE-TO-USER-NAME -p
    and still getting " bash :mysqladmin: command not found " .

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому +1

      Hello, Looks like your mysql client was not installed properly. Join the discord server(link in the decription) and share your issue in the #10weeksofcloudops help channel along with the steps you have performed, error you are getting etc.

  • @JudgeFredd
    @JudgeFredd 9 місяців тому +1

    Great video !

  • @DipeshRathore-mp2rv
    @DipeshRathore-mp2rv 8 місяців тому +1

    What if i want to use the one public facing load balancer and get trafic from web server to app server ??? Is there any way..?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  8 місяців тому

      But this is what we are doing, isn't it? please correct me if I am wrong in undestanding the question

  • @pratikkshirsagar6481
    @pratikkshirsagar6481 Рік тому +1

    @Piyush How did your 1st instance in private subnet connected to Nat-GTW got connected to internet? My full VPC setup is correct and security group also, I cannot connect instance to session manager and also not pinging

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Please join our discord and share all the details. Your security groups, route tables etc

  • @suchethkumar8998
    @suchethkumar8998 3 місяці тому +1

    is this a production grade level project ? can be usd for fresher in the interview ?

  • @rashidsalim5438
    @rashidsalim5438 9 місяців тому +1

    Nice sir ❤ and create one more project for any flutter app

  • @57_harshwardhanshinde94
    @57_harshwardhanshinde94 6 місяців тому +1

    hello sir, the entire video is really helpful but I've one doubt, is it mandatory to use s3 ?and why u use it

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  6 місяців тому +1

      Thank you for your feedback. I did not use S3 in this demo as it was not required. S3 is used to store static files such as images, videos etc so that it can be rendered on the web application. For example, When you have a website with a product catalogue such as amazon.com, each product has a lot of metadata such as thumbnails, images, images people post in reviews and so on, those images need to be stored somewhere so that it can be loaded on the website with minimal lag/latency, in that case we use S3 and cloudfront. I hope this answered your question, if you need more details, I would suggest checking out Project 1 of this series which is about S3 and cloudfront.

    • @57_harshwardhanshinde94
      @57_harshwardhanshinde94 6 місяців тому +1

      @@TechTutorialswithPiyush got it sir thank you 😊

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  6 місяців тому

      @@57_harshwardhanshinde94 you're welcome 😊

  • @user-in4iz7yn7k
    @user-in4iz7yn7k 10 місяців тому +1

    Hi sir, I'm facing issue while installing mysql client => No match for argument: mysql Error: Unable to find a match: mysql

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Hello, Have you tried the commands given in the description section of the video?

    • @user-in4iz7yn7k
      @user-in4iz7yn7k 10 місяців тому

      yeah later I tried it's working. It took a long time b/w good explanation @@TechTutorialswithPiyush

  • @Tim28259
    @Tim28259 7 місяців тому +1

    Does it include a bastion host? and if not is it possible to adjust it after the succesfull deploy of that project?^^

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 місяців тому +1

      This demo doesnt include a bastion host but you can add it later as well. Make sure you configure the security groups properly

  • @mohammadfurquan241
    @mohammadfurquan241 Рік тому +1

    Sir when will you upload tutorial of animated architecture of post of anikit jodhani. It will be very helpful for most of the people. Waiting for the reply or tutorial.
    Thank you sir 😊

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Hello, I am on a vacation for the next few days, we will record the video once I am back. You will see that soon.

    • @mohammadfurquan241
      @mohammadfurquan241 Рік тому +1

      @@TechTutorialswithPiyush will wait for the video.

  • @dhanviakash726
    @dhanviakash726 7 місяців тому +1

    Hi sir, I really liked the video ❤. Could you please specify what pad you are using to write here 52:55

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 місяців тому

      Thank you so much for the feedback. Link is there in the video itself sketch.io

  • @surajvarma9881
    @surajvarma9881 Рік тому +1

    Very helpful!!

  • @stephane-r7u
    @stephane-r7u 9 місяців тому +1

    please let me know, is all the services used in this project are free? If i used this services in the AWS free tier, does it cost me some money?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      You can use t2.micro for frontend and backend servers that are covered under free trial , there will be a small cost of ELB. RDS also has some cost of using it, if you dont want to spend that, you can setup your RDS cluster (Master and read-replica) on seperate EC2 servers and use that.

  • @abhisheksagar8886
    @abhisheksagar8886 11 місяців тому +1

    Hello piyush, Thank you for the video. Can you please tell me how much this project will cost?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому +1

      I believe most of the services will be covered in the free tier. but you can have a look to the aws site and check out what all services are covered under that and you can also generate a pricing estimate using the aws pricing calculator. Top: Dont leave your services running when you are not using it

  • @sksahilhaque9483
    @sksahilhaque9483 2 місяці тому

    Hello! Piyush I'm following this project but I'm stuck with "curl: (52) Empty reply from server" in App-tier what could be the error.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому

      There could be issues with your DB config, can you check its details and also make sure that the file is there in the app tier folder? If you still face the issue, you can join our discord server and share the details over there

  • @haydenadams9923
    @haydenadams9923 3 місяці тому +1

    Have you created more videos linked to AWS workshops?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому

      Hello, As of now only this video is related to AWS workshop. I might create more in the near future

  • @joydeepchakraborty1966
    @joydeepchakraborty1966 Рік тому +1

    thanx for the exellent lab

  • @ElsaJohn-dc8vj
    @ElsaJohn-dc8vj 5 місяців тому +1

    Good and informative video sir. Could you please do the same in azure sir?

  • @coderforlife9149
    @coderforlife9149 2 місяці тому +1

    34:12 Instead of Using SSM, can i connect using EC2 instance Connect?

  • @SahilPatil-ek3me
    @SahilPatil-ek3me 14 днів тому

    Hello piyush, could you please let us know how much will it cost to implement this project. As i think RDS will cost a lot.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  13 днів тому

      Hello Sahil, I would suggest estimating the cost with the pricing calculator and destroying the resources as soon as you are done

  • @Mrsilakiyarajkumar
    @Mrsilakiyarajkumar 11 місяців тому +1

    Hi sir nice i am trying you're project.... I am getting error while creating security group in part 1..... While selecting my ip security group its showing failed to fetch please reply for my message

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Hello, Thank you for the feedback. Feel free to join our discord community(link is in the description) and share you error details in the help channel. We will help you out

  • @EEE769
    @EEE769 Рік тому +2

    Bhai mujhe yahi chahiye tha ❤ you bhai

  • @rakshithbs4687
    @rakshithbs4687 9 місяців тому

    Any cost involved in this project steps?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      You can use t2.micro for frontend and backend servers covered under a free trial; there will be a small cost for ELB. RDS also has some costs of using it. If you don't want to spend that, you can set up your RDS cluster (Master and read-replica) on separate EC2 servers and use that. Also, I would recommend checking out the price estimates using AWS Pricing calculator

    • @rakshithbs4687
      @rakshithbs4687 5 місяців тому

      Thanks

  • @alwinmathew6527
    @alwinmathew6527 Рік тому +1

    is it possible to setup an igw and a nat gateway with aws free tier, my question is can i setup this lab using aws free tier without incuring any costing ?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      IGW is free but Nat Gateway will incur some charges

    • @alwinmathew6527
      @alwinmathew6527 Рік тому

      @@TechTutorialswithPiyush thanks piyush, i jist started your 10eeekscloudops challenge, and its actually a hands-on approach in learning cloud ans devops, thanks a lot for the initiative taken.

  • @deepthit1005
    @deepthit1005 Рік тому +1

    Hi Sir , I have been trying to do this lab and i am not able to connect my instance through the session manager , I have checked the route tables as well , Connect button is not shown

    • @deepthit1005
      @deepthit1005 Рік тому

      Could you please tell me what can I do next

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hello Deepthi, Feel free to join our Discord community and ask your query over there. Someone should be able to help you out as it will be difficult to look into the issue by replying here on the youtube.
      tr.ee/1gYq2dJ73E
      Join the server and ask your question in help channel or week2 level

    • @deepthit1005
      @deepthit1005 Рік тому +1

      @@TechTutorialswithPiyush sure , Thank you sir

    • @pratikkshirsagar6481
      @pratikkshirsagar6481 Рік тому +1

      Hi Deepthi, did you find any solution ? I am stuck on same issue cannot connect instance

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      @@pratikkshirsagar6481 Feel free to join our discord server. We will help you. link in the description

  • @wizzzgod17
    @wizzzgod17 Рік тому +1

    To many errors for me 🥲🥲🥲
    SQL installation error then Pm2 list status showing error try 5 6 times not working pls help me out 😅😅

    • @wizzzgod17
      @wizzzgod17 Рік тому +1

      Pm2 logs not showing port 4000....what should I do ? Pls explain 🙏🙏🙏🙏

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hello Rizwan, you might be missing a few steps or something was not done correctly. Can you verify the below:-
      - Your port was opened in the security group?
      - Have you updated the load balancer dns correctly in the nginx.conf?
      - your nginx conf was configured properly and there are no syntax errors in that while updating the loadbalancer's dns?
      - check the errors from pm2 logs command and share

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      for sql error, you can use the command I have mentioned in the description section of the video or use the ami Amazon Linux 2

  • @HorizonCloudSolutions
    @HorizonCloudSolutions Рік тому +1

    Thanks for ur effort,i have just one problem in this command "sudo yum install mysql"it does not works

  • @satyamarya2298
    @satyamarya2298 Рік тому +1

    Hello sir please make a video on animated architecture made by Ankit Jodhani. Thank you sir for all the efforts🙏

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Thank you Satyam for the amazing words! Video coming soon this week 😊

    • @ritikamalhotra5915
      @ritikamalhotra5915 Рік тому +1

      @@TechTutorialswithPiyush Thanks 🙏 Piyush, eagerly waiting for the 3D detailed animation video.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      @@ritikamalhotra5915 Recording it tonight 😊

  • @Mr.Pavilla
    @Mr.Pavilla Рік тому +1

    Can you please share any doc for implementing the same in Azure

  • @vsakthivel85
    @vsakthivel85 9 місяців тому +1

    How can we use 3 tiers if we use front host on S3 host with EC2 used only backend api ?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      You mean you have hosted a static website on S3? Does it have a database?

    • @vsakthivel85
      @vsakthivel85 9 місяців тому

      Yes I mean my front end which is react js hosted S3 and this will fetch the data from backend API hosted on EC2 and EC2 will connect with RDS .
      @@TechTutorialswithPiyush

  • @satendrakumar-ue4ze
    @satendrakumar-ue4ze Рік тому +1

    DB_HOST : '',
    DB_USER : '',
    DB_PWD : '',
    DB_DATABASE : ''
    Please help me what details we need to enter in this section
    Thank you in advance

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +2

      db host is the rds write instance endpoint, db user and password that you have created and db database the database you created using mysql session

    • @satendrakumar-ue4ze
      @satendrakumar-ue4ze 11 місяців тому +2

      Please write the format if possible@@TechTutorialswithPiyush

    • @satendrakumar-ue4ze
      @satendrakumar-ue4ze 11 місяців тому +1

      also thank you for reply

    • @satendrakumar-ue4ze
      @satendrakumar-ue4ze 11 місяців тому

      @@TechTutorialswithPiyush and also i successfully completed this lab i am able to login my webserver and page also opening except database. Thank you so much

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому

      @@satendrakumar-ue4ze dbconfig file is already provided, please update it using the details provided above

  • @user-tf2sh9zl6k
    @user-tf2sh9zl6k 4 місяці тому +1

    Hi sir, Can we deploye without nginx and how?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      If you are using a high available and fault tolerant architecture meaning you have multiple copies of the same server running, you need some sort of load balancing to load balance the traffic to downstream. There are other alternatives of nginx such as apache that you can use.

  • @user-cp9xn2xd4n
    @user-cp9xn2xd4n 11 місяців тому +1

    Loved the description!...Please make a terraform code video for this as well

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому

      Thank you buddy for the feedback! For terraform, you can visit the next video in this series 🙂

  • @CloudForce10
    @CloudForce10 Рік тому +1

    Thank you so much for this . However I am having problems at this point :
    module.exports = Object.freeze({
    DB_HOST : '',
    DB_USER : '',
    DB_PWD : '',
    DB_DATABASE : ''
    });
    Pls which exactly is the DB_HOST and DB_DATABASE

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      the db that you have created when you logged into the mysql instance, if you are still facing the issue, feel free to join our discord issue and share your query in the help channel, link of discord in the description section

    • @CloudForce10
      @CloudForce10 Рік тому

      @@TechTutorialswithPiyush Thank you so much for your prompt response. I really appreciate that. DB_DATABASE should be entered as mysql?

    • @CloudForce10
      @CloudForce10 Рік тому +1

      @@TechTutorialswithPiyush pls what do I enter under DB_DATABASE I understand DB_HOST is the db I created when logged into mysql instance. My application status shows eroded . Thanks in anticipation.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      @@CloudForce10 Db database is the endpoint of your rds writer instance, you can get the value from aws console after going into your rds server

    • @CloudForce10
      @CloudForce10 Рік тому +1

      @@TechTutorialswithPiyush my index status still shows eroded. I appreciate your response . I have tried getting into the discord but no one is online .

  • @vishagh7352
    @vishagh7352 9 місяців тому +1

    Sir how much will this cost me in total?
    Thank You

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      Hello ,
      You can use t2.micro for frontend and backend servers that are covered under free trial , there will be a small cost of ELB. RDS also has some cost of using it, if you dont want to spend that, you can setup your RDS cluster (Master and read-replica) on seperate EC2 servers and use that.
      You can also check out AWS pricing calculator and make sure to destroy the resources after the use.

  • @rolandrooseveltagodzo5974
    @rolandrooseveltagodzo5974 Місяць тому

    I am unable to locate the application code you used. timestamp 3903...can you pls help?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 дні тому

      Here's the repo
      github.com/aws-samples/aws-three-tier-web-architecture-workshop.git

  • @FaizaAfzalOfficial
    @FaizaAfzalOfficial Рік тому +1

    Hello sir. Your video is so helpfull. It's related to my Final year Project I'm struggling to find out solution. I want to creat same website which take data and store it in database with Aws. But I can't able to edit your code. How I will do that? Kindly help

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hello Faiz, Thank you for sharing the feedback. Can you please fork the repo and edit it locally. I can assist you with the implementation and infrastructure hosting but I wouldn't be able to help you much with the code itself as that is not my area of expertise.

    • @FaizaAfzalOfficial
      @FaizaAfzalOfficial Рік тому +1

      @@TechTutorialswithPiyush Yes I need help with hosting. I have done my development. I created a react app using the database MySQL, which I created using a community server and MySQL workbench desktop application. I am following your video to host it on AWS. I have done everything according to the video but am stuck on the packages you used for installing the MySQL client. I am trying to install them but getting errors. kindly suggest something as this is my final year project.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      @@FaizaAfzalOfficial Try the commands given in description

    • @FaizaAfzalOfficial
      @FaizaAfzalOfficial Рік тому +1

      @@TechTutorialswithPiyush they are not complete i tried can you send these commands in link it will be helpfull for me

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      @@FaizaAfzalOfficial No, they are complete. I used the same, and it worked for me. Or maybe just try to install MariaDB
      yum install MariaDB

  • @abdul-jh5xw
    @abdul-jh5xw 2 місяці тому

    hello sir could you please explain as well along when process the commands in gethub i.e lrt meaning and what it show and so on thanks

  • @alwinmathew6527
    @alwinmathew6527 10 місяців тому +1

    9:35 to 25:34 AWS networking part

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Thank you for highligting it :) I have a seperate video dedicated to AWS Networking, I have just pinned it in the comments.

  • @oscarsalas1
    @oscarsalas1 26 днів тому +1

    as an architect do I need to know coding?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  7 днів тому

      Depends upon company to company but most of the companies nowadays working on AI, as a sols architect you would have to design solutions, architecture and POCs, it could require coding

  • @mmacasual-
    @mmacasual- 11 місяців тому +1

    Can I use S3 to host files as a web tier?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  11 місяців тому

      S3 can be used only to static pages, you cannot use that for 3 tier app with backend and db

  • @ndipsamuel475
    @ndipsamuel475 Рік тому +1

    u are wonderful

  • @durairajgopal3277
    @durairajgopal3277 Рік тому +1

    Hi Bro,I had watching in your videos,it was explained as well,thank you sharing your knowledge.It' small request could you please share me realtime interview questions and another project aws and devops.Thanks Durairaj

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hello Durairaj, Thank you for the feedback! I will be sharing the real-time projects and implementation as part of #10weeksOfCloudOps challenge. This was project 2, we have 8 more projects in the pipeline, you can also join our discord server to get the weekly updates. Link is in the description.

  • @taniaduggal6459
    @taniaduggal6459 Рік тому

    great content

  • @pankajd.2418
    @pankajd.2418 Рік тому +1

    I am get error in pm2 list ,pls help me out sir

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      Hey Pankaj, Please make sure to edit the config file and place that in the same folder as your code. also share the error message from pm2 logs command

    • @karopdezosa6855
      @karopdezosa6855 Рік тому

      @@TechTutorialswithPiyush for me also same and my error is /root/app-tier/TransactionService.js
      0|index | - /root/app-tier/index.js
      0|index | at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
      0|index | at Module.Hook._require.Module.require (/root/.nvm/versions/node/v16.20.1/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js:81:25)
      0|index | at require (node:internal/modules/cjs/helpers:108:18)
      0|index | at Object. (/root/app-tier/TransactionService.js:1:17)
      0|index | at Module._compile (node:internal/modules/cjs/loader:1198:14)
      0|index | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
      0|index | at Module.load (node:internal/modules/cjs/loader:1076:32)
      0|index | at Function.Module._load (node:internal/modules/cjs/loader:911:12)
      0|index | at Module.require (node:internal/modules/cjs/loader:1100:19)
      0|index | at Module.Hook._require.Module.require (/root/.nvm/versions/node/v16.20.1/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js:101:39) {
      0|index | code: 'MODULE_NOT_FOUND',
      0|index | requireStack: [ '/root/app-tier/TransactionService.js', '/root/app-tier/index.js' ]

    • @techieRB09
      @techieRB09 Рік тому

      @@TechTutorialswithPiyush please solve this error

  • @sar-km1lk
    @sar-km1lk 23 дні тому

    Thanks

  • @umashanker3244
    @umashanker3244 10 місяців тому +1

    Hi piyush can you make a video of route 53 using dns

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому +1

      Hello Buddy, I have used DNS in project 1 of this series, feel free to check it out.

  • @gbengabalogun4604
    @gbengabalogun4604 Місяць тому

    Please, all the commands you were entering, you did not say what it would do. Am confused. It was too fast, too

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Місяць тому

      I never said, this video was for beginners. Actually this is a part of 10weeksofcloudops challenge and this is the solution of week2 challenge. Focus was more on completing the task rather than the concepts. If you check the github repo, you will find the prerequisites, resources and other related links

    • @gbengabalogun4604
      @gbengabalogun4604 Місяць тому

      @@TechTutorialswithPiyush Thank you, Piyush. Am sorry if I sounded rude, I really don't mean to. Please don't be offended.
      Am not a beginner, I have my AWS Solutions Architect Associate and Cloud Practioner.
      I was following so closely till I got to a part that was like a dead end. I was able to pull through after much effort.
      Am grateful for all the resources you are sharing.
      Thanks once again and please don't be offended.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Місяць тому

      hey , not a problem, let me know if you still need any clarification of anything you didn't understand

    • @gbengabalogun4604
      @gbengabalogun4604 Місяць тому

      @@TechTutorialswithPiyush Thank you

  • @wajahatmaniyar258
    @wajahatmaniyar258 3 місяці тому +1

    itna sab kerne ka kitna cost ayega

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому

      If you create the resource and destroy it as soon as you are done only a few resources will be charged such as ELB, NAT and RDS. Cost you can check from AWS pricing calculator, it will be a good learning exercise for you.

    • @wajahatmaniyar258
      @wajahatmaniyar258 3 місяці тому

      @@TechTutorialswithPiyush yeah ok then i aware of NAT price but i am just worried about RDS .

  • @montypython378
    @montypython378 4 місяці тому +1

    Not working properly, I followed the exact tutorial

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      There could be some setup issues. Can you join our discord community and share the details, where exactly are you stuck, error messages, pm2 logs etc. we will help you.

    • @montypython378
      @montypython378 4 місяці тому

      @@TechTutorialswithPiyush Every thing is fine but at the end only, the DNS of the load balancer getting 502 Bad Gateway error

    • @montypython378
      @montypython378 4 місяці тому +1

      @@TechTutorialswithPiyush Also please share your community link

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      @@montypython378 it's there in the video description

    • @user-tf2sh9zl6k
      @user-tf2sh9zl6k 4 місяці тому +1

      ​@@montypython378Hey bro Did got, your issue is resolved?

  • @roulniur2393
    @roulniur2393 Місяць тому +1

    kindly time stamp

  • @ankitsharma-sb2nu
    @ankitsharma-sb2nu 10 місяців тому +1

    Sir RDS is costing 240 doller can we use any free tier database??

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Hello Ankit, it shouldnt cost you that, you could have used the dev RDS instance with one replica. However, if you want, you can install mysql on EC2 server as master and read replica and implement the data replication across the two servers, that's even better in terms of learning. Good luck

  • @user-qt5ee6it5d
    @user-qt5ee6it5d Рік тому

    Hi! Getting an error "fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied" when trying to give this command: cd ~/
    aws s3 cp s3://BUCKET_NAME/app-tier/ app-tier --recursive . Pls help.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      Hello Saumya, Looks like your IAM user doesnt have access to download the objects from this bucket. Make sure your S3 role attached to the EC2 instance so that it can authenticate on your behalf.

    • @user-qt5ee6it5d
      @user-qt5ee6it5d Рік тому +1

      @@TechTutorialswithPiyush yes it worked fine after your suggestion. Thank you!

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому

      @@user-qt5ee6it5d Awesome! 😊

    • @user-qt5ee6it5d
      @user-qt5ee6it5d Рік тому +1

      @@TechTutorialswithPiyush Hi Sir, in my knowledge i had correctly configured all components of the architecture but still at the end, i am getting 502 Bad Gateway error while trying to connect to external facing loadbalancer and i also cannot connect to public IP of the web tier instance. Is there a specific issue causing this? Pls help.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Рік тому +1

      @@user-qt5ee6it5d check and verify the security group rules. Feel free to join the discord channel and someone will be able to help you troubleshoot the issue. link is in the description

  • @gujaratiincanada2464
    @gujaratiincanada2464 10 місяців тому +1

    Hi @Piyush, I am having an error can you please help me, I am at the middle of this project. I have done ""pm2 start index.js"" and status is "Online" but when I did ""pm2 list"" it is showing "errored" in status..
    What does it mean...??

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  10 місяців тому

      Hello, This usually happens when there is an issue with your dbconfig , please check the same and you can run pm2 logs to check the reason for failure.

    • @user-in4iz7yn7k
      @user-in4iz7yn7k 10 місяців тому +1

      I'm facing the similar issue . Have you resolved it?

    • @srinathsj17
      @srinathsj17 9 місяців тому +1

      have you got it resolved bro. any idea?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      @@user-in4iz7yn7k join the discord server and someone will help you

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  9 місяців тому

      @@srinathsj17 join the discord server and someone will help