- Cloud Native Python
- Manish Sethi
- 248字
- 2021-07-02 19:11:49
Infrastructure as a Service
The following are the key points that describe IaaS:
Unlike SaaS offerings, in IaaS, the customer is provided with IT resources, such as bare metal machines to run applications, hard disk for storage, and network cable for network capability, which they can customize based on their business model.
In IaaS offerings, since the customer has full access to their infrastructure, they can scale their IT resources based on their application requirement. Also, in IaaS offerings, the customer has to manage the security of the application/resources, and needs to build disaster recovery models in case of sudden failures/crashes.
In IaaS, services are on an on-demand basis, where the customer is charged on usage. So, it's the customer's responsibility to do cost analysis against their resources, which will help restrict them from exceeding their budget.
It allows customers/consumers to customize their infrastructure based on the requirements of the application, then tear down the infrastructure and recreate it again very quickly and efficiently.
The pricing model for IaaS-based services is basically on-demand, which means you pay as you go. You are charged as per your usage of resources and the duration of the usage.
Amazon Web Services (offering Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3)) was the first out of the gate in this cloud offering; however, players such as Microsoft Azure (virtual machine), Rackspace (virtual cloud servers) and Oracle (bare metal cloud services) have also made a name for themselves.
- 信息可視化的藝術(shù):信息可視化在英國
- Hadoop+Spark大數(shù)據(jù)分析實戰(zhàn)
- Java EE 7 Development with NetBeans 8
- Ext JS 4 Web Application Development Cookbook
- Learning OpenStack Networking(Neutron)
- Getting Started with Laravel 4
- PHP+Ajax+jQuery網(wǎng)站開發(fā)項目式教程
- Java程序員面試筆試寶典(第2版)
- Node.js從入門到精通
- Mastering ArcGIS Server Development with JavaScript
- 前端架構(gòu)設(shè)計
- MATLAB/Simulink與過程控制系統(tǒng)仿真
- Mastering Social Media Mining with R
- Kubernetes進(jìn)階實戰(zhàn)(第2版)
- SQL優(yōu)化核心思想