
Ultimate access to all questions.
Your AWS account now has a growing number of 200 users. You aim to provide each of these users with a personal space within the S3 bucket named 'my_company_space'. Specifically, you want to assign each user a directory within the bucket with the prefix /home/<username> where they will have read and write access.
What is the most efficient way to accomplish this goal?
A
Create one customer-managed policy with policy variables and attach it to a group of all users
B
Create one customer-managed policy per user and attach them to the relevant users
C
Create an S3 bucket policy and change it as users are added and removed
D
Create inline policies for each user as they are onboarded