Salta al contenuto

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 Risposta
1
Risposta accettata

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

ESPERTO

con risposta 2 anni fa

ESPERTO

verificato 2 anni fa

ESPERTO

verificato 2 anni fa

ESPERTO

verificato 2 anni fa

  • I just tried your answer and it perfectly worked. Thanks for your quick reply.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.