Hard1 markMultiple Choice
AWS SAA-C03 · Question 06 · Domain 1.1: Secure Access
A company needs to grant a third-party vendor access to an S3 bucket in its AWS account. The vendor will access the bucket from their own AWS account. What is the MOST secure way to grant this access?
A company needs to grant a third-party vendor access to an S3 bucket in its AWS account. The vendor will access the bucket from their own AWS account. What is the MOST secure way to grant this access?
Answer options:
A.
Create an IAM user for the vendor and email them the access keys.
B.
Create an IAM role in the company's account with a trust policy allowing the vendor's account to assume it, and require an External ID.
C.
Make the S3 bucket public and give the vendor the URL.
D.
Use AWS Resource Access Manager (RAM) to share the S3 bucket.
How to approach this question
Identify the best practice for third-party cross-account access, which involves IAM roles and External IDs.
Full Answer
B.Create an IAM role in the company's account with a trust policy allowing the vendor's account to assume it, and require an External ID.✓ Correct
Create an IAM role in the company's account with a trust policy allowing the vendor's account to assume it, and require an External ID.
Using an IAM role with an External ID is the AWS recommended way to grant a third party access to your AWS resources securely.
Common mistakes
Forgetting that External IDs are crucial for third-party cross-account roles.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert