AWS IAM Overview - It’s Surprisingly Simple - Users vs Roles

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

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

  • @lazyturtlehostel9397
    @lazyturtlehostel9397 2 года назад +46

    informative video but background music is annoying and disctracting

  • @touavang34
    @touavang34 10 месяцев назад +1

    I actually enjoyed the music and I definitely enjoy the visuals.
    Answer to your question is:
    Set up an temp IAM role and give permissions in what is needing done only, with some sort of trust policy.

  • @narasimhamgudimella8046
    @narasimhamgudimella8046 3 года назад +23

    I think you remove background music as it’s very distracting

    • @dylanalbertazzi
      @dylanalbertazzi  2 года назад +7

      You're not the only person to say this... and all my new videos now have lower bg music.
      I hope you enjoy the new ones :)

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

    Great explanation! Thank you!!!

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

    Perfect explanation, thank you!!

  • @kjbiliks
    @kjbiliks 8 месяцев назад

    short and simple. very informative. Thanks

  • @rakeshmehra6321
    @rakeshmehra6321 2 года назад +5

    Thanks for the video. Great explanation.
    So, If I want to give temporary access to someone, I create user account for him(if not existed already) and assign him a role. Once he's done, I'd unassign the role and even delete the user. Am I right?
    But why not create the user and add policies to give him access and once he is done, remove policies?

    • @dylanalbertazzi
      @dylanalbertazzi  2 года назад +2

      Really depends on what you mean by temporary... a couple hours vs a few months is diifferent.
      For a few months... Make a user and attach a policy :) Then delete the user.

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

      @@dylanalbertazzi Thanks!

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

      same my question , that's great.

    • @vikasdfghjlYT
      @vikasdfghjlYT 8 месяцев назад

      great question.

  • @MeteorShower-ke9pz
    @MeteorShower-ke9pz Месяц назад

    so understanding!!!

  • @matthewdraevich4214
    @matthewdraevich4214 Год назад +5

    great explanation, but background music seems to be too loud

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

    Thank you so much my fellow Dylan!

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

    Bruh such a good explanation thanks. Music is too loud though but great explanation.

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

    Great explanation.. Ty!

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

    Good job! one thing though I couldn't get 1 Role to be assumed by multiple users. I tried to add principal (user ARN) in the Trust Policy but I keep getting error. Can I add another user ARN to this {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Principal": {
    "AWS": "arn:aws:iam::111111111111:user/John"
    },
    "Action": "sts:AssumeRole"
    }
    ]
    }
    Thank you.

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

    Roles are only for AWS internal resources, right? For external applications making AWS api calls, they still need a user, and an access key, correct?

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

      Yes, exactly, Roles are only for AWS internal resources🚀
      Depending on how you set up your api you will only need an access key.
      If you are talking about external users (not developers but users of the app)...
      Normally you would use something like cognito to handle auth for external users. You make a cognito user pool and connect it to the sign up form on your app. Then you give users within the pool access to the api.
      This article explains it in depth. medium.com/swlh/how-to-protect-apis-using-amazon-cognito-user-pool-723c471a3468.
      I wouldn't actually follow this article, it's just for getting an idea of what's going on behind the hood. Amplify makes auth much simpler aws.amazon.com/amplify/authentication/
      Hope this helps😛

  • @YS-zk4wz
    @YS-zk4wz 4 месяца назад

    omg that music what was he thinking

  • @Donnijohnson
    @Donnijohnson 4 месяца назад

    Your explanations are great! But the way you move your hands around while talking is quite confusing and exaggerated, and the music is too loud.

  • @ManjunathJayam-e2k
    @ManjunathJayam-e2k Год назад

    the background music is louder than your voice.

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

    Useful video, but please don't annoy your viewers with music. If I want to listen to music I wouldn't be searching for AWS and IAM.

  • @PravalikaSahini
    @PravalikaSahini 3 месяца назад

    Background music is distracting

  • @veekay2254
    @veekay2254 Год назад +3

    Nice except for the background music

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

    Can't hear what you have been saying. Loud music. Quitting...

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

    too noisy music

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

    Please remove that music. You are ruining a great video.

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

      I've received that feedback a handful of times and have stopped using it in future vids.

  • @ganjuror
    @ganjuror 3 месяца назад

    ugh the music is so obnoxious i couldn't watch this

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

    Lmao simple? Aws iam is an absolute disaster

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

    Thanks for the wonderfull explanation!!