Skip to content

Commit e9be514

Browse files
authored
Update README.md
add notes regarding actual volume size and process running time
1 parent 6dfee9b commit e9be514

File tree

1 file changed

+6
-1
lines changed
  • Management-Utilities/ec2-user-data-iscsi-create-and-mount

1 file changed

+6
-1
lines changed

Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
These sample scripts provide a way to launch an AWS EC2 instance with `user data` that will create an FSxN
55
volume and LUN, mount it to the instance, while installing all the needed libraries and resources.
66

7+
## Notes
8+
- LUN size will be set to 90% of the volume size, the remain space is needed for the the LUN managment operation.
9+
This means that usuable volume size is 90% of the requestd size.
10+
- The process might take several minutes to be compleetd.
11+
712
## Set Up
813
1. Create an AWS SecretsManager secret to hold the password of the account you plan to use to authenicate to the FSxN file system with.
914
The secret should be of type `other` with value set to `Plain Text` that holds just the password.
10-
1. Create an AWS IAM role that has EC2 as the trusted entity and has permissions to read the secret value. Here is an example policy that will do that:
15+
2. Create an AWS IAM role that has EC2 as the trusted entity and has permissions to read the secret value. Here is an example policy that will do that:
1116
```json
1217
{
1318
"Version": "2012-10-17",

0 commit comments

Comments
 (0)