How to prevent excessive requests to Transfer Family from stfp-client?

0

Hi, I am using Transfer Family, and I want to prevent too many download requests by sftp-users.

I set up cloud-watch alarm and lambda to stop the server in case of too many download requests.

Although lambda can successfully stop the server when too many downloads , the established sftp-connection continues and the user can download files.

Are there any way to stop too many download requests to Transfer Family?

  • please accept the answer if it was useful

1 Answer
1
Accepted Answer

If you want to break current connections for some reason, you can add DENY rule to Network ACL for your server. But in this case you need to keep server in the dedicated subnet. Otherwise NACL will affect other services as well

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile picture
EXPERT
reviewed a year ago
profile picture
EXPERT
reviewed a year ago
  • I just tried your answer and it perfectly worked. Thanks for your quick reply.

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