- Newest
- Most votes
- Most comments
To troubleshoot the "Start Media Streaming" block error in your production Amazon Connect instance, follow these steps:
- Check the status of the Kinesis Data Stream configured for media streaming. It should be in an ACTIVE state. If it has been deleted, recreate the stream and re-enable data streaming in your Connect instance.
[+] https://docs.aws.amazon.com/connect/latest/adminguide/real-time-export-troubleshooting.html
-
Review the CloudWatch logs and metrics for your Connect instance and Kinesis Data Stream. Look for any throttling errors or exceptions related to the Kinesis Data Stream or the KMS key used for encryption.
-
Ensure that the IAM role associated with your Connect instance has the necessary permissions to put records into the Kinesis Data Stream.
[+] https://repost.aws/knowledge-center/connect-integrate-kinesis
-
If the issue is intermittent, add a Loop block in your contact flow to retry the "Start Media Streaming" block a few times before routing to the error flow.
-
Review the CloudTrail logs for any "AccountStreamLimitExceededException" errors, which indicate that the account limit has been exceeded.
If the issue persists after following these steps, you may need to open a support case with AWS for further assistance.
Already checked the status of Kinesis Data Stream is ACTIVE, also added the loop in contact flow and it's keep routing the call to the loop for reinitializing.
This is an open issue here https://github.com/amazon-connect/voicemail-express-amazon-connect/issues/26
Suddenly it starts working, i think it takes some time to get populated once we enabled the streaming via kinesis.
Relevant content
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago