Does AWS charge for shutting down S3 when I terminate an account?

Viewed 138

So we need to terminate an AWS account for a customer. This account has some rather heavy S3 buckets with tens of thousands of images. The storage class for most of these buckets are Deep Glacier.

I am unsure if there would be any hidden costs if I just terminate the account. Or do I need to delete these buckets manually? I read that the delete operator does not incur cost, but for deleting AWS needs to "list" the bucket items and that can incur cost.

What is the most cost effective way to terminate an AWS account that has heavy duty S3 buckets?

Any insight for AWS Gurus are much appreciated.

1 Answers
Related