AWS Route53 - API Gateway custom domain

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • In this video I’ll show you how to make use of a Route53 Hosted Zone and ACM SSL certificate, to create a custom domain for you API Gateway.
    Timestamps:
    - Intro: 0:00​
    - Walkthrough of demo API: 1:46
    - Create custom domain: 3:01
    - Attach custom domain to API: 6:00
    - Add record to Route53 Hosted Zone: 6:40
    - Time for testing: 8:35
    AWS Route53 routing policies: docs.aws.amazon.com/Route53/l...
    Subscribe button animation: touchtechnologyreview.com/sub...
    Follow me on Github: github.com/endre-synnes

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

  • @saisudheerguptha3591
    @saisudheerguptha3591 2 года назад

    Hello Endre, Thank you for simplifying these steps. Much Appreciated your efforts

    • @EndreSynnes
      @EndreSynnes  2 года назад +1

      Thank you, I’m glad you found it helpful!😄

  • @limbo.media_
    @limbo.media_ 2 года назад

    Great, easy to follow tutorial., Straight to the point. ;)

  • @emmanuellibradilla2377
    @emmanuellibradilla2377 Год назад

    thanks for this video

  • @bowenliu22
    @bowenliu22 2 года назад

    Nice video! Hope will have some code based videos in the future like how to use aws cdk to build these aws services!

    • @EndreSynnes
      @EndreSynnes  2 года назад

      Thank you! IaC is something that I'm really passionate about and for sure something that I want to make more videos about. Writing IaC using CDK is something that I have been thinking about for some time now 😄 It may require some more research on my part tho, to make sure I can produce some good quality videos about this 🙌

  • @sabira4476
    @sabira4476 2 года назад

    Hey Endre..Thanks for the video..Simple and informative.. Could you please tell me would this custom domain cause any latency issue ?

    • @EndreSynnes
      @EndreSynnes  2 года назад

      Hi, Thank you! 😄
      As far as I know, adding a custom domain shouldn't cause any latency issue (at least it has not for me), but you should consider if you want to use the Regional or Edge-optimized setting when creating the custom domain. These settings can have an impact on the latency.
      I hope this was helpful 😄

  • @chakreshbhandari4583
    @chakreshbhandari4583 Год назад

    Nice video. Wanted to check one thing regarding https. So when you hit your custom domain did you supply https or did it get redirected to https automatically. For me I have manually add https every time. Any idea?

    • @EndreSynnes
      @EndreSynnes  Год назад

      Thank you! 😄
      In my case (I believe) the browser added HTTPS automatically, since the API Gateway won't accept requests over normal HTTP (port 80). I hope this answer your question?
      I saw this post on stackoverflow which discusses redirecting http to https for API Gateways and why you may not want or need to do that for APIs: stackoverflow.com/a/47373353

  • @annedahl6410
    @annedahl6410 2 года назад

    When will you post new videos? Love your content!

    • @EndreSynnes
      @EndreSynnes  2 года назад

      Thank you for the question!😄 I'll try to have a new video ready on Monday🙌