AWS Tutorials - Creating Private API in Amazon API Gateway

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

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

  • @kk_1609
    @kk_1609 11 месяцев назад +1

    Initially I was ignoring this tutorial as duration is too long, but thank to the tutor for making it brief and easy to understand.
    On 2nd day I give this long video a try and it able to resolve the issue I was facing.
    Thank you very much for this wonderful video.

  • @Minerva___
    @Minerva___ Год назад +1

    Just wanted to post a note here to say THANK YOU for creating a great video tutorial/workshop. I was having difficulty accessing my private API in this way and it wasn’t until I updated the security group (I initially had it set to open to ALL traffic) and saw the full formatting of the private API URL that I was able to connect. Previously, I was getting timed out messages or unable to reach host. Thanks again for putting together a comprehensive video tutorial!

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

    This tutorial resolved my problem where my cUrl was timing out, thanks a lot for your thorough explanation!

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

    Hi from France ! I was struggling making my private api gateway work on the private network of my client (not on the internet) and it is the only resource that helped me make it work ! Thank you so much, I'm subscribing !

  • @JustSydneyLife
    @JustSydneyLife Год назад +1

    This is a BRILLIANT tutorial !! I needed to implement something exactly like this and this gave me the solution.

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

    This tutorial was *actually* thorough. This is exactly what I need to know as a developer. THANK YOU for taking the time to make this! Subscribed (and I *never* subscribe to anything)

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

      Many Thanks, Please let me know if you want specific topic to be covered.

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

    This was super helpful! Saved and liked. Thank you

  • @buntysingh7315
    @buntysingh7315 3 года назад +2

    Subscribed! Thanks for the video

  • @SamS-nw8sq
    @SamS-nw8sq 3 года назад +2

    Very helpful video and explained very nicely in detail. If possible please include reference urls in the description.

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  3 года назад

      Thanks for the appreciation. I updated reference to the the exercise URL in the description. Earlier - it was pointing to another lab by mistake.

  • @hsz7338
    @hsz7338 3 года назад +3

    Thank you so much for the video. I have a question on the latter part of the video where you made a successful request from Cloud9 to the private API URL, is this because the Cloud9 instance is deployed in the default VPC and/or the Security Group is open to all IPs?

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  3 года назад

      you are right. But with private API, you can restrict traffic to specific IP range and keep traffic entirely private in AWS.

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

    hello, can I use it with the g.sheet api connector module?

  • @zinebbhr651
    @zinebbhr651 10 месяцев назад

    Thank you for this very informative and helpful video.
    If you use a private API, do you still need to sign your requests?

  • @michaelzhuswag
    @michaelzhuswag 3 года назад +2

    Why does it only work in Ireland region and not Ohio?

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  3 года назад +1

      That should not be the case. As long as you have the api and vpc endpoint in the Ohio region - you should be ok. Are you getting any error or any configuration not available?

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

    hello Do you use gpt customs

  • @michaelzhuswag
    @michaelzhuswag 3 года назад +1

    How would we be able to set up this same pipeline using cloudformation?

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  3 года назад

      yes you can do. Cloudformation template has resources to support this development.

  • @user-kh2qg5bq3m
    @user-kh2qg5bq3m 2 года назад +1

    I create this vpc endpoint and my ec2 access Regional API Gateway . why?

    • @user-kh2qg5bq3m
      @user-kh2qg5bq3m 2 года назад +1

      I create this vpc endpoint and my ec2 access Regional API Gateway show Forbidden 403, why

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

      Few places to check
      1) Security Group of VPC Endpoint
      2) Resource Policy for API

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

    What's the network architecture in the VPC?
    Are the subnets public or private?

  • @pablov.viteri9345
    @pablov.viteri9345 2 года назад

    How could I create a private API behind a VPN connection tunneling to private subnet?
    Thank you

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

      Private API behind a VPC endpoint. You need to setup VPN tunnel to the VPC of the VPC endpoint.

  • @AK-fh8iz
    @AK-fh8iz Год назад

    How can we attach Elastic Load balancer to a private API?