AWS S3: how do I see how much disk space is using [closed] Ask Question

AWS S3: how do I see how much disk space is using [closed] Ask Question

I have AWS account. I'm using S3 to store backups from different servers. The question is there any information in the AWS console about how much disk space is in use in my S3 cloud?

ベストアンサー1

The command line tool gives a nice summary by running:

aws s3 ls s3://mybucket --recursive --human-readable --summarize

おすすめ記事