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.
1 parent 5019869 commit 0721a67Copy full SHA for 0721a67
src/Steps/Iam/AttachRolePoliciesStep.php
@@ -12,6 +12,7 @@ class AttachRolePoliciesStep implements Step
12
{
13
protected array $managedPolicies = [
14
'arn:aws:iam::aws:policy/AmazonElasticTranscoder_JobsSubmitter',
15
+ 'arn:aws:iam::aws:policy/AmazonRekognitionReadOnlyAccess',
16
'arn:aws:iam::aws:policy/IVSFullAccess',
17
];
18
0 commit comments