AWS Systems Manager और टैगिंग का उपयोग करके managed nodes की पैचिंग
परिचय
आपके नोड बुनियादी ढाँचे में सुरक्षा और प्रदर्शन बनाए रखने के लिए एक मजबूत पैच प्रबंधन रणनीति की आवश्यकता होती है। यह निर्देशित समाधान आपको AWS Systems Manager का उपयोग करके एक स्वचालित, tag-आधारित पैच प्रबंधन प्रणाली लागू करने के माध्यम से चलेगा। इस निर्देशित समाधान का पालन करके, आप एक स्केलेबल और कुशल पैचिंग प्रक्रिया स्थापित करेंगे जो सुरक्षा अनुपालन में सुधार करते हुए मैनुअल हस्तक्षेप को कम करती है। इस विधि का उपयोग AWS Organizations के भीतर एक केंद्रीकृत दृष्टिकोण के लिए किया जा सकता है, और इसे एकल खातों के लिए भी लागू किया जा सकता है।
Utilizing a tagging scheduling method such as this can allow the application owners to manage when their nodes receive updates. Approved schedules, which would have a corresponding patch policy, can be queried using the AWS CLI, allowing for a self-service method of changing of a nodes schedule.
Understanding the solution
Before you begin to implement certain parts into your patch management solution, it's important to understand how this solution works. The approach combines AWS Systems Manager's patch management capabilities with a standardized tagging strategy. This integration allows you to automate patching schedules across your managed nodes while maintaining granular control over update schedules.
Each managed node would be assigned a predefined tag, in this case, maintenance:patching. The value of this tag would contain an entry similar to a cron expression, which would indicate the schedule the node would be evaluated and have updates applied.
Patch policies would be created to match each of the authorized schedules that managed node should receive updates.
Custom patch baselines can be created and associated to the patch policies, allowing for additional control over the updates that are applied or the default patch baselines can be utilized.
Once the patch policies and tags are established and assigned, the managed nodes will have the patch policies applied as per the specifications within the patch policies and patch baselines.