1 Answer
- Newest
- Most votes
- Most comments
3
AWS Trusted Advisor inspects your AWS environment and provides recommendations to improve performance, security, and cost optimization.
AWS Trusted Advisor does not change any configuration of your infrastructure, so it is still your responsibility how you remediate those findings
Relevant content
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
Won't Trusted Advisor Remediator be used for remediate the findings https://docs.aws.amazon.com/managedservices/latest/accelerate-guide/tr-supported-checks.html
Trusted Remediator creates recommendations when Trusted Advisor checks indicate opportunities for you to reduce costs, improve system availability, optimize performance, or close security gaps for your AWS accounts. With Trusted Remediator, you can address these security, performance, cost optimization, fault tolerance, and service limit recommendations in a safe, standardized way that uses established best practices. Trusted Remediator allows you to configure a remediation solution and runs automatically on a schedule that you create, simplifying the remediation process.
Automated remediation: Trusted Remediator runs the automation document and monitors the run. After the automation document completes, Trusted Remediator resolves the Opsitem.
So you can create any SSM Document you want and automatically execute it after the event from Trusted Advisor
https://docs.aws.amazon.com/managedservices/latest/accelerate-guide/trusted-remediator.html#tr-how-it-works
Hi Oleksii Bebych, is it possible to have preventative controls i.e. SCPs for the list of controls I mentioned above and if not which should be the best option for auto remediation i.e.
AWS Config
orAWS Trusted Advisor
?it's not your case. SCP prevents from doing something, for example, disallow disabling AWS Config if it's enabled, but if it was not initially enabled, it does not help you. Detective controls or AWS Config rules should be used to detect the things from your list. AWS Config can also remediate those issues via native functionality or custom Lambda functions. https://docs.aws.amazon.com/config/latest/developerguide/setup-autoremediation.html