Question 207:
Your organization is using a CloudFront distribution to distribute content from an S3 bucket. It is required that only a particular set of users get access to certain objects respectively. How could this be accomplished?
Answer options:
A.Create IAM Users for each user and then provide access to the S3 bucket content. B.Create an IAM Group for each set of users and then provide each Group access to the S3 bucket. C.Create CloudFront signed URLs and then distribute these URLs to the users. D.Use IAM Polices for the underlying S3 buckets to restrict content.