TOP AWS Interview Question| Can You Create High availability Arch in AWS | From ServerGyan

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • In this video, I am going to explain, mostly asked question based on AWS, How to set up HA with help of tools provided by AWS? So here is the answer for the HA in AWS with all components of AWSl.

КОМЕНТАРІ • 52

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

    Awesome training!!!

  • @1989mrsoham
    @1989mrsoham 5 років тому +2

    Oh bhai sahib ek number video for this year 💐

  • @mahadevisutar1436
    @mahadevisutar1436 5 років тому +1

    Thanks for sharing

  • @mahadevisutar1436
    @mahadevisutar1436 5 років тому +1

    Please don't stop uploading videos
    Many students and budding engineers find your videos helpful...
    👍👍👍👍

  • @swanandrajure
    @swanandrajure 4 роки тому +3

    You solved many of my doubts on how to implement multi tier architecture in AWS

    • @ServerGyan
      @ServerGyan  4 роки тому

      Welcome dear
      Happy learning

  • @faizanmd8935
    @faizanmd8935 5 років тому +2

    thanks, Lokendra Sir for sharing knowledge. your long distance student(me) learning many things from you

    • @ServerGyan
      @ServerGyan  5 років тому

      Always welcome dear, keep learning

  • @VenkeeN17
    @VenkeeN17 3 роки тому +1

    Great video. Very well explained. Thank you.

  • @ujwalagrawal9524
    @ujwalagrawal9524 5 років тому +2

    Very Well Explained. Thank you Lokendra Sir.

    • @ServerGyan
      @ServerGyan  5 років тому +1

      Thanks for your help and support sir,

  • @srohith9
    @srohith9 5 років тому +2

    Clear explanation thanks.

  • @thechangemakersgroup8964
    @thechangemakersgroup8964 4 роки тому +1

    Obviously! Good watch.

  • @KapilKumar-un7uu
    @KapilKumar-un7uu 4 роки тому +1

    nice sir...very well explain.

    • @ServerGyan
      @ServerGyan  4 роки тому

      Thank you for your support💪

  • @mudardawood5334
    @mudardawood5334 5 років тому +1

    Excellent sir

  • @prasanthseepana8733
    @prasanthseepana8733 5 років тому +3

    I have couple of questions on this
    1 ) In real time what type of load balancer we use and y?
    2) why we are using multiple elbs ,is that necessary,and also what is caching server?
    Thank you:)

    • @ServerGyan
      @ServerGyan  5 років тому +3

      Sure, I will explain in coming videos

    • @pankajkarmakar7782
      @pankajkarmakar7782 4 роки тому +1

      Mostly in real production you use application ELB (path,port based) or Network ELB(IP based).

  • @andrewsselvaraj
    @andrewsselvaraj 4 роки тому +1

    this video provide how to design a infra for web application ..Thanks a lot

  • @charanbhargav4610
    @charanbhargav4610 5 років тому +1

    very informative

    • @ServerGyan
      @ServerGyan  5 років тому +1

      Thanks dear, happy learning

  • @gajjalanandu9192
    @gajjalanandu9192 5 років тому +1

    Good information and nice explanation, Happy New year to valaxy Technologies

    • @ServerGyan
      @ServerGyan  5 років тому

      Thanks for your kind words.

    • @gajjalanandu9192
      @gajjalanandu9192 5 років тому +1

      Hoo honestly really sorry, happy-go-ahead happy new year in advance to server Gyan

  • @grizzle8911
    @grizzle8911 3 роки тому +3

    Good explanation but caching isn't really something you can just plug onto an ELB. Caching happens outside of the ELB either within the application (get data from cache instead of hitting the database) or at the front end (serve static assets from a CDN). You can't actually connect a redis/memcached or similar service directly between two ELB's and expect that they will cache anything.

    • @ServerGyan
      @ServerGyan  3 роки тому

      Hi
      Thank you for your input
      That’s depends on how you design your application

  • @Sri-mx7zj
    @Sri-mx7zj 5 років тому +1

    Nice Explanation, can you please make video on bastion host set up

    • @ServerGyan
      @ServerGyan  5 років тому

      Sure dear, I will explain how to setup bastion host.

  • @52surender
    @52surender 5 років тому +2

    nice video dear but can you create a video for proxy with db write and read database(RDS) not linux machine for send the traffic

    • @ServerGyan
      @ServerGyan  5 років тому

      Sure dear, I will try to explain

  • @shantanusohni3615
    @shantanusohni3615 5 років тому +1

    Good video Sir :)

  • @sunilc8684
    @sunilc8684 4 роки тому +2

    Hi .,
    Thanks for making this Video. Could you please explain the need to have 2 load balancer and cache as compared to one load balancer ?

    • @madhurohinivadlamani2021
      @madhurohinivadlamani2021 3 роки тому +1

      The cache will store data that is repeatedly accessed so that there is no need to go till the EC2 instances/ DBs for every transaction. The first ELB balances the load sent to the cached servers while the second is to balance the load on the EC2 instances.

    • @samiracle_p
      @samiracle_p 3 роки тому +2

      @@madhurohinivadlamani2021 won't the cached data be sent to CF?

    • @ServerGyan
      @ServerGyan  3 роки тому

      We can store 2 places
      CF and local cache

  • @adityakushwaha3654
    @adityakushwaha3654 2 роки тому +1

    Why do we have two elb on left below route 53?

    • @ServerGyan
      @ServerGyan  2 роки тому

      We may have multiple micro services and multiple elb to manage traffic

  • @goelashish96
    @goelashish96 5 років тому +2

    Thanks for the explanation Sir. I have couple of questions on this.
    - Can you please tell instead of proxy server and DB cluster, can we use RDS with read replica in multi AZ. Not sure how we connect EC2 to RDS.
    - Also, in the video, EC2 instances are in two AZs. So, do we need to configure two LC and ASG for each AZ.

    • @ServerGyan
      @ServerGyan  5 років тому +1

      Sure, I will explain

    • @pankajkarmakar7782
      @pankajkarmakar7782 4 роки тому +1

      Yes you can use Read replica and multi az or can use dynamodb, aurora keeping mind the cost usage. You can use endpoint to connect Ec2 instance to RDS. One LC is required for Instances in different az.

  • @srinathvk
    @srinathvk 5 років тому +1

    Thanks for HA architecture updates. Just one question. Do we really need a EIP ? Can you explain the significance of EIP?

    • @ServerGyan
      @ServerGyan  5 років тому +1

      We don't need in all cases but if you have network ELB then you may need. As I said in video, this is completely optional.
      Thanks, please let me know if this suffice your question.

    • @srinathvk
      @srinathvk 5 років тому +2

      Server Gyan make sense. thanks for your response.

    • @ServerGyan
      @ServerGyan  5 років тому +1

      Welcome dear, happy new year in advance from ServerGyan

  • @DevopsKnowledge493
    @DevopsKnowledge493 5 років тому +1

    Please do the complete video using this infrastructure

    • @ServerGyan
      @ServerGyan  5 років тому +1

      Okay sir, I will explain in near future.

  • @sandhyaaa24
    @sandhyaaa24 3 роки тому

    create practical video of it