Skip to main content
How are we doing? Please help us improve AWS. Take our short survey

Questions tagged [amazon-fsx]

Amazon FSx provides high-performance file systems in the cloudusing: Lustre, NetApp ONTAP, OpenZFS, and Windows File Server.

0 votes
1 answer
28 views

How to limit the FSxN file systems that a process can see?

I am trying to limit a process to be able to list only certain FSx systems. I have a role attached to my EC2 instance that includes a statement as follows. "Statement": [ { ...
kcantrel's user avatar
0 votes
1 answer
77 views

Getting "There is no connectivity" when trying to manage an FSxN File System within BlueXP

I added a FSxN file system to my BlueXP canvas a few weeks ago and it was working perfectly until yesterday. Now, when I try to "enter it" I am presented with a "There is no ...
kcantrel's user avatar
0 votes
1 answer
48 views

LUN type for SQL Server on an FSx system

I want to setup and connect a LUN running on my FSx ONTAP file server to my SQL Server cluster. I see different types for the lun configuration: windows/windows_gpt/windows_2008. What is the ...
nichollri's user avatar
0 votes
1 answer
403 views

File transfer from AWS Fsx to S3

Is it possible to use a Lambda function to transfer a file from FSX to S3 bucket whenever there is a new file in FSX? Will appreciate any inputs on this, thank you!
user17178722's user avatar
0 votes
2 answers
193 views

Deleting data from an FSxN volume not freeing up space

I have a volume under a FSx Netapp filesystem that when I delete files free space isn't being restored to the volume. For example. Here I am deleting an 8GB file on a 10GB volume but no space is being ...
kcantrel's user avatar
0 votes
1 answer
192 views

Incorrect volume usage in FSx for ONTAP

I have an AWS FSx for ONTAP (https://aws.amazon.com/fsx/netapp-ontap/) volume that is 2TB in size and I have only ingested a little bit of data. However my application is reporting that a lot more ...
GBU's user avatar
  • 3
1 vote
1 answer
154 views

Why is the Amazon FSx ARN for resource selection in AWS Backup different than every other service?

I'm trying to create an AWS backup plan resource selection for resources in my given region. Usually this is pretty straightforward if you've seen ARNs before. Most of them look like this: arn:aws:...
nwalke's user avatar
  • 3,199
0 votes
1 answer
114 views

Connect a private EC2 to a FSx OpenZFS

I'm trying to connect a EC2 instance to a FSx of file system type OpenZFS, my EC2 only have private IP, I configured a route table on the subnet of the FSx, but when I try to mount sudo mount -t nfs -...
WhiteAB's user avatar
  • 301
0 votes
0 answers
59 views

FSx windows file system cleanup of directory by AWS lambda monthly basis?

I'm creating a lambda and trying to delete a specific directory/subdirectory of FSx but i didn't found any api for this scenario on this documentation API's are only for FSx storage-volume-level not ...
Sourabh Bhutani's user avatar
0 votes
1 answer
257 views

Creation of data repository association of Lustre Scratch 2 file system to S3 via Terraform AWS provider

I can create Amazon FSx Lustre SCRATCH2 file system with a data repository association (DRA) with an S3 bucket in one action if I do this via AWS Management Console. It also works if I first create a ...
Alexander Ites's user avatar
0 votes
1 answer
57 views

Fileshare service for application

I need a filshare, SMB, quorum service for my applications, applications are both windows and linux based. I tried using AWS FSx Windows cluster but they do not provide auto failover for linux clients,...
Mayank Gaur's user avatar
1 vote
0 answers
69 views

AWS OpenZFS FS mount connect is stuck (time out)

I followed this and this tutorial to create and mount fsx. Sadly the command I run, e.g. mount -t nfs -o nfsvers=4.1 fs-<someid>.fsx.us-west-2.amazonaws.com:/fsx/ /fsx , gets stuck and won't end ...
Elad Dolev's user avatar
0 votes
1 answer
203 views

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 ...
Rio's user avatar
  • 666
0 votes
0 answers
81 views

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 ...
Kannan M's user avatar
  • 570
0 votes
1 answer
484 views

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,...
Sash's user avatar
  • 4,568

15 30 50 per page