I run a backup script using the AWS CLI to execute the S3 sync command every night on my MediaTemple server. This has been working smoothly for several months, but I updated my Plesk installation and now every night when the backup script starts, MediaTemple shuts down my server due to overuse. The limits that I seem to cross are as follows:
RESOURCE INFO: Packets per second limit: 35000 Packets per second detected: 42229.11667000000306870788 Bytes per second limit: 50000000 Bytes per second detected: 61801446.10000000149011611938
They also include a network snapshot when it takes the server offline, which includes many open connections to Amazon's IP addresses (9 during the snapshot).
Is there anything I can do to throttle AWS connections? It is advisable that I look for an option in the AWS API (although I did not see anything useful in the documentation), but a ban on what I can do at my end to manage connections at the network level?
amazon-s3 amazon-web-services aws-cli
binaryorganic
source share