Module 4 Flashcards
The physical resources or infrastructure are housed in :
Regions, zones, data centers
Regions
A geographic area or location where a cloud provider’s infrastructure is clustered. It may have names such as NA (North America) South or US (United States) East.
Zones
Each cloud region can have multiple zones (also known as availability zones or AZ) which are typically distinct data centers with their own power, cooling, and networking resources.
Data center
A huge warehouse or room containing cloud infrastructure equipment. These data centers contain pods and racks or standardized containers of computing resources such as servers plus storage and networking equipment.
Computing resources
Virtual servers, bare metal servers, serverless
Virtual servers
Many of the servers in a cloud data center run hypervisors to create servers or VMs that are software-based computers.
Bare Metal Servers
Bare metal servers are other servers in the rack that are not virtualized.
Serverless
Serverless computing resources are also available for users to run their workloads. They are considered an abstraction layer on top of VMs.
Block and file storage modes struggle with
scale, performance, and distributed characteristics of the cloud
Most common mode of storage in the cloud
Object storage because is highly distributed and resilient
Virtualization
The process of creating a software based or a virtual version of a computing resource or facility, whether it be compute, storage, networks, servers, or applications.
Hypervisor
- Software that runs above the physical server or host.
- They essentially pull the resources from the physical server and allocate them to a virtual environment.
Types of VMs
Shared or public Cloud VMs, Transient or spot VMs, Dedicated hosts
Shared or public Cloud VMs
provider-managed, multitenant deployments that can be provisioned on-demand with predefined sizes.
Transient or spot VMs
take advantage of unused capacity in a cloud data center.
-