# AWS Aurora Serverless v2 는 Serverless가 아니다

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6796](https://news.hada.io/topic?id=6796)
- GeekNews Markdown: [https://news.hada.io/topic/6796.md](https://news.hada.io/topic/6796.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-06-21T09:32:01+09:00
- Updated: 2022-06-21T09:32:01+09:00
- Original source: [lastweekinaws.com](https://www.lastweekinaws.com/blog/no-aws-aurora-serverless-v2-is-not-serverless/)
- Points: 7
- Comments: 1

## Topic Body

- 사용하지 않을 때도 빌링 최소값인 0.5 ACU로 동작하며 중단되지 않음   
→ 즉 한번도 호출되지 않아도, 월 $43이 최소로 빌링됨   
- '서버리스'라고 얘기하려면 사용하지 않을때 중단되어야 하지 하는데, 그렇게 동작하지 않는 것  
→ Aurora Serverless v2는 auto-scaling 이지 서버리스가 아님

## Comments



### Comment 10677

- Author: xguru
- Created: 2022-06-21T09:33:01+09:00
- Points: 1

이게 숨겨져 있는건 아니고, 문서에 그렇게 동작한다고 명확히 나와있긴 합니다. 용도에 맞게 사용하세요.   
https://docs.aws.amazon.com/ko_kr/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.how-it-works.html#aurora-serverless-v2.how-it-works.scaling  
> 현재 Aurora Serverless v2 라이터와 리더는 ACU를 0으로 줄이지 않습니다. 유휴 Aurora Serverless v2 라이터 및 리더는 클러스터에 대해 지정한 최소 ACU 값으로 축소할 수 있습니다.  
>   
> 해당 동작은 유휴 기간 후에 일시 중지될 수 있지만 새 연결을 열 때 다시 시작하는 데 시간이 걸리는 Aurora Serverless v1과 다릅니다. Aurora Serverless v2 용량의 DB 클러스터가 한동안 필요하지 않은 경우 프로비저닝된 DB 클러스터와 마찬가지로 클러스터를 중지했다가 시작할 수 있습니다
