Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Money-saving tips for the frugal serverless dev...

Yan Cui
September 26, 2024

Money-saving tips for the frugal serverless developer (AWS Community Summit)

Dive into the world of serverless and explore common, costly mistakes and learn actionable tips for cutting down waste and reducing your AWS bill.

Whether you’re looking to cut down on CloudWatch costs or improve cost-efficiency for your serverless application, we’ve got some helpful tips for you.

Yan Cui

September 26, 2024
Tweet

More Decks by Yan Cui

Other Decks in Technology

Transcript

  1. How to keep CloudWatch Logs cost under control 1. Do

    structured logging. DEBUG INFO WARN ERROR Detailed events for debugging application. General information that highlights progress of application. Potential problems, but doesn’t stop application from working. Issues that require immediate attention.
  2. How to keep CloudWatch Logs cost under control 1. Do

    structured logging. Log at INFO or above in production. DEBUG INFO WARN ERROR Detailed events for debugging application. General information that highlights progress of application. Potential problems, but doesn’t stop application from working. Issues that require immediate attention.
  3. How to keep CloudWatch Logs cost under control 1. Do

    structured logging. Log at INFO or above in production. 2. Sample DEBUG logs in production. e.g. 5% of invocations.
  4. How to keep CloudWatch Logs cost under control 1. Do

    structured logging. Log at INFO or above in production. 2. Sample DEBUG logs in production. e.g. 5% of invocations. 3. Set log retention to 30 days.
  5. CloudWatch Logs AWS Lambda AWS Lambda stdout asynchronously invokes any

    log aggregation service double paying for ingesting logs
  6. ?

  7. ? ?

  8. Services that charge by uptime are order(s) of magnitude cheaper

    at scale. But, you must understand the cost dimensions of individual services.
  9. Law I. Make Cost a Non-functional Requirement. Law II. Systems

    that Last Align Cost to Business. Law III. Architecting is a Series of Trade-offs. Law IV. Unobserved Systems Lead to Unknown Costs. Law V. Cost Aware Architectures Implement Cost Controls. Law VI. Cost Optimization is Incremental. Law VII. Unchallenged Success Leads to Assumptions.
  10. Law I. Make Cost a Non-functional Requirement. Law II. Systems

    that Last Align Cost to Business. Law III. Architecting is a Series of Trade-offs. Law IV. Unobserved Systems Lead to Unknown Costs. Law V. Cost Aware Architectures Implement Cost Controls. Law VI. Cost Optimization is Incremental. Law VII. Unchallenged Success Leads to Assumptions.
  11. IOT core AppSync API Gateway Messages Connection Time $2 per

    million $0.08 per million mins $0.25 per million mins $1 per million $0.08 per million mins $1 per million
  12. IOT core AppSync API Gateway Messages Connection Time $2 per

    million $0.08 per million mins $0.25 per million mins $1 per million $0.08 per million mins $1 per million Momento $1 per million - Data Transfer - EC2 rates EC2 rates EC2 rates
  13. Have to write Lambdaliths (No per-endpoint metrics & alerts, no

    fi ne-grained access control, no per-endpoint auth)
  14. Have to write Lambdaliths (No per-endpoint metrics & alerts, no

    fi ne-grained access control, no per-endpoint auth) (Large frameworks a ff ect cold start performance)
  15. 1. Billing alarms 2. Keeping logging cost under control 3.

    Right-sizing Lambda functions 4. No Lambda-to-Lambda calls 5. Caching 6. Route53 TTL 7. Avoid CORS 8. Choosing the right service 9. Simplify your architecture 10.Function URLs 11. Functionless 12. Direct client access to AWS
  16. productionreadyserverless.com Join 20+ AWS Heroes & Community Builders and 1000+

    happy students in levelling up your serverless game.