퍼블릭 클라우드

AWS Storage Gateway에서 대역폭 속도를 설정하는 방법

변군이글루 2025. 6. 12. 16:07
반응형

AWS Storage Gateway에서 대역폭 속도를 설정하는 방법

대역폭 설정 편집

Storage Gateway > 게이트웨이 > storagegateway-01 > 대역폭 속도 제한 일정 편집

AWS Storage Gateway
AWS Storage Gateway

dd 명령어를 사용하여 10GB 더미 파일을 생성합니다.

dd if=/dev/zero of=10GB_file bs=10M count=1024
1024+0 records in
1024+0 records out
10737418240 bytes (11 GB, 10 GiB) copied, 11.7021 s, 918 MB/s

생성한 10GB 더미 파일을 Amazon S3 File Gateway(S3)로 복사합니다.

time cp 10GB_file s3smb/10GB_file1.txt
real    8m59.054s
user    0m0.018s
sys     0m23.548s

Application Server

Application Server

Amazon S3 File Gateway

Amazon S3 File Gateway

 

참고URL

- AWS Documentation : Amazon S3 파일 게이트웨이의 대역폭 관리

 

반응형