API Gateway Security Mechanisms | AWS_IAM Vs Cognito User Pool Vs Identity Pool Vs Lambda Authorizer

Поділитися
Вставка
  • Опубліковано 17 лип 2020
  • In this video, we will compare different AWS API Gateway Security Mechanisms - AWS_IAM, Cognito User Pool, Cognito Identity Pool, Lambda Authorizer. We will also go over for what use case you should use which mechanism along with pros cons.
    *My Courses*
    Discounted Link for My Serverless Course: www.udemy.com/course/aws-serv...
    Discounted Link for my CloudFormation, CDK with Devops, Interview Guide Course: www.udemy.com/course/rocking-...
    *Connect with me*
    Connect with me in LinkedIN: / rajdeep-sa-at-aws
    Follow me on twitter: / cloudwithraj
    Follow me on instagram: / raj_does_cloud
    DEFINITELY DO NOT CLICK: / @cloudwithraj
  • Наука та технологія

КОМЕНТАРІ • 60

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

    Using the Scopes it is possible to get fine-grained access. Interesting is that the initial sign-in process with Cognito User Pool you get back a JWT with, identity, access and refresh tokens. Depending upon whether you pass in the identity or the access token, you get quite different approaches on how API Gateway Authorizer will apply it.

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

      You are correct, I will do a deep down video on Cognito. Thanks for the feedback and thanks for watching :)

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

      @@cloudwithraj is there any videos on this concept? Or using the concept of user pool groups?

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

      @@cloudwithraj on 11th minute you are explaining the IAM Role 3 with UserPool but lets say we use a single identity provider (facebook or Cognito Userpool) , can we have separate IAM Roles returned ? If yes then how ?

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

    Great video, now I understand the differences correctly! Thanks a lot!

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

    Good job Raj. Clear and concise with very good illustrations

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

    Great explanation! I'm amazed by your videos, they are so clear. Thanks you so much.

  • @yekohein1528
    @yekohein1528 3 місяці тому

    Thank you sir. Explaining with picture and flow is very clear to understand.

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

    Thanks for making this video. You explained the topic clearly.

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

    best video on the topic on the youtube

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

    Pretty good explanation on the differences. Thank u. Keep posting such awesome videos.

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

      Thanks Srikanth for watching. I am glad you found this video helpful.

  • @shantisagargebise2883
    @shantisagargebise2883 6 місяців тому

    Great explanation, sorted my queries related to different authentication and authorization methods with AWS. Thanks.

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

    Most clear description of Cognito so far. and yes I have smashed that like button.

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

    video was relly helpful

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

    Bravo! the best explanation I found around this topic. In AWS HTTP API gateway, I believe you have JWT authrorizer which does acts similarly as the Lambda authorizor. It checks the signature using the public key of the identity provider along with scopes and audiences

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

    This is awesome..!

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

    Great Explanation

  • @JafarUlla15
    @JafarUlla15 3 місяці тому

    Very well described. Great . THANK YOU

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

    Excellent explanation! Thank you.

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

    very well explained....thanks much!

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

    Nice job Raj.

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

    Excelent video!, thanks for sharing!

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

    Such cool videos Raj 👍

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

    Another great one, Raj. I am a fellow Amazonian too, and this playlist is a great learning tool!

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

      Ty Anshika for your kind words (and the helpful pointer about ALB X-region using IP and VPC peering ). I love when fellow amazonians find my videos helpful 👊

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

    If you want fine-grained authorisation using Cognito user pools, you can potentially use oauth scopes and not have to create more user pools.

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

      You are correct, I will do a deep down video on Cognito. Thanks for the feedback and thanks for watching :)

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

    Excellent explanation

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

    I'm trying to control access to individual methods of my API Gateway using Cognito Identity Pool like you say I can but cannot get it to work. Do you have a video which explains the setup in more depth with example?

  • @MS-mq4gd
    @MS-mq4gd 3 роки тому

    Please upload more in-depth videos of aws services

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

    Another great video my friend. Very well explained. I always don't skip ads on your videos :)
    Using the "VS" logo of Street Fighter enticed me to click this video. JK.

  • @Shaunmcdonogh-shaunsurfing
    @Shaunmcdonogh-shaunsurfing Рік тому

    Amazing vid man

  • @user-no1sg9xt2t
    @user-no1sg9xt2t Рік тому

    Thank you for the nice video, I did not find your udemy course of Rocking AWS serverless, is the name changed?

  • @totsubo2000
    @totsubo2000 2 роки тому +2

    I got lost during the Cognito Identity Pool. You skipped explaining how the GIP knows which IAM role to assign to a user. Do users logging using Facebook only ever get IAM role 1, and those using User pool only ever get IAM role 3? Where and how is that logic configured.

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

    Amazing Video !
    Please make a separate vdo on below topic coz there is no resource in internet related to this topic.
    I want to know how to do the Sign Up, Login
    & other MFA in React-Native App, if I already have a existing
    backend in AWS Cognito .
    And have the below details of the existing backend :-
    aws_cognito_identity_pool_id:
    aws_cognito_region:
    aws_user_pools_id:
    aws_user_pools_web_client_id:

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

    Can we use roe level security whiile accessing redshift via cognito user->API->redshift data ApI

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

    Can we use O355/OpenID authentication with API gateway

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

    Hi Raj, Excellent Video ! We can leverage Cognito User Pool Groups to define different IAM role/policies right ?

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

      That's correct Pradeep!

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

      @@cloudwithraj Now lets say we use SAML Federation with on-premises AD in Cognito UserPool . How will I have the user groups since the user is not created in Cognito.

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

    Nice video as usual 👍 Btw how you did this lambda?

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

      Thanks Denys :). Ya I bought nanoleaf panels and made it in lambda pattern

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

    Can we use row level security while accessing redshift for cognito user....Login via cognito user->API->Lambds->redshift data ApI with row levelsecurity for example Cognito user1 can only see US data and user2 can only see UK data

  • @user-lp5qi9ju1y
    @user-lp5qi9ju1y 2 роки тому +1

    3:59 not sure what the word is, 'you are in trouble because they don't ____ it' ?

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

      "rotate" , apologies for not spelling it super crisp, thanks for watching

    • @user-lp5qi9ju1y
      @user-lp5qi9ju1y 2 роки тому

      @@cloudwithraj thank you!

  • @Lodayaprashant
    @Lodayaprashant Рік тому +1

    Ideally IAM should be applied to roles and not to users.

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

    The API key method is not well described

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

    You should try speaking a little bit slower!