- 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.
- Learning Neo4j
- 數據庫系統原理及MySQL應用教程
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 基于差分進化的優化方法及應用
- Learning Apache Kafka(Second Edition)
- 概率成形編碼調制技術理論及應用
- Unity 3D/2D移動開發實戰教程
- 案例式C語言程序設計實驗指導
- 時空數據建模及其應用
- 數據分析與挖掘算法:Python實戰
- C語言程序設計
- Mastering Unity 2017 Game Development with C#(Second Edition)
- 情境微課開發(第2版)
- PyTorch生成對抗網絡編程