Block polly due to a loop of requests

0

Hi, I'm using polly for a low number of SynthesizeSpeech requests. For a possible bug that could somehow send a very high amount of requests in a loop, there is a way to block this service following an out of the ordinary use of resources, maybe with some policies (I can't find a target function that's right for me to work with a cloudwatch alarm), or maybe like other aws services it is supervised and freezes following unusual activities? Thank you in advance.

asked 4 years ago230 views
2 Answers
0

Hi NickDrake,

Thank you for reaching out. Unfortunately there is no mechanisms we can propose other than tweaking some code that will track generated traffic and block it if it exceeds a certain accepted limit on the client side.

On the other had you can also request a limit 'decrease' using this page for Amazon Polly using this link: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html

Thank you,
Fatih

answered 4 years ago
0

Thank you! However, I admit that it is a feature not easy to find in online searches, I have never found any suggestions related to the settings about limits of the the various services. Very useful advice.

Edited by: NickDrake on Aug 19, 2020 5:47 AM

answered 4 years ago

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