Skip to content

Commit 8bda193

Browse files
authored
Merge pull request #69773 from mletalie/OSDOCS-7743
[OSDOCS-7743]: ROSA Operator, Invalid IAM Policy
2 parents a015e84 + fd86fe9 commit 8bda193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/oadp-preparing-aws-credentials.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
An AWS account must be ready to accept an OADP installation.
1010

1111
.Procedure
12-
. Create the following environment variables by running the following commands:
12+
. Create the following environment variables by running the following commands:
1313
+
1414
[NOTE]
1515
====
@@ -75,9 +75,9 @@ cat << EOF > ${SCRATCH}/policy.json <1>
7575
"s3:PutObject",
7676
"s3:DeleteObject",
7777
"s3:ListBucketMultipartUploads",
78-
"s3:AbortMultipartUploads",
78+
"s3:AbortMultipartUpload",
7979
"s3:ListMultipartUploadParts",
80-
"s3:DescribeSnapshots",
80+
"ec2:DescribeSnapshots",
8181
"ec2:DescribeVolumes",
8282
"ec2:DescribeVolumeAttribute",
8383
"ec2:DescribeVolumesModifications",

0 commit comments

Comments
 (0)