I tried to create RDS Proxy for Aurora Cluster in the AWS Console and got the next Error:
We're sorry, your request to create DB proxy credible-dev has failed. CreateDBProxy is not supported.
In the Chrome Developer tools I can see the following response:
<ErrorResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<Error>
<Type>
Sender
</Type>
<Code>InvalidAction</Code>
<Message>CreateDBProxy is not supported</Message>
</Error>
<RequestId>892792a0-3b3d-4723-bcae-8406b28cd6e2</RequestId>
</ErrorResponse>
This document does not mention this type of Error: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBProxy.html.
What can be a reason for it?