Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::FSx::Volume ClientConfigurations

Focus mode
AWS::FSx::Volume ClientConfigurations - AWS CloudFormation
Filter View

Specifies who can mount an OpenZFS file system and the options available while mounting the file system.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Clients" : String, "Options" : [ String, ... ] }

YAML

Clients: String Options: - String

Properties

Clients

A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24). By default, Amazon FSx uses the wildcard character when specifying the client.

Required: Yes

Type: String

Pattern: ^[ -~]{1,128}$

Minimum: 1

Maximum: 128

Update requires: No interruption

Options

The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page. When choosing your options, consider the following:

  • crossmnt is used by default. If you don't specify crossmnt when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.

  • sync is used by default. If you instead specify async, the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 20

Update requires: No interruption

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.