AWS Polly Policy json for polly:SynthesizeSpeech IAM

1

I am trying to set up the proper policy json for IAM programmatic access, but the following runs into the below error ... I have tried it also without sid and with Resource as an array.

    "Version": "2012-10-17",
    "Statement": 
{
            "Effect": "Allow",
            "Sid": "AllowAllPollyActions",
            "Action": [
                "polly:*"
            ],
            "Resource": "*"
        }}

is not authorized to perform: polly:SynthesizeSpeech with an explicit deny in an identity-based policy

1개 답변
0

Do you have access to inspect all the other policies attached to this identity? That might give you a clue. It could be even a policy that is unrelated to Polly like a policy forcing you to be MFA authenticated to use any service

Kishan
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠