- Newest
- Most votes
- Most comments
Julian Users accessing file systems are authenticated with Microsoft Active Directory. Access control and permission and ownership Amazon FSx works with Microsoft Active Directory to integrate with your existing Microsoft Windows environments. Active Directory is the Microsoft directory service used to store information about objects on the network and make this information easy for administrators and users to find and use. These objects typically include shared resources such as file servers and network user and computer accounts https://docs.aws.amazon.com/fsx/latest/WindowsGuide/aws-ad-integration-fsxW.html
As @rePost-User-3145590 mentioned, most customers require FSx integration with AD. Usually, Windows EC2 instances are domain-joined to AD domain, and users login to EC2 using their AD credentials, and access FSx file share seamlessly without need to re-enter their password.
If all you need is Windows file share to be accessed by stand-alone (i.e. non AD domain joined) Windows EC2 instances, you may want to explore Amazon S3 File Gateway. While this service is usually used for on-premise environments, you can also deploy to EC2. Refer to Deploying an Amazon EC2 instance to host an S3 File Gateway
Relevant content
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
Thank you for your answer!