Assign the EC2 role
If the Verint components are hosted in AWS, assign the EC2 role to the recorder instance and give the EC2 role permissions to AssumeRole into the role you created earlier to access the Kinesis stream.
The Service Provider assigns the role.
Procedure
-
Define an Instance of the Recorder Server in the AWS Cloud.
-
Create an EC2 role, with any name and account number.
-
Click Next: Permissions.
-
Click Create Policy.
-
Click the JSON tab. You should see something like the following:
Copy{
"Version": "2012-10-17",
"Statement": []
}
Between the square brackets, enter the following, replacing "Resource" value with the actual ARN from the Verint role you created:
{
"Sid": "AllowIPToAssumeRole",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::177261743968:role/efgh"
}
-
-
Click Next: Tags, then Next: Review.
-
Click Create role.
-
Associate this policy with the EC2 role you created.