Skip to content

Commit 80a8bdf

Browse files
authored
Update README.md format
1 parent 4b39285 commit 80a8bdf

File tree

1 file changed

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

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Create secet in AWS secret manager, secret should be saved as text.
99
In IAM create policy that will allow to read the secret.
1010
Set the following permissions:
1111

12-
Example AWS Policy
13-
{
14-
"Version": "2012-10-17",
15-
"Statement": [
16-
{
17-
"Sid": "VisualEditor0",
18-
"Effect": "Allow",
19-
"Action": [
20-
"secretsmanager:GetSecretValue"
21-
],
22-
"Resource": "arn:aws:secretsmanager:us-west-2:847548833:secret:test/posh-75WJ57"
23-
}
24-
]
12+
Example AWS Policy
13+
{
14+
"Version": "2012-10-17",
15+
"Statement": [
16+
{
17+
"Sid": "VisualEditor0",
18+
"Effect": "Allow",
19+
"Action": [
20+
"secretsmanager:GetSecretValue"
21+
],
22+
"Resource": "arn:aws:secretsmanager:us-west-2:847548833:secret:test/posh-75WJ57"
23+
}
24+
]
2525
}
2626

2727
1. AWS Amazon Linux

0 commit comments

Comments
 (0)