mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
512 B
512 B
| aliases | |
|---|---|
|
Amazon VPC (Virtual Private Cloud)
An logically isolated network within AWS for your resources.
- Create a public-facing subnet for your web servers which have access to the internet.
- Create a private-facing subnet with no internet access for your backend system
- e.g., databases, application servers
- Enables fine-grained control over traffic with both a public and a private subnet.