S3 sync command is using 90% of CPU of the server

0

Hello There,

I have S3 sync script in the server, but when the script is running it is consuming the 80 % -90% of CPU of the server.

Below is my script;

#!/bin /bash
####################################################################
LOCALPATH="/var/www/html"
DATE=$(date +%d-%m-%Y)
echo $DATE
S3=backup
S3LOCATION="folder-backup"
###################################################################
cd $LOCALPATH
/usr/local/bin/aws s3 sync . s3://$S3/$S3LOCATION/$DATE/

My server is having 2 vCPU and 8Gib Ram and the HDD size is 50
the utilization of HDD is 13GB

Can yo please suggest why CPU is reaching so high at the time of s3 sync in the server

已提問 4 年前檢視次數 1530 次
1 個回答
0

Hello
Here is a link that talks about CLI configuration. See if playing with some of the values for max concurrent request, multipart-threshold or multipart-chunksize helps

https://docs.aws.amazon.com/cli/latest/topic/s3-config.html

RT

rtt
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南