aws-trusted-advisor-mcp-server
If you are the rightful owner of aws-trusted-advisor-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project provides an MCP (Multimodal Conversational Processing) server that leverages AWS Trusted Advisor features to suggest recommended changes based on check results.
The AWS Trusted Advisor MCP Server is designed to utilize AWS Trusted Advisor's capabilities to propose recommended changes such as stopping underutilized EC2 instances and creating EBS snapshots. It is important to note that this tool does not make actual changes and can be safely used in environments managed by Infrastructure as Code (IaC). The server provides a structured way to interact with AWS resources and receive actionable insights without directly modifying the infrastructure.
Features
- Low Utilization EC2 Instance Stop Suggestions: Identifies underutilized EC2 instances detected by Trusted Advisor and suggests stopping them based on tags.
- EBS Snapshot Creation Suggestions: Proposes creating snapshots for EBS volumes that lack sufficient backups.
- Exposed Access Key Deactivation Suggestions: Detects exposed IAM access keys and suggests deactivation.
- S3 Bucket Versioning Enablement Suggestions: Identifies S3 buckets without versioning enabled and suggests enabling it.