Related Definitions
Service Level Agreement (SLA)
What is a service level agreement in SaaS?
A Service Level Agreement (SLA) is a subset of a Master Service Agreement (MSA) and contains specific details about the level of service that will be provided by the SaaS vendor. This agreement will specifically define the performance metrics, responsibilities, and expectations of both parties.
An SLA is likely to include uptime guarantees, the level of support that will be provided to the customer, response times for any support requests, information on how these requests will be managed and escalated, information on how the vendor will protect the customer’s data and ensure the security of its systems and networks, as well as details on how it will compensate the customer if it fails to meet the agreed-upon service levels.
SaaS Management
What is SaaS management?
SaaS management is the process of identifying, managing, and governing the software applications that exist within an organization’s technology portfolio.
When software goes unmanaged, it not only puts the business at risk of data breaches and security issues, but it can also lead to a substantial amount of wasted spend as a result of redundant and duplicate SaaS apps, not to mention unused licenses.
SaaS Agreement
What is a SaaS agreement?
A SaaS agreement, or contract, details the terms of your purchase from a SaaS vendor.
Single-Tenancy Environment
What is a single-tenancy environment in cloud computing?
A single-tenancy environment, also known as dedicated hosting or a dedicated instance, refers to a situation where each user or tenant has their own dedicated infrastructure and resources, including servers, storage and network components. These resources aren’t shared with any other users, maximizing performance and control.
Spot Instances
What are spot instances?
As with any cloud service provider, AWS will have spare capacity available to support surges in customer demand. To offset the loss, AWS offers this excess EC2 capacity – in other words, spot instances – at a heavily discounted rate.
To benefit from these spot instances, users must bid on this unused EC2 capacity in their desired region. The capacity is then allocated to the highest bidder. While it can be a great way to reduce costs by as much as 90%, it is only suitable for workloads that can tolerate interruptions and don’t require continuous availability. This is because AWS will terminate the instance after a two-minute notification in the event that it needs to reclaim the resources, or because the spot price exceeds the bid price. In other words, when other customers are willing to pay more.
Auto-Scaling
What is auto-scaling?
Auto-scaling refers to the automatic adjustment of cloud computing resources based on an organization’s current demand and workload. It dynamically adjusts the allocation of resources to match the evolving requirements of an application or system without the need for manual intervention.
There are a number of benefits to using auto-scaling, the first being cost efficiency. By ensuring that resources are scaled up or down as and when needed, organizations can avoid over-provisioning and subsequently reduce unnecessary expenses. It also helps maintain consistent performance levels by automatically adding resources during peak demand periods.