Skip to content

AiOPS for all requirements

0

Is it possible to build an AI-powered tool using Amazon Bedrock that can:

Answer AWS cost queries at ARN level (e.g., cost of a specific EC2 instance or Fargate task), including breakdowns, anomaly detection, and forecasting.

Analyze logs and metrics (CloudWatch, VPC Flow, ALB/NLB, S3 logs) to identify issues, downtime, or unusual patterns, and respond to natural language queries.

Work across multiple accounts and regions, with the ability to drill down from global to resource level.

Provide intelligent interaction (chat Q&A, reports, alerts) and optionally trigger actions (e.g., stop unused instances).

Support security/governance queries (IAM roles, policy violations, compliance reports).

if possible, is there any guide or documentation

1 Answer
0
Accepted Answer

Hello.

I think you could create it using the Bedrock Agent.
By setting up Lambda as an action group and coding what you want to do, Bedrock will automatically execute the task.
https://docs.aws.amazon.com/bedrock/latest/userguide/agents-how.html
https://docs.aws.amazon.com/bedrock/latest/userguide/agents-lambda.html

EXPERT

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.