Module 8 - Configure Virtual Machines Availability Flashcards
Plan for maintenance and downtime
Unplanned hardware maintenance
When the platform predicts a failure , it will issue an unplanned hardware maintenance
Action : live migration
Unexpected downtime
Planned maintenance
Setup availability sets
if you want high aval…
Configire multiple virtaul machines in an availabiltiy
Configure each apps tier
Review update and fault domains
Update domains
allows azure to perform incremental or rolling upgrades across a deployment during planned maintenance , only one update domain is rebooted at a time
Fault domain
are a group of common set of hardware , switches that share a single point of failure. Vms in availability set are placed in at least two fault domains
Review availabiltiy zones
Unique physical locations in a region
Incudes datacenters with independent power , cooling and networking
Protects from datacenter failures
Combines update and fault domains
Provides 99.99% SLA
Compare vertical scaling to horizontal scaling
Vertical Scaling
very expensive but don’t get redundancy
Scale up and scale down is the process of increasing or decreasing power to a single instance of workload usually Manuel
Horizontal Scaling - cheaper and get redundancy
Scale out and scale in is the process of increasing or decreasing the number of instances of a workload , frequently automated
Create scale sets
Where you horizontal scaling
Instance count
Instant size
Azure spot instance
use managed disks
Enable scaling beyond 100 instances
Configure Autoscale
define a minimum , maximum and default number of VM instances
Create more advanced scale sets with scale out and scale parameters