- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 166字
- 2021-07-15 17:09:18
AWS Config
AWS Config is a really important and awesome service. It is fully managed by AWS and provides you with an inventory of your AWS resources. It also lets you audit the resource configuration history and notifies you of resource configuration changes. Over a period of time, as a cloud admin, you will fall in love with this service. To better understand it, let's say that there is a need for you to modify the instance type from m3.large to c4.large.
Once you modify the instance type, all the data related to the previous state of the instance is lost. And in case you need those configurational details of the instance before the modification event, you have no way to get that information. This is where AWS Config plays a vital role. You can record the configurational changes of the instance and other resources that are available on AWS. So, this service helps you to track down the changes made to your resources on AWS.
- Arduino by Example
- 編寫整潔的Python代碼(第2版)
- Scala Reactive Programming
- Lighttpd源碼分析
- Hands-On Nuxt.js Web Development
- 運維前線:一線運維專家的運維方法、技巧與實踐
- C++程序設計教程(第2版)
- Machine Learning for Developers
- 監控的藝術:云原生時代的監控框架
- DB2SQL性能調優秘笈
- Python自動化開發實戰
- 零基礎學西門子PLC編程:入門、提高、應用、實例
- Java EE企業級應用開發教程:Spring+Spring MVC+MyBatis(第2版)
- Mastering Android Application Development
- Drupal 7 Development by Example Beginner’s Guide