Amazon FSx provides high-performance file systems in the cloudusing: Lustre, NetApp ONTAP, OpenZFS, and Windows File Server.
Questions tagged [amazon-fsx]
50 questions
0
votes
0 answers
Get-FSxSmbShareAccess is different from Windows UI Security
I have a AWS FSx configured to my Domain. I ran the below command on my powershell to provide "Authenticated Users" access to my FSx share "Test":
Grant-FSxSmbShareAccess -Name "Test" -AccountName "Autheticated Users" -AccessRight 1 -Force -Confirm…

SunainaDG
- 109
- 1
- 14
0
votes
1 answer
Is it possible to mount an amazon fsx to an amazon workspace?
I am trying to mount an amazon fsx to my amazon workspace but im having some trouble. When I follow the documentation using the command prompt to type
net use Z: \\insert_amazon_workspace\share
I get
System error 53 has occurred
and
The network…

Jason37
- 31
- 5
0
votes
1 answer
AWS instance/controller node randomly unable to find files on FSX that is there
This is a sporadic issue that I could not figure out a condition to replicate.
The gist of the issue is that instance/controller node will randomly fail to find files that are already created on Amazon FSx. A sample script can be as simple as…

michaelgbj
- 290
- 1
- 10
0
votes
1 answer
Trigger a task on file Creates/Edits/Deletes in specific folder (AWS FSx)
I have a network path from AWS FSx (Already allowed Auditing from Folder's Advance Security Settings).
I need to log file Create/Delete/Edit on that network path from my server(Windows).
I tried to create a Custom view on Windows Event Viewer with…

Saranga Athukorala
- 79
- 7
0
votes
1 answer
Can we convert exisiting aws single AZ Fsx to multi-az fsx
I have a single AZ aws windows Fsx created with 3 months of data. it was created using terraform.
Can I convert the existing single-az to multi-az without any downtime ?
Any risk involved or DNS changes of Fsx endpoints? Any important points to…

CharlesDeeZee
- 689
- 1
- 8
- 20
0
votes
1 answer
When i mount the file system in windows server then Network Error 85 occured
I have configured AWS OpenZFS with Windows Server 2016. I have installed NFS client on Windows Server. I got the Network Error 85 when I tried to mount the file system with D: drive. Any help would be appreciated.

Lakshminarayanan S
- 85
- 1
- 14
0
votes
1 answer
Amazon FSx: Change delegated administrators
Is it possible to update the Delegated Administrators group of the FSx service after it iscreated?
We have configured the delegated group to be "Admins du domaine" but I didn't find any way to update this option to another group in our Active…

NAMMOUS Khalid
- 13
- 1
- 4
0
votes
1 answer
aws Fsx cross region replication
Is there any way to replicate aws fsx data cross-region without using was datasync agent. the datasync has minimal time scheduling as 1 hour. But for aggressive RTO for less than 1 hour this won't help.
Any workaround solution? can the data be…

CharlesDeeZee
- 689
- 1
- 8
- 20
0
votes
1 answer
Issue with PVC in EKS Cluster
I am trying to create a PVC using AWS FSx serrvice for windows but getting the following error message:
"rror from server (Forbidden): error when creating "pvc-smb.yaml": persistentvolumeclaims "pvc-smb" is forbidden: may only update PVC status"
I…

DevOps
- 61
- 1
- 3
0
votes
1 answer
Can we propagate Amazon S3 IAM policies to FSx for lustre file system?
I want to create a FSx for lustre file system backed by an Amazon S3 bucket and want to mount that on EC2.
Now if I have created some IAM policies on Amazon S3 that who can do what with Amazon S3 buckets content. For example, not allowing write…

Prashansa Gupta
- 1
- 1
0
votes
1 answer
Unable to access fsx shared volume after ubuntu 18.04 reboot
Previously, I had a fsx volume mounted on /shared directory.
However, Ubuntu 18.04 + fsx has some bug which causes reboot of the instance to unmount the fsx volume

Chaitanya Bapat
- 3,381
- 6
- 34
- 59
0
votes
0 answers
mount fsx in Dockerfile is throwing returned a non-zero code: 22
I am trying to mount fsx in the Dockerfile with following command:
RUN mount -t lustre file_system_dns_name@tcp:/mountname /mnt/fsx -o noatime,flock
But it throws following error:
INFO:batscli.process.process_runner:stdout> {"event": "Docker image…

Shweta
- 1,111
- 3
- 15
- 30
0
votes
1 answer
Mapping FSX to windows instance; getting error
{
"schemaVersion": "2.2",
"description": "Map SMB Share using SMBGlobalMappings for Windows Containers",
"mainSteps": [
{
"action": "aws:runPowerShellScript",
"name": "runPowerShellWithSecureString",
"precondition": {
…

Zarak Mughal
- 1
- 1
- 1
0
votes
2 answers
Using AWS FSx file share for SQL Server Backup Directory
I'm trying to use an FSx file share as the Backup directory when installing SQL Server Express on my EC2 instance, but the SQL installer fails to use the UNC path to the FSx file share due to a SeSecurityPrivilege problem.
I can access the file…

AH.
- 2,913
- 1
- 28
- 26
0
votes
1 answer
Does modifying data in S3 bucket update the data in the FSx-Lustre volume?
I've created a fsx-stack using amazon sagemaker examples repo.
Basically, given the subnet/vpc/security-group and S3 bucket [import mount-path] as an input
it creates a FSx lustre volume.
Question: Would updating the data in one of the…

Chaitanya Bapat
- 3,381
- 6
- 34
- 59