- Newest
- Most votes
- Most comments
Based on the information available, there are a few approaches you could consider for enabling Entra ID users to access AWS FSx for Windows File Server:
-
Trust Relationship: You can establish a one-way forest trust relationship between your AWS Managed Microsoft AD domain and your Entra ID Domain Services. In this setup, the AWS managed forest would trust the Entra ID domain forest, allowing accounts in your Entra ID domain to authenticate against resources in the AWS managed domain, including your FSx file system. This requires Entra ID Domain Services (not just Entra ID).
-
Active Directory Connector: You could use AWS Directory Service's Active Directory Connector to connect to your Entra ID Domain Services. This would allow you to take advantage of your existing Active Directory forest for authentication needs. The AD Connector acts as a proxy to redirect directory requests to your Entra ID Domain Services.
-
Resource Forest Isolation Model: Another approach is to use a resource forest isolation model, where you isolate resources (including Amazon FSx file systems) into a separate Active Directory forest. This can be useful if you want to maintain separation between your Entra ID environment and AWS resources.
It's important to note that Amazon FSx for Windows File Server requires Active Directory for authentication - it doesn't directly integrate with cloud-only Entra ID. You'll need Entra ID Domain Services (the Azure AD DS offering) to provide the necessary Active Directory infrastructure that FSx can integrate with.
For any of these approaches, you'll need to ensure proper network connectivity between your AWS environment and Azure, typically through IPSEC VPN tunnels, and configure the appropriate security groups and network ACLs to allow communication on the required ports.
As a best practice for identity management across AWS services, consider using AWS IAM Identity Center for centralized access management, which can connect to external identity providers including Microsoft Entra ID through SAML 2.0 and SCIM protocols.
Sources
Working with Microsoft Active Directory - Amazon FSx for Windows File Server
Using Amazon FSx with AWS Directory Service for Microsoft Active Directory - Amazon FSx for Windows File Server
Using AWS Directory Service for Entra ID Domain Services - AWS Transfer Family
Manage an external identity provider - AWS IAM Identity Center
Identity and access management for Amazon FSx for Windows File Server - Amazon FSx for Windows File Server
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago
