Give User Access To Only One S3 Bucket Only

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 63

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

  • @kvsp4028
    @kvsp4028 4 роки тому

    you explained in simple manner and it is easy to understand....your way of speaking is good and i am expecting more videos from you....................

    • @AWSWithAtiq
      @AWSWithAtiq  4 роки тому

      Thank you so much 🙂 for your comment. Definitely I will add more video's in future. Checkout my blog as well for some other AWS tips awswithatiq.com

  • @alvarorivas2408
    @alvarorivas2408 4 роки тому +1

    Thank you Atiq! I appreciate your help!

  • @mahendrach3206
    @mahendrach3206 4 роки тому +2

    If needs only read access instead of write access then where needs to change from JSON?

    • @AWSWithAtiq
      @AWSWithAtiq  4 роки тому

      Instead of selecting 'All actions', you need to select 'Get object' and 'List buckets' actions.

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

    Very good and Usefull video - This helped a lot

  • @B.I.T.S
    @B.I.T.S 4 роки тому +1

    This code is giving me a "allow the s3:ListBuckets action" error. I can't list any buckets at all.

    • @AWSWithAtiq
      @AWSWithAtiq  4 роки тому

      Please assign IAM role to the ec2 instance

    • @B.I.T.S
      @B.I.T.S 4 роки тому +1

      @@AWSWithAtiq I am not using an ec2 instance but I did get the buckets to list. I had to use "s3:ListAllMyBuckets" and a "Resource": "arn:aws:s3:::*" which I don't want to do. This allows the IAM user to see all my buckets. I am trying to give the IAM user access to only see their own bucket name. Any suggestions?

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

      @@B.I.T.S Any update on how did you fix this pls?

  • @anilmirya8354
    @anilmirya8354 4 роки тому +1

    How can we give access for a specific ip address, like our mac address only have allow to do put operation, can u plz do a video on this, I couldn't find any video on this scenario in youtube

    • @AWSWithAtiq
      @AWSWithAtiq  4 роки тому +1

      Thanks Anil for your comment. I will create a new tutorial on this topic. By the way, you can follow my blog to get more tutorials on aws here awswithatiq.com

    • @anilmirya8354
      @anilmirya8354 4 роки тому

      @@AWSWithAtiq thank you

    • @anilmirya8354
      @anilmirya8354 4 роки тому

      @@AWSWithAtiq I'm waiting for your video sir.
      I found some blogs but those are not working.
      After giving system ip as deny then also it was able to updating the Bucket content

  • @mahendra_chaudhari
    @mahendra_chaudhari Рік тому +2

    very good i was use real environment ...

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

    Ok thankyou, this is for IAM user, how to do if I want to give access to only one AWS account and restrict access for all?

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

      You can by creating a bucket policy for that specific account.

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

    do you not also have to add a policy to the s3 bucket itself? w/ a bucket policy?

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

      No bucket policy required using this approach.

  • @KhanKhan-df8gv
    @KhanKhan-df8gv 2 роки тому

    hi, I want to allow a IAM user to access only a folder in a S3 Bucket (for backup/restore my Wordpress website) can I do so? I am following these same steps but the user can't access the folder...

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

      Probably that is not possible at the moment when I am writing this. I suggest you to create a new bucket and give permission

    • @KhanKhan-df8gv
      @KhanKhan-df8gv 2 роки тому

      @@AWSWithAtiq Thank you for replying, I came across this article and video and it resolves my question. Policiy allowing a specific IAM user to see specific folders at the first level of the bucket and then to take action on objects in the desired folders and subfolders.

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

    Thanks. Good video. How do you allow a user to download folders in bucket?

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

      Good question! use s3browser.com/

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

    Thanks, It really helped

  • @nickegranis
    @nickegranis 4 роки тому

    Very good, thank you!

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

    Very useful video
    Thanks!

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

    Thank you very much

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

    hi bro i have a bucket which has 3 folders. is this possible to show only one folder to a user? don't want to show all folders in bucket.

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

    i am unable to rename object from this way. can you help me
    Error: Access denied
    policy:
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "VisualEditor0",
    "Effect": "Allow",
    "Action": "s3:*",
    "Resource": [
    "arn:aws:s3:::test/*",
    "arn:aws:s3:::test"
    ]
    }
    ]
    }

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

      Use aws iam policy generator

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

      @@AWSWithAtiq same Error after using AWS Policy Generator

  • @HASSA669
    @HASSA669 4 місяці тому

    this policy does not work anymore.

  • @Tawhid903
    @Tawhid903 4 роки тому

    Very good.......

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

    it helped, thanks!!!

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

    Awesome, I love that

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

    How to 1aws account access to cress account s3 bucket.... Plz reply me
    How to do in aws.. Send the step

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

      Here I have shown, how you can give access to another account ua-cam.com/video/eeRl5bjf9Bs/v-deo.html

  • @saeedzia5579
    @saeedzia5579 7 місяців тому

    Thank you boy

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

    how did you get the account ID

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

      like your account id once you sign in jack

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

      Go to IAM dashboard, and then you can see your account id

  • @the.abhisheksinha
    @the.abhisheksinha 3 роки тому

    Nice video

  • @snapverse
    @snapverse 4 роки тому

    Azure FTW!