DEV Community

Gernot Glawe for AWS Community Builders

Posted on

1

Check S3 storage classes from command line

... it's not so easy, so I created a small GO program:

https://github.com/megaproaktiv/storageclass

Scanned 1.8 Million files in 5 minutes.

It will show you the storage classes of all buckets like:

Bucket: archivemac123
STANDARD 3747
STANDARD_IA 183
8.6 GB
Enter fullscreen mode Exit fullscreen mode

Enjoy!

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post