Question 425:
There is a requirement for a vendor to have access to an S3 bucket in your account. The vendor already has an AWS account. How can you provide access to the vendor on this bucket.
Answer options:
A.Create a new IAM user and grant the relevant access to the vendor on that bucket. B.Create a new IAM group and grant the relevant access to the vendor on that bucket. C.Create a cross-account role for the vendor account and grant that role access to the S3 bucket. D.Create an S3 bucket policy that allows the vendor to read from the bucket from their AWS account.