@@ -1000,10 +1000,9 @@ Or create and configure a new file system, with the following parameters ::
10001000 [fsx fs]
10011001 shared_dir = /fsx
10021002 storage_capacity = 3600
1003- fsx_kms_key_id = 9e8a129c-0e85-459-865b-3a5be974a22b
1003+ import_path = s3://bucket
10041004 imported_file_chunk_size = 1024
10051005 export_path = s3://bucket/folder
1006- import_path = s3://bucket
10071006 weekly_maintenance_start_time = 1:00:00
10081007
10091008shared_dir
@@ -1034,16 +1033,16 @@ Defaults to 3,600 GiB. ::
10341033
10351034 storage_capacity = 3600
10361035
1037- fsx_kms_key_id
1038- """"""""""""""
1039- **Optional ** The ID of your AWS Key Management Service (AWS KMS) key .
1036+ import_path
1037+ """""""""""
1038+ **Optional ** S3 Bucket to load data from into the file system. Also serves as the export bucket. See `` export_path `` .
10401039
1041- This ID is used to encrypt the data in your file system at rest.
1040+ Import occurs on cluster creation, see `Importing Data from your Amazon S3 Bucket
1041+ <https://docs.aws.amazon.com/fsx/latest/LustreGuide/fsx-data-repositories.html#import-data-repository> `_
10421042
1043- This must be used with a custom ``ec2_iam_role ``. See
1044- :ref: `Disk Encryption with a Custom KMS Key <tutorials_encrypted_kms_fs >`. ::
1043+ If not provided, file system will be empty. ::
10451044
1046- fsx_kms_key_id = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
1045+ import_path = s3://bucket
10471046
10481047imported_file_chunk_size
10491048""""""""""""""""""""""""
@@ -1052,31 +1051,23 @@ and maximum amount of data per file (in MiB) stored on a single physical disk. T
10521051file can be striped across is limited by the total number of disks that make up the file system.
10531052
10541053The chunk size default is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB).
1055- Amazon S3 objects have a maximum size of 5 TB. ::
1054+ Amazon S3 objects have a maximum size of 5 TB.
1055+
1056+ Valid only when using ``import_path ``. ::
10561057
10571058 imported_file_chunk_size = 1024
10581059
10591060export_path
10601061"""""""""""
1061-
10621062**Optional ** The S3 path where the root of your file system is exported. The path **must ** be in the same S3 bucket as
10631063the ``import_path `` parameter.
10641064
10651065Defaults to ``s3://import-bucket/FSxLustre[creation-timestamp] `` where ``import-bucket `` is the bucket provided in
1066- ``import_path `` parameter. ::
1066+ ``import_path `` parameter.
10671067
1068- export_path = s3://bucket/folder
1069-
1070- import_path
1071- """""""""""
1072- ***Optional ** S3 Bucket to load data from into the file system. Also serves as the export bucket. See ``export_path ``.
1068+ Valid only when using ``import_path ``. ::
10731069
1074- Import occurs on cluster creation, see `Importing Data from your Amazon S3 Bucket
1075- <https://docs.aws.amazon.com/fsx/latest/LustreGuide/fsx-data-repositories.html#import-data-repository> `_
1076-
1077- If not provided, file system will be empty. ::
1078-
1079- import_path = s3://bucket
1070+ export_path = s3://bucket/folder
10801071
10811072weekly_maintenance_start_time
10821073"""""""""""""""""""""""""""""
0 commit comments