Skip to content

Commit b7e7c3d

Browse files
author
AWS
committed
Amazon FSx Update: This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates.
1 parent c83f859 commit b7e7c3d

File tree

4 files changed

+931
-247
lines changed

4 files changed

+931
-247
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon FSx",
4+
"contributor": "",
5+
"description": "This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates."
6+
}

services/fsx/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -236,12 +236,12 @@
236236
{
237237
"ref": "Region"
238238
},
239-
"prod-us-east-2"
239+
"prod-ca-central-1"
240240
]
241241
}
242242
],
243243
"endpoint": {
244-
"url": "https://fsx-fips.us-east-2.amazonaws.com",
244+
"url": "https://fsx-fips.ca-central-1.amazonaws.com",
245245
"properties": {},
246246
"headers": {}
247247
},
@@ -255,12 +255,12 @@
255255
{
256256
"ref": "Region"
257257
},
258-
"prod-ca-central-1"
258+
"prod-us-east-1"
259259
]
260260
}
261261
],
262262
"endpoint": {
263-
"url": "https://fsx-fips.ca-central-1.amazonaws.com",
263+
"url": "https://fsx-fips.us-east-1.amazonaws.com",
264264
"properties": {},
265265
"headers": {}
266266
},
@@ -274,12 +274,12 @@
274274
{
275275
"ref": "Region"
276276
},
277-
"prod-us-east-1"
277+
"prod-us-east-2"
278278
]
279279
}
280280
],
281281
"endpoint": {
282-
"url": "https://fsx-fips.us-east-1.amazonaws.com",
282+
"url": "https://fsx-fips.us-east-2.amazonaws.com",
283283
"properties": {},
284284
"headers": {}
285285
},

0 commit comments

Comments
 (0)