Skip to content

VPC subnet types and AZ Choices in CloudPosse Reference Architecture #87

Discussion options

You must be logged in to vote

TL;DR

  • Cloud Posse Reference Architecture uses only public and private subnets across 3 AZs by default — no dedicated "persistence" subnet. This simplifies multi-region, multi-account, HA architectures, while preserving IP address space.
  • You can add a dedicated DB subnet with restricted NACLs, but it's not the default. Security Groups are preferred for access control in modern AWS architectures.
  • The VPC module does support additional subnet tiers (like persistence) — you’d need to customize the component and wire the correct subnets into RDS and others.
  • Using 3 AZs improves resilience, supports quorum-based systems (e.g., etcd for EKS), and aligns with AWS Well-Architected Framework best …

Replies: 6 comments

Comment options

milldr
Jul 7, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by osterman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants