Prakarsh has prior experience of running TechOps and customer excellence for the B2B vertical of staffing marketplace where he scaled it from few comp

How to optimize AWS S3 storage in 3 minutes?

submited by
Style Pass
2022-05-15 07:00:06

Prakarsh has prior experience of running TechOps and customer excellence for the B2B vertical of staffing marketplace where he scaled it from few companies to hundreds. At Devtron, he handles DevOps

Cost Optimisation: Rules / Policies will help manage your storage costs by controlling the lifecycle of your objects. Create a lifecycle rule to automatically transition your objects to Standard-IA storage class, archive them to Glacier storage class, and remove them after a specified time period.

Logs Lifecycle Automation: You upload logs to S3 bucket, and you need those logs for specific period of time. For e.g., one month or three months. After that, you may want to archive or delete them.

Quick Access: To begin with, you place your files in a frequently accessed storage type. But after sometimes, you realise that the files will not be accessed frequently, and you want to archive them for a specific period of time. You might also decide to delete them later.

Let's proceed with the assumption that you are already sending your application logs to S3. We will focus on configuring the lifecycle of the logs. In this case, let's move the logs from Standard to One Zone-IA class storage.

Leave a Comment