Skip to content

Joseph-T-Gordon

A complete log of all recent projects and skills

Menu
  • About me
  • Posts/Projects
  • Resume/Certifications
Menu

Post #126 (AWS) – S3 select and S3 batch operations

Posted on August 31, 2023August 31, 2023 by admin

Generally when using S3 the filtering has to be done on the application connecting to S3, well with S3 select S3 can handle filtering through simple SQL queries and can significantly decrease the load and time your other services and machines would spend on filtering and then it’ll send the much smaller filtered data. Regarding batch operations it’s as straight forward as it sounds, it allows you to run an operation on several S3 objects such as move, delete, encrypt, etc. You can use S3 select to filter down to unencrypted objects and use a batch operation to encrypt all of them.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Joseph-T-Gordon | Powered by Minimalist Blog WordPress Theme