1 Answer
- Newest
- Most votes
- Most comments
1
Hi, This really comes down to the size and use case. The best way to think about it is that Aurora Serverless v2 consume network resources just like a provisioned DB instance (1 ENI and 1 IP from your DB subnet group). So, to answer your question, a /28 would work but you need to plan for scale.
I agree that one node and a /24 would be perceived as wasteful, but make sure to consider what your future state may look like and if that /28 is appropriate.
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated a month ago

Thank you AWS-User-0357409