0

I have 5 IAM users under my root account, and I want to let each user to display only his resources not all the resources from the main account.

I need this for S3 service, I want each user to list his own buckets only. not all the buckets

I tried IAM policies but non of them worked for me.

I tried few instructions from the AWS documentation but it didn't work too

  • 1
    What you want isn't possible. You need to either separate them into completely separate AWS accounts, or build your own user interface on top of the AWS API that does what you want instead of letting them use the AWS web console. – Mark B Oct 26 '22 at 14:37

1 Answers1

0

You want to create separate accounts for your users to access.

Creating multiple sub accounts in IAM AWS