- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 117字
- 2021-07-09 18:18:24
Infrastructure as Code
Infrastructure as Code (IaC) is the practice of managing infrastructure though code definitions.
On an Infrastructure-as-a-Service (IaaS) platform such as AWS, IaC is needed to get the most utility and value. IaC differs primarily from traditional interactive methods of managing infrastructure because it is machine processable. This enables a number of benefits:
- Improved visibility of resources
- Higher levels of consistency between deployments and environments
- Easier troubleshooting of issues
- The ability to scale more with less effort
- Better control over costs
On a less tangible level, all of these factors contribute to other improvements for your developers: you can now leverage tried-and-tested software development practices for your infrastructure and enable DevOps practices in your teams.
推薦閱讀
- PowerShell 3.0 Advanced Administration Handbook
- Python Artificial Intelligence Projects for Beginners
- 反饋系統:多學科視角(原書第2版)
- Getting Started with Containerization
- Windows 8應用開發實戰
- Matplotlib 3.0 Cookbook
- Python Data Science Essentials
- 網絡綜合布線設計與施工技術
- 聊天機器人:入門、進階與實戰
- 筆記本電腦維修90個精選實例
- SQL Server數據庫應用基礎(第2版)
- 一步步寫嵌入式操作系統
- 工業機器人基礎
- 中小型網站建設與管理
- 單片機C語言編程實踐