40 actionsCloud Infrastructure

AWS Connector

Cloud infrastructure management from support tickets.

Manage EC2, S3, CloudWatch, Route53, RDS, Lambda, ECS, CloudFront, and Auto Scaling. Keva can check instance status, monitor metrics, manage DNS, scale services, and review logs through AWS APIs with SigV4 authentication.

40
Total Actions
2
Categories
35
Low Risk
2
Medium Risk
3
High Risk
4
Reversible

Capabilities

EC2 managementS3 storageCloudWatch monitoringRoute53 DNSRDS databasesLambda functionsECS containersAuto Scaling

Real-world use cases

See how Keva handles actual support tickets using AWS actions.

Customer reports website is slow

Customer Message

Our website has been extremely slow for the last hour. Page load times are 10+ seconds. Can you check our infrastructure?

1
Check EC2 instancesLists EC2 instances and checks CPU/memory utilization
2
Review CloudWatchGets CloudWatch metrics for the past hour
3
Check alarmsLists active CloudWatch alarms
4
Report findingsProvides infrastructure status and resource utilization
Actions used
aws.list_ec2_instancesaws.get_cloudwatch_metricsaws.list_cloudwatch_alarms

Identified CPU spike on web server, recommended scaling up the instance.

Scale up ECS service for traffic spike

Customer Message

We have a product launch in 2 hours. Can you scale our API service from 2 to 8 tasks?

1
List ECS servicesFinds the API service in the ECS cluster
2
Current capacityChecks the current desired count and running tasks
3
Scale upQueues update_ecs_service to set desired count to 8 (requires approval)
Actions used
aws.list_ecs_servicesaws.describe_ecs_serviceaws.update_ecs_service

ECS service scaled to 8 tasks, ready for the product launch.

Investigate application errors in logs

Customer Message

Our users are reporting 502 errors intermittently. Can you check the application logs?

1
Find log groupLists CloudWatch log groups for the application
2
Get recent logsRetrieves log events from the past 30 minutes
3
Search for errorsFilters logs for 502 error patterns
Actions used
aws.list_log_groupsaws.get_log_events

Found recurring connection timeout errors pointing to an upstream dependency.

All AWS Actions

Complete reference of 40 actions available through the AWS connector.

Showing 40 of 40 actions
Infrastructure Read
list_ec2_instanceslow
List EC2 Instances
List all EC2 instances in the configured region, optionally filtered by state.
Infrastructure Read
get_ec2_instancelow
Get EC2 Instance
Get details of a specific EC2 instance by instance ID.
Infrastructure Read
list_security_groupslow
List Security Groups
List all EC2 security groups in the configured region with inbound and outbound rules.
Infrastructure Read
list_ebs_volumeslow
List EBS Volumes
List all EBS volumes in the configured region with attachment details.
Infrastructure Read
list_s3_bucketslow
List S3 Buckets
List all S3 buckets in the account.
Infrastructure Read
list_s3_objectslow
List S3 Objects
List objects in an S3 bucket, optionally filtered by prefix.
Infrastructure Read
get_cloudwatch_metricslow
Get CloudWatch Metrics
Get metric statistics from CloudWatch for a specific metric and dimension.
Infrastructure Read
list_cloudwatch_alarmslow
List CloudWatch Alarms
List CloudWatch alarms, optionally filtered by state.
Infrastructure Read
list_route53_zoneslow
List Route 53 Hosted Zones
List all Route 53 hosted zones in the account.
Infrastructure Read
list_route53_recordslow
List Route 53 Records
List DNS records in a Route 53 hosted zone.
Infrastructure Read
list_load_balancerslow
List Load Balancers
List all Application and Network Load Balancers (ELBv2) in the configured region.
Infrastructure Read
list_target_groupslow
List Target Groups
List all target groups for Application and Network Load Balancers in the configured region.
Infrastructure Read
get_target_healthlow
Get Target Health
Get the health status of all targets registered with a specific target group.
Infrastructure Read
describe_rds_instanceslow
Describe RDS Instances
List all RDS database instances in the configured region.
Infrastructure Read
list_rds_snapshotslow
List RDS Snapshots
List all RDS database snapshots in the configured region.
Infrastructure Read
list_log_groupslow
List CloudWatch Log Groups
List CloudWatch Logs log groups, optionally filtered by name prefix.
Infrastructure Read
list_log_streamslow
List CloudWatch Log Streams
List log streams in a CloudWatch Logs log group, ordered by most recent events.
Infrastructure Read
get_log_eventslow
Get CloudWatch Log Events
Retrieve log events from a specific CloudWatch Logs log stream. Returns the most recent events.
Infrastructure Read
list_lambda_functionslow
List Lambda Functions
List all Lambda functions in the configured region.
Infrastructure Read
get_lambda_functionlow
Get Lambda Function
Get detailed information about a specific Lambda function including its configuration, runtime, memory, and layers.
Infrastructure Read
list_ebs_snapshotslow
List EBS Snapshots
List EBS snapshots owned by this account in the configured region. Only returns your own snapshots (not public ones).
Infrastructure Read
get_rds_logslow
Get RDS Log Files
List log files for a specific RDS database instance. Returns log file names, sizes, and last-written timestamps.
Infrastructure Read
get_ses_send_statisticslow
Get SES Send Statistics
Get email sending statistics from Amazon SES. Returns delivery attempts, bounces, complaints, and rejects aggregated in 15-minute intervals over the last two weeks.
Infrastructure Read
get_ses_quotalow
Get SES Send Quota
Get the current Amazon SES sending quota: max emails per 24 hours, max send rate per second, and how many have been sent in the last 24 hours.
Infrastructure Read
list_ecs_clusterslow
List ECS Clusters
List all ECS clusters in the configured region with their status, task counts, and service counts.
Infrastructure Read
list_ecs_serviceslow
List ECS Services
List all services in an ECS cluster with their running/desired task counts and deployment status.
Infrastructure Read
get_ecs_servicelow
Get ECS Service
Get detailed information about a specific ECS service including task count, events, and deployments.
Infrastructure Read
list_ecs_taskslow
List ECS Tasks
List all tasks running in an ECS service with their status, health, and resource usage.
Infrastructure Read
list_cloudfront_distributionslow
List CloudFront Distributions
List all CloudFront CDN distributions with their domains, status, and origins.
Infrastructure Read
get_cloudfront_distributionlow
Get CloudFront Distribution
Get detailed information about a specific CloudFront distribution including origins, behaviors, and SSL settings.
Infrastructure Read
list_acm_certificateslow
List ACM Certificates
List all SSL/TLS certificates in AWS Certificate Manager for the configured region.
Infrastructure Read
get_acm_certificatelow
Get ACM Certificate
Get detailed information about a specific ACM certificate including domain, status, expiry, and subject alternative names.
Infrastructure Read
list_iam_userslow
List IAM Users
List all IAM users in the AWS account with their creation date and last password usage.
Infrastructure Read
list_auto_scaling_groupslow
List Auto Scaling Groups
List all Auto Scaling groups with their min/max/desired capacity and instance health.
Infrastructure Read
list_dynamodb_tableslow
List DynamoDB Tables
List all DynamoDB tables in the configured region.
Infrastructure Read
Infrastructure Write
start_ec2_instancemedium
Start EC2 Instance
Start a stopped EC2 instance.
Infrastructure WriteReversible
stop_ec2_instancehigh
Stop EC2 Instance
Stop a running EC2 instance. This will interrupt any running workloads.
Infrastructure WriteReversible
reboot_ec2_instancemedium
Reboot EC2 Instance
Reboot a running EC2 instance.
Infrastructure Write
update_ecs_servicehigh
Update ECS Service
Update an ECS service desired count to scale up or down. Changes the number of running tasks.
Infrastructure WriteReversible
set_auto_scaling_desiredhigh
Set Auto Scaling Desired Capacity
Set the desired instance count for an Auto Scaling group. Scales instances up or down.
Infrastructure WriteReversible

Ready to automate AWS support?

40 actions. Full approval control. Set up in minutes.

14-day free trial. No credit card required.

Get Started Free