AWS Billing and Cost Management

AWS Billing and Cost Management

Billing and cost management.

10K+

33 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
compute-optimizerRetrieves recommendations from AWS Compute Optimizer. IMPORTANT USAGE GUIDELINES: - Focus on recommendations with the highest estimated savings first - Include all relevant details when presenting specific recommendations USE THIS TOOL FOR: - **Performance optimization** (CPU, memory, network utilization analysis) - **Performance-based rightsizing** (not cost-based) DO NOT USE FOR: Cost optimization or idle detection (use cost-optimization-hub) **Note:** Compute Optimizer is a regional service. Specify a `region` to get recommendations for resources in that region. If omitted, defaults to AWS_REGION env var or us-east-1. This tool supports the following operations: 1. get_ec2_instance_recommendations: Get recommendations for EC2 instances 2. get_auto_scaling_group_recommendations: Get recommendations for Auto Scaling groups 3. get_ebs_volume_recommendations: Get recommendations for EBS volumes 4. get_lambda_function_recommendations: Get recommendations for Lambda functions 5. get_rds_recommendations: Get recommendations for RDS instances 6. get_ecs_service_recommendations: Get recommendations for ECS services Each operation can be filtered by AWS account IDs, regions, finding types, and more. Common finding types include: - UNDERPROVISIONED: The resource doesn't have enough capacity - OVERPROVISIONED: The resource has excess capacity and could be downsized - OPTIMIZED: The resource is already optimized - NOT_OPTIMIZED: The resource can be optimized but specific finding type isn't available
cost-optimizationRetrieves cost optimization recommendations from AWS Cost Optimization Hub. IMPORTANT USAGE GUIDELINES: - Focus on recommendations with the highest estimated savings first - Include all relevant details when presenting specific recommendations USE THIS TOOL FOR: - **Idle/unused resource detection** (EC2, RDS, EBS, Lambda, etc.) - **Cost savings recommendations** (rightsizing, stopping, deleting resources) - **Reserved Instance and Savings Plans purchase recommendations** - **Cross-service cost optimization analysis** - **Monthly cost reduction opportunities** DO NOT USE FOR: Performance optimization (use compute-optimizer) Supported Operations: 1. list_recommendation_summaries: High-level overview of savings opportunities grouped by a dimension 2. list_recommendations: Detailed list of specific recommendations 3. get_recommendation: Get detailed information about a specific recommendation IMPORTANT: 'list_recommendation_summaries' operation REQUIRES a 'group_by' parameter. Valid 'group_by' values: AccountId, Region, ActionType, ResourceType, RestartNeeded, RollbackPossible, ImplementationEffort CRITICAL PARAMETER REQUIREMENTS: - 'filters' parameter must be passed as JSON string format - 'max_results' must be integer (not string) - 'get_recommendation' requires both 'resource_id' AND 'resource_type' parameters - Service only available in us-east-1 region Available Filter Parameters (pass as JSON string): - resourceTypes: ['Ec2Instance', 'LambdaFunction', 'EbsVolume', 'EcsService', 'Ec2AutoScalingGroup', 'Ec2InstanceSavingsPlans', 'ComputeSavingsPlans', 'SageMakerSavingsPlans', 'Ec2ReservedInstances', 'RdsReservedInstances', 'OpenSearchReservedInstances', 'RedshiftReservedInstances', 'ElastiCacheReservedInstances', 'RdsDbInstanceStorage', 'RdsDbInstance', 'DynamoDbReservedCapacity', 'MemoryDbReservedInstances'] - actionTypes: ['Rightsize', 'Stop', 'Upgrade', 'PurchaseSavingsPlans', 'PurchaseReservedInstances', 'MigrateToGraviton', 'Delete', 'ScaleIn'] - implementationEfforts: ['VeryLow', 'Low', 'Medium', 'High', 'VeryHigh'] - regions: AWS region codes (e.g., ["us-east-1", "us-west-2"]) - accountIds: List of AWS account IDs - restartNeeded: boolean - rollbackPossible: boolean Cost Optimization Hub provides recommendations across multiple AWS services, including: - EC2 instances (right-sizing, Graviton migration) - EBS volumes (unused volumes, IOPS optimization) - RDS instances (right-sizing, engine optimization) - Lambda functions (memory size optimization) - SP/RI - And more Each recommendation includes: - The resource ARN and ID - The estimated monthly savings - The current state of the resource - The recommended state of the resource
Related servers