Designing the Cloud Flashcards
What is multitenancy?
many customers use the same cloud infrastructure.
Benefits of multitenancy?
allows for efficiency in use, and lower cost of use.
What is network function virtualization?
replacing physical networking devices with virtual devices. They maintain the same functionality.
From what device/interface can we manage all of our virtual network devices?
Hypervisor
What is a VPC
Virtual Private Cloud, which allows you to pool resources. Multiple VPCs can be used to keep things separated.
How can separate devices within a VPC communicate with eachother?
you have to use a transit gateway, also called a cloud router.
How can you gain access to a VPC from the internet?
VPN or VPC Gateway
How can you make your VPC instances available to anyone on the internet?
VPC Gateway/Internet Gateway
How can we have devices in a VPC communicate outbound on the internet?
VPC NAT Gateway