Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.
For FSx for Windows File Server file systems, you can update the following properties:
-
AuditLogConfiguration
-
AutomaticBackupRetentionDays
-
DailyAutomaticBackupStartTime
-
SelfManagedActiveDirectoryConfiguration
-
StorageCapacity
-
ThroughputCapacity
-
WeeklyMaintenanceStartTime
For FSx for Lustre file systems, you can update the following properties:
-
AutoImportPolicy
-
AutomaticBackupRetentionDays
-
DailyAutomaticBackupStartTime
-
DataCompressionType
-
LustreRootSquashConfiguration
-
StorageCapacity
-
WeeklyMaintenanceStartTime
For FSx for ONTAP file systems, you can update the following properties:
-
AddRouteTableIds
-
AutomaticBackupRetentionDays
-
DailyAutomaticBackupStartTime
-
DiskIopsConfiguration
-
FsxAdminPassword
-
RemoveRouteTableIds
-
StorageCapacity
-
ThroughputCapacity
-
WeeklyMaintenanceStartTime
For FSx for OpenZFS file systems, you can update the following properties:
-
AutomaticBackupRetentionDays
-
CopyTagsToBackups
-
CopyTagsToVolumes
-
DailyAutomaticBackupStartTime
-
DiskIopsConfiguration
-
StorageCapacity
-
ThroughputCapacity
-
WeeklyMaintenanceStartTime
Headers
Request body
Response
Success
Example response
{
"FileSystem": {
"CreationTime": "1481841524.0",
"DNSName": "fs-0498eed5fe91001ec.fsx.com",
"FileSystemId": "fs-0498eed5fe91001ec",
"KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
"Lifecycle": "AVAILABLE",
"OwnerId": 12345678912,
"ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
"StorageCapacity": 300,
"SubnetIds": [
"subnet-1234abcd"
],
"Tags": [
{
"Key": "Name",
"Value": "MyFileSystem"
}
],
"VpcId": "vpc-ab1234cd",
"WindowsConfiguration": {
"AutomaticBackupRetentionDays": 10,
"DailyAutomaticBackupStartTime": "06:00",
"ThroughputCapacity": 8,
"WeeklyMaintenanceStartTime": "3:06:00"
}
}
}