We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a015e84 + fd86fe9 commit 8bda193Copy full SHA for 8bda193
modules/oadp-preparing-aws-credentials.adoc
@@ -9,7 +9,7 @@
9
An AWS account must be ready to accept an OADP installation.
10
11
.Procedure
12
-. Create the following environment variables by running the following commands:
+. Create the following environment variables by running the following commands:
13
+
14
[NOTE]
15
====
@@ -75,9 +75,9 @@ cat << EOF > ${SCRATCH}/policy.json <1>
75
"s3:PutObject",
76
"s3:DeleteObject",
77
"s3:ListBucketMultipartUploads",
78
- "s3:AbortMultipartUploads",
+ "s3:AbortMultipartUpload",
79
"s3:ListMultipartUploadParts",
80
- "s3:DescribeSnapshots",
+ "ec2:DescribeSnapshots",
81
"ec2:DescribeVolumes",
82
"ec2:DescribeVolumeAttribute",
83
"ec2:DescribeVolumesModifications",
0 commit comments