Skip to content

fix: use intelligent tiering#108

Open
infracost-autofix[bot] wants to merge 1 commit intomasterfrom
infracost-fix-20250526-083128
Open

fix: use intelligent tiering#108
infracost-autofix[bot] wants to merge 1 commit intomasterfrom
infracost-fix-20250526-083128

Conversation

@infracost-autofix
Copy link
Copy Markdown

@infracost-autofix infracost-autofix Bot commented May 26, 2025

💰 Infracost opened this pull request as part of the following campaign:

Policy: AWS S3 - consider using Intelligent-Tiering or adding a lifecycle policy

Reduce S3 storage costs by enabling Intelligent-Tiering or setting up a lifecycle policy to move or delete older data. Intelligent-Tiering is ideal when data access patterns are unpredictable - it automatically moves objects between storage tiers to optimize costs without impacting performance. It's best suited for objects larger than 128KB that are stored for at least 30 days, and there's a small monitoring fee that's typically offset by savings.

For more predictable workloads, use lifecycle policies to transition objects to cheaper storage classes like Glacier. For example, storing 1TB in the Standard class costs about $23/month, while Glacier Flexible Retrieval can bring that down to just $3.60/month—a potential 84% saving.


Risk: Medium Misconfigured lifecycle rules could prematurely delete older objects that are still needed for recovery or compliance.
Deployment details: no downtime expected, see AWS docs for details Lifecycle rules apply in-place to buckets without service interruption.

Next steps:
✅ Deploy this change before the campaign deadline: June 31
💬 Doesn't apply? Close the PR with a comment
🛠️ Needs changes? Check out the branch to rebase or adjust

@infracost infracost deleted a comment from CLAassistant May 27, 2025
@infracost infracost deleted a comment from CLAassistant May 30, 2025
@infracost infracost deleted a comment from gregfelice Nov 3, 2025
@infracost infracost deleted a comment from CLAassistant Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants