Skip to content

Commit fd86fe9

Browse files
committed
ROSA & OADP Operator, Invalid IAM Policy
1 parent b596776 commit fd86fe9

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)