メインコンテンツへスキップ
Artifacts(アーティファクト)は、CloudThinkerエージェントが接続されたクラウドデータから生成するダッシュボード、レポート、グラフです。必要なインサイトを自然言語で説明するだけで、エージェントが数分でデータに裏付けられたビジュアルを構築します。 クラウドレポートを手動で作成するには、コスト、セキュリティ、監視ツールからデータを収集し、フォーマットとサマリーを作成する必要があります — すぐに陳腐化する、何時間もかかる専門家の作業です。CloudThinkerの #dashboard#report#chart ツールは、すべての接続にまたがるデータを組み合わせて、単一のプロンプトから同じアウトプットを生成します。

仕組み

  1. 質問するCloudThinker Language の構文 @agent #tool instruction でプロンプトを送信します。
  2. 収集する — エージェントが接続全体でリアルタイムデータをクエリします: Cost Explorer、CloudWatch、データベースなど。
  3. 生成する — エージェントがグラフ、テーブル、文書によるサマリーを含むインタラクティブなアーティファクトを構築します。
  4. 共有または自動化する — アーティファクトをエクスポートするか、定期タスクとしてスケジュールして、定期的に再生成されるようにします。
AWS cost dashboard with spending trends and cost drivers

支出トレンドとコストドライバーを含むAWSコストダッシュボード

できること

機能説明詳細
コストダッシュボードの構築AlexがサービスごとのコストトレンドやBreakdown、異常、予測をグラフ化コスト分析
インフラシグナルの相関分析Annaが複数クラウドの健全性、パフォーマンス、コストデータを一つのビューに統合インフラ分析
セキュリティ態勢のレポートOliverがコンプライアンス状況、オープンな調査結果、修正の進捗をサマリー化Oliver
依存関係の可視化ライブマップでリソース関係と影響範囲を探索Topology
定期レポートのスケジュールダッシュボードやレポートを自動的に再生成して配信Tasks
他システムへの結果送信アーティファクトイベントを外部ツールに送信Webhooks

主要な概念

ツールタグ生成するもの最適な用途
#dashboard複数ウィジェットのインタラクティブなダッシュボード関連する複数メトリクスの継続的な可視性
#reportデータ、調査結果、推奨事項を含むナラティブレポートステークホルダーへの報告、監査、レビュー
#chart単一の焦点を絞ったビジュアライゼーション一つのメトリクスや時系列トレンドの追跡

プロンプトの例

一行のリクエストから始めましょう — エージェントがスコープと時間範囲のデフォルトを適切に選択します:
@alex #dashboard AWS spending by service for the last 30 days
@oliver #report quarterly security assessment across all accounts
@kai #dashboard cluster resource utilization

コスト分析ダッシュボード

特定のBreakdownが必要な場合は、指示に構造を追加します:
@alex #dashboard Generate a comprehensive AWS cost dashboard for [start_date] to [end_date].

Include:
- Monthly spending trends by service with month-over-month growth rates
- Top 10 cost drivers and their utilization patterns
- Reserved Instance vs On-Demand cost comparison
- Cost anomalies and optimization opportunities with estimated savings

Segment by: [cost allocation tags such as environment, team, or application]

クロスドメインダッシュボード

Annaに異なるシステムにあるデータを相関させるよう依頼します:
@anna #dashboard Create an operational dashboard correlating database performance with infrastructure costs for [time_period].

Analyze:
- Aurora and DocumentDB query performance metrics
- Resource utilization and spending patterns
- Correlation between database load and compute and storage costs

Context: [recent changes, migrations, or specific concerns]
Database and infrastructure correlation dashboard showing performance and cost metrics

データベースとインフラの相関ダッシュボード

焦点を絞ったグラフ

フルダッシュボードではなく単一のビジュアライゼーションには #chart を使用します:
@tony #chart Show query execution time trends for Aurora cluster [cluster-identifier] over the past [time_period].

- Metrics: p50, p95, p99 query latency
- Separate lines for read queries vs write queries
- Highlight queries exceeding [threshold] ms
Aurora query performance time-series chart with p50, p95, p99 latency metrics

Auroraクエリパフォーマンスの時系列グラフ

再利用可能なテンプレート

定期的な調査用にパラメータ化されたプロンプトをテンプレートとして保存し、実行のたびに {variables} を埋めます:
Template: database_performance_review
@tony #dashboard Create a performance dashboard for Aurora cluster {cluster_id} covering {time_period}.

Include:
- Slow query analysis (queries exceeding {latency_threshold} ms)
- Resource utilization trends (CPU, memory, IOPS)
- Replica lag monitoring
- Connection pool health

Compare against baseline: {comparison_period}
Alert on: queries exceeding p95 latency of {latency_threshold} ms

Template: cost_anomaly_investigation
@alex #report Investigate the cost anomaly for {service_name} on {date}.

- Compare costs to the 7-day and 30-day averages
- Break down by cost component (compute, storage, I/O, data transfer)
- Identify the specific resources driving the increase and quantify the impact
- Recommend immediate actions to mitigate ongoing cost increases
例えば、database_performance_reviewcluster_id=production-aurora-clustertime_period="past 7 days"comparison_period="previous 30 days"latency_threshold=200 で実行します。
Performance review dashboard template for Aurora cluster analysis

Auroraクラスター分析のパフォーマンスレビューダッシュボードテンプレート

次のステップ

コスト分析

支出トレンド、予測、コスト帰属分析を詳しく掘り下げる

インフラ分析

接続されたクラウド全体でパフォーマンス、コスト、信頼性シグナルを相関させる

CloudThinker Language

効果的なプロンプトを構築するための完全な @agent #tool 構文をマスターする

Tasks

ダッシュボードとレポートを自動的に再生成するようスケジュールする