Reputation: 949
I'm working on an AWS Appstream 2.0 shared docs requirement.
I need to have shared drive for Appstream users to share the documents. Users should be able to upload the docs to Appstream instance from local drive and should be shared across \network path. And a custom app running in AppStream should be able to access this shared drives.
(I have tried FSx and AWS AD with domain join , but its not our requirement to have so many components.)
In order to fulfil this, Created a S3 bucket and Mounted as drive in Appstream, so that my instance can have shared path. But the problem is, how can I upload files to appstream's network drive( which was mounted) from local workspace.
In a NutShell, how to upload files from local workspace to Appstream's Mounted S3 drive? Out of the box it only allows me to upload only to - Home/Temporary Folders
The workaround I have is to write a bat script to sync Temporary folder & Mounted Drive. What can I try next?
Upvotes: 0
Views: 1099
Reputation: 197
There is no native solution to use a S3 bucket as shared network drive. However there are 3rd party solutions out there that could work for you, eg. CloudBerry Drive.
Personally, I would prefer Amazon FSx for Windows File Server.
Upvotes: 0