You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,15 @@
4
4
These sample scripts provide a way to launch an AWS EC2 instance with `user data` that will create an FSxN
5
5
volume and LUN, mount it to the instance, while installing all the needed libraries and resources.
6
6
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
+
7
12
## Set Up
8
13
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.
9
14
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:
0 commit comments