
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company's compliance team needs to move its file shares to AWS. The shares run on a Windows Server SMB file share. A self-managed on-premises Active Directory controls access to the files and folders.
The company wants to use Amazon FSx for Windows File Server as part of the solution. The company must ensure that the on-premises Active Directory groups restrict access to the FSx for Windows File Server SMB compliance shares, folders, and files after the move to AWS. The company has created an FSx for Windows File Server file system.
Which solution will meet these requirements?
A
Create an Active Directory Connector to connect to the Active Directory. Map the Active Directory groups to IAM groups to restrict access.
B
Assign a tag with a Restrict tag key and a Compliance tag value. Map the Active Directory groups to IAM groups to restrict access.
C
Create an IAM service-linked role that is linked directly to FSx for Windows File Server to restrict access.
D
Join the file system to the Active Directory to restrict access.
Explanation:
The correct answer is D. Join the file system to the Active Directory to restrict access.
FSx for Windows File Server integration with Active Directory: Amazon FSx for Windows File Server is designed to integrate seamlessly with Microsoft Active Directory. When you create an FSx file system, you can join it to your existing Active Directory domain.
Preserving existing access controls: By joining the FSx file system to the on-premises Active Directory, all existing Active Directory groups, users, and permissions are preserved. The file shares, folders, and files will continue to use the same Active Directory-based access controls that were used on-premises.
SMB protocol compatibility: FSx for Windows File Server uses the SMB protocol, which is fully compatible with Active Directory authentication and authorization mechanisms.
A. Create an Active Directory Connector to connect to the Active Directory. Map the Active Directory groups to IAM groups to restrict access.
B. Assign a tag with a Restrict tag key and a Compliance tag value. Map the Active Directory groups to IAM groups to restrict access.
C. Create an IAM service-linked role that is linked directly to FSx for Windows File Server to restrict access.