Amazon Route 53: Health Checks and DNS Failover

แชร์
ฝัง

ความคิดเห็น • 15

  • @antoni_vitor
    @antoni_vitor หลายเดือนก่อน +1

    Excellent video! Thank you for your teachings.

    • @stormit9507
      @stormit9507  หลายเดือนก่อน

      Hi Antoni,
      thank you for your comment. If you want to learn more about AWS services visit our website and blog at - www.stormit.cloud/blog/

  • @grahamschuckman3483
    @grahamschuckman3483 2 ปีที่แล้ว +1

    Great tutorial video. I love that you showed exactly what was going on in the console and explained the difference between active-active and active-passive. Perhaps some future videos could cover the other five Route 53 routing options?

    • @stormit9507
      @stormit9507  2 ปีที่แล้ว

      Hi Graham, thank you for your comment. We are glad that you find our content useful. We have noted your suggestion regarding the topic of our future videos so if you haven't done so already, please subscribe to our channel and stay tuned.

  • @softwaresolutions3224
    @softwaresolutions3224 11 หลายเดือนก่อน +1

    Excellent Video, exactly what I was looking for though, some of the details about the type of Load Balancer and how to set it up as well as Auto Scaling are left out so looking for other videos to fill up those gaps. Any suggestions?

    • @stormit9507
      @stormit9507  11 หลายเดือนก่อน

      Hi, I'm not sure what you're looking for, but you might want to check out my other video: th-cam.com/video/6-fhKSzePRc/w-d-xo.html or visit our blog post at www.stormit.cloud/blog/cloudfront-distribution-for-amazon-ec2-alb/ or if you want to learn more about Auto Scaling - www.stormit.cloud/blog/aws-auto-scaling/. In the video and in the blog post, there's one additional component - CloudFront CDN, but it still delves deeper into the setup of the ALB (Application Load Balancer) and more. If you're still encountering issues, please don't hesitate to contact us for consultation via www.stormit.cloud/contact/.

  • @charlesuneze4920
    @charlesuneze4920 ปีที่แล้ว +1

    Amazing, thank you, sir!

    • @stormit9507
      @stormit9507  ปีที่แล้ว

      Hello Charles, thank you for your comment. If you are interested in learning more about AWS services or StormIT, visit our blog at: www.stormit.cloud/blog/

  • @jackdaniel4936
    @jackdaniel4936 2 ปีที่แล้ว +1

    Hello sir, thanks for great explanation. I have a working project in aws kubernates in ec2 machines which have a health check returns health status of my service. I just want to know when my project crashed send email to project admins. What should i do for this? I saw Aws Cloudwatch, Aws Route 53, Aws SNS, but i dont know what is thesee all? Can you give me a suggestion please? Thank you

    • @stormit9507
      @stormit9507  2 ปีที่แล้ว

      Hi Jack,
      thank you for your comment. We are glad you find value in our content.
      Please leave your contact email in the comment here or send your inquiry to sales(at)stormit(dot)cloud so we can help you directly.
      Team StormIT

  • @hrishikeshkholamkar7104
    @hrishikeshkholamkar7104 8 หลายเดือนก่อน

    Hello sir Can we implement same for two s3 static website using 2 cloud front distributions?

    • @stormit9507
      @stormit9507  7 หลายเดือนก่อน

      Hi, thank you for your comment. I would probably need to understand better what you are trying to achieve because health checks + DNS failover are usually necessary for services that may experience unexpected downtime. Amazon S3 and CloudFront is a highly available service, so it shouldn't have major downtime. However, to answer your question, I believe you should definitely be able to check what you are describing via Route 53 Health Checks, but it might be unnecessary. You can contact us for a deeper technical consultation if you need a better understanding. Have a nice day.

  • @RameshBabu-mp9py
    @RameshBabu-mp9py ปีที่แล้ว

    Sir, I have RDS Mysql Primary and secondary. Now I want to create DNS failover for my RDS endpoint.
    Could you please help me?

    • @stormit9507
      @stormit9507  ปีที่แล้ว

      Hi Ramesh, it seems that you are using the Multi-AZ deployment option for RDS. With this option, failover occurs automatically. If you are not currently utilizing the Multi-AZ option, I would highly recommend implementing it to achieve high availability.
      If you have any other specific goals in mind, please don't hesitate to contact us at www.stormit.cloud/contact/ for a consultation.

    • @RameshBabu-mp9py
      @RameshBabu-mp9py ปีที่แล้ว

      @@stormit9507 I have enabled MultiAZ for the primary.. As part of high availability testing, I have temporarily stopped/rebooted primary, where application is not accessible until rds comes up. Basically, I am looking to automatically switch the rds instance from primary to replica instance whenever primary has issue.