Amazon FSx provides high-performance file systems in the cloudusing: Lustre, NetApp ONTAP, OpenZFS, and Windows File Server.
Questions tagged [amazon-fsx]
50 questions
1
vote
1 answer
F# FSI "Unexpected compiler generated literal in interaction" with "#I __SOURCE_DIRECTORY__"
If I create a new F# file 'Test.fsx' in VSCode with the line
#I __SOURCE_DIRECTORY__
attempting to run the code in FSI generates the error
Test.fsx(2,4): error FS0010: Unexpected compiler generated literal in interaction. Expected incomplete…

roboleek
- 11
- 2
0
votes
0 answers
Terraform destroy/recreate while importing FSxN ONTAP resources
Looking for some help on importing FSxN ONTAP existing resources. I have everything identical to existing infrastructure at AWS, however while importing the resource to Terraform, It keeps on notifying to destroy and recreate resources.
The area…

Rio
- 595
- 1
- 6
- 27
0
votes
0 answers
Is it possible to use AWS Fsx Storage(windows file server) in Docker Windows Container
In my local machine, I'm trying to build a container from windows docker image of MVC Core 6 web app, which uses files from AWS Fsx Storage.
In docker run, the application fails to start:
[15:29:46 ERR] Error occured while starting the…

Kannan M
- 570
- 2
- 6
- 19
0
votes
1 answer
How to mount FSx Lustre in read only mode?
I have S3 data I'd like to mount via AWS FSx Lustre, and this data should only be read. Which additional flags, or changes, do I need beyond the default mount command
sudo mount -t lustre -o noatime,flock DNS_NAME@tcp:/MOUNT_POINT /fsx

Sash
- 4,448
- 1
- 17
- 31
0
votes
1 answer
How can I fix this issue with using FSx as Persistent Volume for EKS?
I have a cluster with nodes that are windows based. I followed this Using SMB CSI Driver on Amazon EKS Windows nodes | Microsoft Workloads on AWS but when I deployed the Windows pod (step 5.6), the pods are in pending state. This is the Warning I…

Aadit Unni
- 1
- 1
0
votes
0 answers
AWS fsx for Windows as roaming profiles folder
Can i use AWS Fsx For Windows as a shared folder for roaming profiles ? , users will login from a site connected to AWS through a VPN.

XP_2600
- 57
- 6
0
votes
0 answers
How to have n number of pods accessing a statically provisioned AWS FSx Lustre file system?
I have a distributed application that based on the amount of work to do can spawn n number of pods in AWS EKS. n is not known ahead of time.
I want to use AWS FSx Lustre as my shared file system such that all the pods have access to the same data. …

Craig
- 1
- 1
0
votes
0 answers
How to set up IIS server on FSx file system?
I have an auto-scaling group configured with min/max value 1. When the instance fails, there are active calls that would be going on via the server. I want to set up IIS server on aws FSx file system that will act as a cache when my ec2 goes down,…

Rehan Shakeel
- 3
- 2
0
votes
1 answer
Trouble with setting file mode in SMBJ
I'm trying to set the file mode of a remote located file in a SMB share though SMBJ library. But I get STATUS_INVALID_PARAMETER error.
This is my code snippet:
Set fileAttributes = new…

Bahram Zaeri
- 1
- 2
0
votes
0 answers
Does changing the security groups for FSx in CloudFormation cause the stored data to be destroyed?
Am I reading this correctly:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-securitygroupids
If I add/update/remove from the security group list for the referenced FSx that…

user2458080
- 989
- 8
- 17
0
votes
1 answer
Error "Unknown options: AutoImportPolicy=DELETED], AutoImportPolicy=CHANGED" while creating AWS FSx create-data-repository-association
I am getting error while adding auto-import-policy when creating AWS FSx create-data-repository-association
FSX Lustre config is:
Storage type: SSD
Deployment type: Persistent 2
Lustre version: 2.12
Success: The below command is successful
aws…

Paras Jain
- 11
- 2
0
votes
0 answers
Attaching a PERSISTENT_2 FSX to an AWS Batch Compute instance using Terraform
I have Terraform code that almost successfully builds an AWS Batch Compute Environment with an Fsx file share mount to it.
However, despite passing the aws_fsx_lustre_file_system module a deployment type of PERSISTENT_2:
resource…

Brett
- 11,637
- 34
- 127
- 213
0
votes
0 answers
How do I transfer files between FSx for Lustre using AWS DataSync in two different VPC's?
I have tried asking this on reddit and also on another AWS forum and have had no luck getting an answer. I'm hoping I can find an answer here.
I have an AWS account that was using the default VPC. We are moving away from it and have a new one…

emccl78
- 1
0
votes
0 answers
describe_file_systems using boto3 1.26.2 gives me an empty file system list
I am creating my boto3 client like so:
fsx = boto3.client('fsx',
aws_access_key_id=XXXREDACTEDXXX,
aws_secret_access_key=XXXREDACTEDXXX,
aws_session_token=XXXREDACTEDXXX,
region_name='us-east-1')
And then calling the method like so:
response =…

dirtyqwerty
- 185
- 2
- 16
0
votes
0 answers
How to access Bucket from another account to FSx
I have a FSx lustre filesystem in Account A. The lustre filesytem is configured with two data repository that is two folders from S3 bucket of Account A.
How to configure a bucket of Account B to this lustre filesystem and configure the data…

Puneet Mehta
- 67
- 4