Skip to content

Instantly share code, notes, and snippets.

@HarshadRanganathan
Last active May 11, 2023 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarshadRanganathan/a8b5106c53ac6e7526a0c1dea2d5db96 to your computer and use it in GitHub Desktop.
Save HarshadRanganathan/a8b5106c53ac6e7526a0c1dea2d5db96 to your computer and use it in GitHub Desktop.
AWS Cost Optimizations

S3

  • Enable Storage Lens
  • Enable Intelligent Tiering
  • Delete Incomplete Multipart Uploads
  • Expire Non-Current Versioned Objects
  • Add Lifecycle Rules

Lambda

  • Compute Optimizer
  • Graviton2 Processors
  • Profile Functions
  • Power Tuning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment