# AWS Lambda 비용을 절약하는 가장 좋은 방법

> Clean Markdown view of GeekNews topic #7030. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7030](https://news.hada.io/topic?id=7030)
- GeekNews Markdown: [https://news.hada.io/topic/7030.md](https://news.hada.io/topic/7030.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-07-24T09:24:45+09:00
- Updated: 2022-07-24T09:24:45+09:00
- Original source: [theburningmonk.com](https://theburningmonk.com/2022/07/the-best-ways-to-save-money-on-lambda/)
- Points: 18
- Comments: 1

## Topic Body

- Lambda 요금 동작 방식 : 동작 시간 + 호출 횟수   
- 이른 최적화 피하기  
→ 실제로 필요한 것 이상의 메모리 할당 방지   
- 람다 함수의 적정 크기 찾기 : aws-lambda-power-tuning   
- ARM 아키텍처로 전환   
- Provisioned Concurrency 활용하기   
→ 실행시간 밀리초당 70% 저렴

## Comments



### Comment 11534

- Author: yunyun0505
- Created: 2022-07-28T11:35:14+09:00
- Points: 1

https://github.com/alexcasalboni/aws-lambda-power-tuning 이런 도구가 있었군요 나중에 한번 사용해봐야겠어요
