- AWS Administration:The Definitive Guide(Second Edition)
- Yohan Wadia
- 229字
- 2021-06-24 18:34:18
Planning your next steps
Well, we have covered a lot of new features and services in this chapter, however, there are still a few things that I would recommend you try out on your own. First up is the Parameter Store!
The Parameter Store is yet another managed service provided by Systems Manager and is designed to store your instance's configuration data such as passwords, database strings, license codes, and so on, securely. You have the added option of storing the data either as plain text, or even in encrypted form, and later reference it in your automation documents or policy documents as variables rather than complete plain text. But that's not even the best part of it! Using Parameter Store, you can also reference your data across other AWS services such as EC2 Container Service and AWS Lambda, thus making this a centralized store for storing all your configurational and secure data.
Another important feature that I would recommend using in your environments is Resource Data Sync. Resource Data Sync enables you to store your instance's metadata collected from different Systems Manager services in a centralized location. You can configure it to collect metadata from instance operating systems, applications, Microsoft Windows updates, network configurations, and much more! This comes in really handy in production environments where you want to analyze the software and patch compliances of your instances.
- 火格局的時空變異及其在電網防火中的應用
- Verilog HDL數字系統設計入門與應用實例
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- 數據運營之路:掘金數據化時代
- Blender Compositing and Post Processing
- Embedded Programming with Modern C++ Cookbook
- 基于32位ColdFire構建嵌入式系統
- 菜鳥起飛系統安裝與重裝
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- PostgreSQL 10 High Performance
- 51單片機應用程序開發與實踐
- 天才與算法:人腦與AI的數學思維
- Java求職寶典
- Cisco UCS Cookbook
- Flink內核原理與實現