Сьогодні працював з #claude таким чином - скидаю йому скріншот, він аналізує та каже як правильно налаштувати складні запити на метрики в #aws #cloudwatch. Відправив йому десь 15 скріншотів та усвідомив, що наступний крок розвитку додатку - це що він міг захоплювати екран та одразу давати підказки. Цікаво, хто з #AI провайдерів першим це реалізує.
#Anthropic має бета-продукт Claude in Chrome але доступ до нього поки що обмежений.

Claude Code 비용, AWS로 완전히 통제하다

2026년 AI 개발 환경에서 Claude Code 비용 관리는 선택이 아닌 필수입니다. AWS CloudWatch, Lambda, DynamoDB를 활용한 Observability 플랫폼으로 사용량을 실시간 추적하고 평균 20~35%의 비용 절감 효과를 경험해 보세요.

#Claude_Code #AWS #Observability #AI_비용_관리 #CloudWatch #블로그 #ODOB

【Bedrock AgentCore Observability】AIエージェントのログをCloudWatchに出力しよう! - Qiita

どうもこんにちは。 今回の記事では、Bedrock AgentCore Observabilityを使用してAIエージェントのログを出力してみました。 私のAIエージェント開発環境 私は珍しいタイプで、Bedrock AgentCore スターターツールキットを使用せずに...

Qiita
Last but certainly not least, my roundup of all the #AWS #CloudOps news from #reinvent, including the new #multicloud Interconnect, #EKS Capabilities, #observability and #logmanagement updates for #cloudwatch, and more. https://www.techtarget.com/searchcloudcomputing/news/366636053/AWS-CloudOps-hones-multi-cloud-support-for-AI-resilience
AWS CloudOps hones multi-cloud support for AI, resilience

Network, observability and Kubernetes management news at re:Invent aligned around themes of multi-cloud scale and resilience amid AI growth and cloud outage concerns.

TechTarget

Filtering JSON Log Data in CloudWatch using the jsonParse Function

Today’s post is one of those “I’m writing this so I can copy & paste it later” ones. (And yes, that cover image is a log joke and was selected to intentionally scar anyone my generation)

I’ve spent a lot of time in AWS CloudWatch today monitoring a database query log while I do some performance testing. I was looking at a long list of log entries that included a query duration as part of a JSON response in the log’s @message content.

The jsonParse function in CloudWatch allows you to query data in the JSON content. In this case, I want to sort all the queries by a duration_ms attribute greater than 0. I also want to display the duration_ms as a field in the query’s output.

Use this query:

fields @timestamp, @message, @logStream, @log, jsonParse(@message) as js| display js.duration_ms, @timestamp, @message, @logStream, @log| filter js.duration_ms > 0| sort js.duration_ms desc| limit 1000

and you get:

This allowed me to quickly find the slow running queries from JSON data in the log.

#aws #cloudwatch

AWS障害対応の事後報告書を自動生成!CloudWatch Incident Reportsを実際に使ってみた - Qiita

はじめに エンタープライズの運用をしていると、障害対応を実施した後、事後に実施する「障害報告書」の形式的な整理に時間や労力が掛かってしまって、本来行うべきポストモーテムの作成、改善への向けた取り組みに力を割けないということが、しばしば起こると感じていました。 そんな中...

Qiita
AWS: CloudWatch generiert jetzt automatisch Incident-Reports

Amazon hat CloudWatch um automatische Incident-Report-Generierung erweitert. Das soll nur wenigen Minuten dauern – was beim eigenen Ausfall aber nicht klappte.

heise online