Skip to content

Commit 9db6810

Browse files
authored
Update README.md
1 parent c49fc2f commit 9db6810

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volume and LUN, mount it to the instance, while installing all the needed librar
77
## Set Up
88
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.
99
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 permissions to read the secret value. Here is an example policy that will do that:
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:
1111
```json
1212
{
1313
"Version": "2012-10-17",
@@ -54,7 +54,7 @@ The secret should be of type `other` with value set to `Plain Text` that holds j
5454
<li>Launch new instance
5555
<ol>
5656
<li>Fill in the server name.</li>
57-
<li>Select 'Amazon Linux.</li>
57+
<li>Select 'Amazon Linux'.</li>
5858
<li>Under Amazon Machine Image select 'Amazon Linux 2023 AMI'.</li>
5959
<li>Fill in the other settings based on your networking and business needs.</li>
6060
<li>Under 'Advanced details':
@@ -81,7 +81,7 @@ If an error occurs while the installation is running, the script will terminate
8181
<li>Fill in any other setting based on your networking and business needs.</li>
8282
<li>Under the 'Advanced details':
8383
<ol>
84-
<li>Set the 'IAM instance profile' to the policy you created in the steps above.</li>
84+
<li>Set the 'IAM instance profile' to the role you created in the steps above.</li>
8585
<li>At the bottom, under the 'User data' section, press 'choose file', and select the script saved above.</li>
8686
</ol>
8787
</li>

0 commit comments

Comments
 (0)