diff --git a/website/source/intro/getting-started/dynamic-secrets.html.md b/website/source/intro/getting-started/dynamic-secrets.html.md index c6970313db..fa92514e1d 100644 --- a/website/source/intro/getting-started/dynamic-secrets.html.md +++ b/website/source/intro/getting-started/dynamic-secrets.html.md @@ -77,14 +77,9 @@ is okay - just use this one for now. "Version": "2012-10-17", "Statement": [ { - "Sid": "Stmt1426528957000", "Effect": "Allow", - "Action": [ - "ec2:*" - ], - "Resource": [ - "*" - ] + "Action": "ec2:*", + "Resource": "*" } ] } @@ -94,19 +89,16 @@ As mentioned above, we need to map this policy document to a named role. To do that, write to `aws/roles/:name`: ```text -$ vault write aws/roles/my-role policy=-<