IAM Policy for amazon connect recording pause & resume?

0

I have created a role for EC2 and now looking to get the exact iam policy for amazon connect recording pause and resume. How to achieve this for:

  1. SuspendContactRecording - https://docs.aws.amazon.com/connect/latest/APIReference/API_SuspendContactRecording.html
  2. ResumeContactRecording - https://docs.aws.amazon.com/connect/latest/APIReference/API_ResumeContactRecording.html

What if i will assign the AmazonConnect_FullAccess to this role? will permission of recording will added?

1 Answer
1

Found the solution. Yeah it if attach AmazonConnect_FullAccess, the permission of recording pause and resume will be added. If you want to create a separate policy only for recording actions use in your actions:

"connect:StartContactRecording",
"connect:StopContactRecording",
"connect:SuspendContactRecording",
"connect:ResumeContactRecording"
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • You got it, that's it.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions