- Cloud Development andDeployment with CloudBees
- Nicolas De loof
- 285字
- 2021-07-21 17:54:37
Infrastructure as a Service
Amazon EC2 is a typical IaaS. This service lets users lean using simple API calls, servers to deploy applications, storage, or network routers. It only gives you the hardware, which you then have to manage to get your whole technical stack up and running. You have to select (or build) a virtual machine image (such as AMI) with your preferred operating system, configure network and routing, attach disks for persistent data, and so on. It looks like going to your favorite broker to buy PC components and build your own computer. The main benefit is that you only pay for what you actually use, so you can change your mind and get a bigger or smaller server, or just drop everything at anytime.
IaaS was a required, but low-level step in Cloud revolution. The flexibility it gives you is huge as compared to the bare-metal hardware, even with existing rent options. You can get dozens of servers available in few clicks, with ridiculous cost that only relates to the duration for which you actually use them.
The main drawback is that you only get the hardware. Operating system setup, low-level configuration, middleware installation, security, monitoring, and maintenance are your responsibilities. This makes sense if you have some very specialized software that you want to run, but for common technical stacks that are the concerned standards, this doesn't make much sense. If you need your own patched version of Linux kernel, IaaS is for you. If you want to run a Java application under the latest version of Tomcat, you will end up spending hours of engineering time just to set up and maintain the basic runtime that your developers are expecting.
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- ASP.NET MVC4框架揭秘
- Raspberry Pi Networking Cookbook(Second Edition)
- PyTorch自然語言處理入門與實(shí)戰(zhàn)
- Learning Informatica PowerCenter 10.x(Second Edition)
- 程序員考試案例梳理、真題透解與強(qiáng)化訓(xùn)練
- Python應(yīng)用輕松入門
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Building Android UIs with Custom Views
- Mastering C++ Multithreading
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Emotional Intelligence for IT Professionals
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- 例解Python:Python編程快速入門踐行指南
- PostgreSQL 12 High Availability Cookbook