Building a Three-Tier Architecture with EC2, RDS, ALB, ACM, and Route 53

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии • 53

  • @RahulSharmaSingularity
    @RahulSharmaSingularity 2 месяца назад +1

    This is one most crucial and important tutorial for anyone to get into the world of Solutions Architecting . Fantastic explanation, lucid and well explained . The Instructor takes all the time in the world that none I have seen so far do so . Kudo , much love and support from Canada and keep rocking AWS ! Cheers !

  • @sharafathussain2036
    @sharafathussain2036 3 месяца назад +2

    perfect........... Real time project with enterprise level security. Thanks alot. Please create more videos but with only real time scenarios. Thanks

  • @maheshwarareddy8629
    @maheshwarareddy8629 5 месяцев назад +2

    By watching this project, we could understand where should us use ALB and ELB, THANKS @AWS WITH Avinash Reddy

  • @moulalucky8608
    @moulalucky8608 5 месяцев назад +1

    Superb Avinash anna❤ impressed awesome content... God bless you please make more videos based on real time scenarios.😊

  • @senthilkumar5129
    @senthilkumar5129 2 месяца назад

    Hi very clear demo thank you the way of your explanation . please make any video for in realtime application issues

  • @Arun_7793
    @Arun_7793 3 месяца назад +1

    In what context you said that when you create golden ami you can delete nat gateway also 1.40.46

  • @AshokKumar-ek2ul
    @AshokKumar-ek2ul 5 месяцев назад

    You are great sir

  • @sureshkumar6373
    @sureshkumar6373 13 дней назад

    Hi, Please help me with video tutorial to create same setup using ecs fargate without using nignix

  • @pavankumarchinthapalli9298
    @pavankumarchinthapalli9298 Месяц назад

    anna cloud front akada add chaili.meru enduku use chayaldu

  • @vishnusai4658
    @vishnusai4658 5 месяцев назад

    Thank you bro @❤

  • @sateesh-hg3me
    @sateesh-hg3me Месяц назад

    Excellent work Avinash! Can I implement the same using Terraform (IaC) from scratch?

  • @mgkrrealmes138
    @mgkrrealmes138 4 месяца назад +1

    Hii Bro application tier lo instance launch cheysaka aa instance ki connect ayyi terminal lopala ki vellaka
    sudo yum install mysql -y
    command isthey
    meta data expired anni vasthundhi & mysql is not defined anni vasthundhii

  • @sharafathussain2036
    @sharafathussain2036 2 месяца назад

    sir at the end you said we created golden ami now we don't need NAT gateway. I don't understand this point Can you explain a bit why ?

  • @pjj7466
    @pjj7466 5 месяцев назад +1

    Sir there is no doubt in it.
    It was a fantastic demo 🥳🎉
    Thanks for putting so much your efforts and time 😍
    And one more doubt here whenever it comes to ASG we create images from existing app or web instance right na
    What if we have to update some changes to our application and the new changes which we made to our application that is automatically reflected to all ASG instances or
    Again we have to create new image?
    Or else again we have to make auto scale to 0 and then re scale it back to ?
    How exactly it works. Can you please clarify my silly question sir.

    • @avizway
      @avizway  5 месяцев назад +1

      We follow strategies i.e; blue and green deployment methods for zero downtime migrations from one version to another version.
      1. Create a goldenami with updated application
      2. Update the existing Launch Template with new golden ami
      3. Configure ASG to use new Launch template
      4. Delete 1 instance, new instance comes with latest data, once its fully functional, then delete other instances.

    • @pjj7466
      @pjj7466 5 месяцев назад

      @@avizway Love you sir.

    • @dineshreddyYarramasu
      @dineshreddyYarramasu 5 месяцев назад

      @@avizway blue green meda cheii broo

    • @pavankumarchinthapalli9298
      @pavankumarchinthapalli9298 Месяц назад

      eprocess automatic jargutunda.

  • @pavankumarchinthapalli9298
    @pavankumarchinthapalli9298 Месяц назад

    meru anduku launch template lo network anduku select chaildu

  • @shreyojitdas9333
    @shreyojitdas9333 Месяц назад

    Sir please make more videos

  • @pramodkumargangwar5598
    @pramodkumargangwar5598 Месяц назад

    sir
    SSM Agent is not online
    The SSM Agent was unable to connect to a Systems Manager endpoint to register itself with the service.

    • @BannusJourney
      @BannusJourney Месяц назад +2

      Bro i got the same error. Wait for few minutes. It may take hours too. Same problem with me.

    • @pramodkumargangwar5598
      @pramodkumargangwar5598 Месяц назад

      @@BannusJourney thanks bro to reply

  • @sudhir1909
    @sudhir1909 5 месяцев назад

    Superb Avinash Garu, awesome content... 👌👌
    I have One Question.
    If we need to change the code in Web and Application, how do we update that code in EC2?

    • @avizway
      @avizway  5 месяцев назад +1

      We have 2 options,
      1. We can create a new GoldenAMI and update the Launch Template and ASG.
      2. We can use CICD tools and update the code with pipelines.

  • @venkaiahgadikota4515
    @venkaiahgadikota4515 5 месяцев назад +1

    sir, i'm getting 500 (internal server error) after i paste WEB-tier INSTANCE public IP in browser (after doing implementation steps in web-tier instance). I did it for 3 times, at first i got 404(server not found) and last two times i received 500 errors.

    • @avizway
      @avizway  5 месяцев назад

      Please verify service status, verify Security group status, also verify permissions on content directories

    • @venkaiahgadikota4515
      @venkaiahgadikota4515 5 месяцев назад

      @@avizway I've checked whatever you told to , but issue not resolved sir

    • @avizway
      @avizway  5 месяцев назад +1

      Just double check bro, If it is working for me, it should work for you as well.!

    • @venkaiahgadikota4515
      @venkaiahgadikota4515 5 месяцев назад

      @@avizway ok sir

  • @AmbiSingh-jp4ep
    @AmbiSingh-jp4ep 2 месяца назад

    When I enter the command " sudo yum install mysql -y "...It throws me an error saying " Unable to find a match: mysql "...I'm unable to proceed after that

    • @avizway
      @avizway  2 месяца назад

      Are you using Amazon Linux 2023.?

    • @AmbiSingh-jp4ep
      @AmbiSingh-jp4ep 2 месяца назад

      @@avizway Yes

  • @maheshwarareddy8629
    @maheshwarareddy8629 5 месяцев назад

    Hi bro, try make videos on the kubernates

    • @avizway
      @avizway  5 месяцев назад

      Actually its in progress bro, Office work valla delay avthundi

  • @suguresh7458
    @suguresh7458 3 месяца назад

    sir created proper role giving AmazonEC2RoleforSSM still not able to get connected using Session Manager it says SSM Agent is not online
    The SSM Agent was unable to connect to a Systems Manager endpoint to register itself with the service.

    • @kaveriusa6534
      @kaveriusa6534 3 месяца назад

      Facing the same issue did u solve it?

    • @ceemarlaraju3971
      @ceemarlaraju3971 2 месяца назад

      Because of igw and route table. First deassociate the public subnets from public route table.again associate those public subnets

  • @ndipsamuel475
    @ndipsamuel475 5 месяцев назад

    Did everything but when I input Amount and DESC on the web app, it does not create a table but instead deletes. What can be the problem?

    • @AAhmed-pe1vv
      @AAhmed-pe1vv Месяц назад +1

      my data base is also not showing and adding records

    • @BannusJourney
      @BannusJourney Месяц назад

      @@AAhmed-pe1vv same with me

    • @BannusJourney
      @BannusJourney Месяц назад

      @Avinash Time stamp : 56:12. Logs are fine but.......
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0 │ index │ fork │ 0 │ online │ 0% │ 51.7mb │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘ Only this results are showing if i do pm2 list in app instance. Avinash got uptime and another options. followed every step as avinash. Tried twice from scratch same issue. DB isnt showing any records, niether adding them in dtabase. (connected to db manually and checked)

  • @lokeshkoyya5487
    @lokeshkoyya5487 5 месяцев назад

    sir how much cost will aws charged for all of these services for one month and i also have free tier.

    • @avizway
      @avizway  5 месяцев назад +1

      All comes under free tier eligibility (except route53)

  • @ponnadasirisha2957
    @ponnadasirisha2957 5 месяцев назад

    Hi sir.. nennu cloud engineer role ki trying but hiring aythe avvatledhu ela check chesukovaali job kosam konchem cheppara please

    • @AIvaluecreator
      @AIvaluecreator 4 месяца назад

      Resume baagundali, cloud engineer with Linux skills ki calls baga vasthunnayi. Naaku 4 companies nundi calls vachayi, interviews attend avuthunna, Linux kuda hands on prepare avvali.

    • @ponnadasirisha2957
      @ponnadasirisha2957 4 месяца назад

      ​@@AIvaluecreator fresher or experienced?

    • @AIvaluecreator
      @AIvaluecreator 4 месяца назад

      @@ponnadasirisha2957 are you applying as fresher ? Linux skill base for Cloud Engineer or DevOps or any , just one week practice chesi , resume lo Linux add chesi apply cheyyandi , it’s not difficult one

    • @AIvaluecreator
      @AIvaluecreator 4 месяца назад

      @@ponnadasirisha2957 nenu accounting nundi IT ki switching , 5 years experience petta, so calls vasthunnayi, interview lo hands on questions from Cloud and Linux aduguthunnaru

    • @SaiVikram-tv5fj
      @SaiVikram-tv5fj 4 месяца назад

      @@AIvaluecreator Are you able to crack interviews ..?