AWS Tutorials - 136 - Amazon RDS - What is Multi AZ in RDS - (In Hindi)

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • #CreatingForIndia
    Join this channel to get access to perks:
    / @gouravsharma
    My Advance Courses for Professionals: courses.learni...
    production read use cases videos: • For Channel Member's-1...
    docker playlist: • Docker tutorial for be...
    ansible playlist: • ansible tutorial for b...
    Linux Playlist: • Linux Commands
    Docker Swarm: • Docker swarm in Hindi
    Docker Compose: • Docker Compose for beg...
    Kubernetes Series: • Kubernetes For Beginne...
    Jenkins playlist : • 1. Jenkins for Beginne...
    ShellScript plalist: • Shellscript tutorials ...
    Terraform playlist: • Terraform Tutorials Fo...
    website: learning-ocean...
    facebook: / coolgaurav147
    linkedin: / crgaurav
    email: coolgourav147@gmail.com
    Keywords:
    Amazon
    AWS
    Amazon Web Services
    Best AWS tutorials
    Aws in hindi
    aws tutorials
    aws services

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

  • @vineet_kumar555
    @vineet_kumar555 24 дня назад +1

    Gaurav bhai thank you very good content

  • @balajipanchal1364
    @balajipanchal1364 6 месяцев назад +1

    yes gaurav bhai,it's working just like failover routing policy ,same kind of behavier ,,,route 53's videos are very well explained !!🤗

  • @anoopkathait-t8o
    @anoopkathait-t8o 2 месяца назад +1

    Nice video sir ji

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

    Yes gaurav Bhai route 53 b dekhe hai sare videos

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

    yes it's working , 👍

  • @MuhammadAkram-gg9zk
    @MuhammadAkram-gg9zk 5 месяцев назад +1

    great content sir
    portfolio project laye plz

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

    yes sir route53 bhi dekha hai aya samjh me nslookup

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

    Thank you sir

  • @abidshaikh5857
    @abidshaikh5857 6 месяцев назад +1

    Thanks for the videos Gaurav
    i have a question: suppose our primary db is down and multi az db is up so in that case read replica was inline with our primary db so how read replica will behave with Multi-az db?

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

      whenever you primary db is down ,it will automatically move to standby instance and that standby instance will become primary . and your ex primary db will become standby . hope you understand

  • @rinkub2520
    @rinkub2520 6 месяцев назад +1

    can we perform write operations in standby instance or it will behave like read replica?

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

      no ,you cant perform write operation in standby instance as it is only used for read query

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

      @@mnuman3692 as long as the primary db is working fine, it receives all the traffic ( no traffic is sent to standby). When the primary db is down, the standby instance is promoted as primary db and then we can perform write operations.

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

      @@rinkub2520 yes sorry , I couldn’t read your comment above clearly , in standby you can perform read/write operation but not in read replica . Sorry brother !