Posts

Showing posts from October, 2021

What are some cloud computing advantages?

  ·         High availability : Depending on the service-level agreement (SLA) that you choose, your cloud-based apps can provide a continuous user experience with no apparent downtime, even when things go wrong. ·         Scalability : Apps in the cloud can scale  vertically  and  horizontally : o    Scale vertically to increase compute capacity by adding RAM or CPUs to a virtual machine. o    Scaling horizontally increases compute capacity by adding instances of resources, such as adding VMs to the configuration. ·         Elasticity : You can configure cloud-based apps to take advantage of autoscaling, so your apps always have the resources they need. ·         Agility : Deploy and configure cloud-based resources quickly as your app requirements change. ·       ...