CopyPastor

Detecting plagiarism made easy.

Score: 1.8536664393190263; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2022-11-07
by Marcin

Original Post

Original - Posted on 2022-06-15
by Marcin



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can add an [inline policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html#inline-policies) to your user or group:
``` { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "ssm:GetParameter", "Resource": "*" } ] } ```
If you want, you can replace `"*"` with `"arn:aws:ssm:us-west-1:yyy:parameter/cdk-bootstrap/hnb659fds/*"` to limit the permissions to only the parameter you want.
You can add an [inline policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html#inline-policies) to your `role/AWSCloudFormation`:
``` { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "iam:CreateRole", "Resource": "*" } ] } ```

        
Present in both answers; Present only in the new answer; Present only in the old answer;