Service Catalog and Config manager
Config Manager Use AWS Config to evaluate the configuration settings of your AWS resources. You do this by creating AWS Config rules, which represent your ideal configuration settings. AWS Config provides customizable, predefined rules called managed rules. While AWS Config continuously tracks the configuration changes that occur among your resources, it checks whether these changes violate any of the conditions in your rules. If a resource violates a rule, AWS Config flags the resource and the rule as noncompliant . When you add a rule to your account, you can specify when you want AWS Config to run the rule; this is called a trigger . AWS Config runs evaluations for the rule when certain types of resources are created, changed, or deleted. AWS Config runs evaluations for the rule at a frequency that you choose . AWS Config allows you to remediate noncompliant resources that are evaluated by AWS Config Rules. AWS Config applies remediation using AWS System...