nerdexam
Amazon

SAA-C03 · Question #221

An international company needs to share data from an Amazon S3 bucket to employees who are located around the world. The company needs a secure solution to provide employees with access to the S3 buck

The correct answer is C. Create an Amazon S3 File Gateway. Create one share for data uploads and a second share for. An international company needs a secure and low-overhead solution to share data from an Amazon S3 bucket with globally distributed employees already in AWS IAM Identity Center.

Submitted by weili_xi· Mar 4, 2026Design Secure Architectures

Question

An international company needs to share data from an Amazon S3 bucket to employees who are located around the world. The company needs a secure solution to provide employees with access to the S3 bucket. The employees are already enrolled in AWS IAM Identity Center. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • ACreate a help desk application to generate an Amazon S3 presigned URL for each employee.
  • BCreate a group for Amazon S3 access in IAM Identity Center. Add the employees who require
  • CCreate an Amazon S3 File Gateway. Create one share for data uploads and a second share for
  • DConfigure AWS Transfer Family SFTP endpoints. Select the custom identity provider option. Use

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    74% (20)
  • D
    7% (2)

Why each option

An international company needs a secure and low-overhead solution to share data from an Amazon S3 bucket with globally distributed employees already in AWS IAM Identity Center.

ACreate a help desk application to generate an Amazon S3 presigned URL for each employee.

Creating a help desk application to generate individual Amazon S3 presigned URLs for each employee introduces significant custom development and ongoing operational overhead, making it far from the 'least operational overhead' solution.

BCreate a group for Amazon S3 access in IAM Identity Center. Add the employees who require

Creating an IAM Identity Center group and assigning a permission set for S3 access is a highly secure and low-overhead method for direct S3 access via the AWS console or S3-aware applications. However, if the implicit requirement is for a traditional network file share experience (SMB/NFS) for globally distributed employees, this method may not provide the desired file system interaction, potentially leading to higher adoption or integration overhead for end-users.

CCreate an Amazon S3 File Gateway. Create one share for data uploads and a second share forCorrect

Amazon S3 File Gateway provides a file interface (SMB/NFS) to Amazon S3, allowing employees to access S3 data as if it were a network file share from their local environments. This approach can simplify access for employees if they require a familiar file system protocol experience, with separate shares for uploads and downloads providing controlled access.

DConfigure AWS Transfer Family SFTP endpoints. Select the custom identity provider option. Use

Configuring AWS Transfer Family SFTP endpoints with a custom identity provider integrated via Lambda introduces significant setup and management overhead, including managing the SFTP service, custom Lambda for authentication, and requiring employees to use an SFTP client, which is not the 'least operational overhead' for general data sharing.

Concept tested: S3 data sharing, hybrid cloud storage, global access patterns

Source: https://aws.amazon.com/storagegateway/file/

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice