File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Management-Utilities/ec2-user-data-iscsi-create-and-mount Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ Create secet in AWS secret manager, secret should be saved as text.
99In IAM create policy that will allow to read the secret.
1010Set 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
27271 . AWS Amazon Linux
You can’t perform that action at this time.
0 commit comments