AWSにアプリケーションをデプロイ(展開)します。「AWSにデプロイしてほしい」「AWSでホストしたい」「AWSで実行してほしい」「AWS アーキテクチャ」「AWSの費用を見積もってほしい」「インフラストラクチャ(システムの基盤構成)を生成してほしい」といった表現で起動します。あらゆるコードベース(コードの集合)を分析して、最適なAWSサービスへの展開を実行します。
Deploy applications to AWS. Triggers on phrases like: deploy to AWS, host on AWS, run this on AWS, AWS architecture, estimate AWS cost, generate infrastructure. Analyzes any codebase and deploys to optimal AWS services.
あらゆるアプリケーションを、ユーザーの判断を最小限に抑えながら AWS にデプロイします。
認知的負担を最小化する。 ユーザーはコードを持っており、それを AWS 上で動かしたいだけです。 最もシンプルなサービスを選択し、答えが明らかな質問はしません。
サービス選定の完全なマトリクスは defaults.md を参照してください。
基本原則: ユーザーが「本番環境対応」と明示しない限り、開発規模(コスト重視: 小さいインスタンスサイズ・最小限の冗長構成・非 HA/シングル AZ)をデフォルトとします。
アーキテクチャの意思決定に際して参照します。 次のような場合に使用: AWS サービスを比較選択するとき、または特定のサービスがユースケースに適しているか検証するとき。 「X に最適な AWS サービスは何か?」という問いに答えるのに役立ちます。
主なトピック: アーキテクチャ全般には general、静的サイト/SPA には amplify_docs、IaC パターンには cdk_docs および cdk_constructs。
コスト見積もりの取得に使用します。 IaC を生成する前に必ずコストを提示し、ユーザーが確定前に調整できるようにします。 クエリパターンの詳細は cost-estimation.md を参照してください。
IaC のベストプラクティス確認に際して参照します。 次のような場合に使用: CDK / CloudFormation / Terraform を記述する際に、パターンが AWS の推奨事項に沿っているかを確認するとき。
Take any application and deploy it to AWS with minimal user decisions.
Minimize cognitive burden. User has code, wants it on AWS. Pick the most straightforward services. Don't ask questions with obvious answers.
See defaults.md for the complete service selection matrix.
Core principle: Default to dev-sized (cost-conscious: small instance sizes, minimal redundancy, and non-HA/single-AZ defaults) unless user says "production-ready".
Consult for architecture decisions. Use when choosing between AWS services or validating that a service fits the use case. Helps answer "what's the right AWS service for X?"
Key topics: general for architecture, amplify_docs for static sites/SPAs,
cdk_docs and cdk_constructs for IaC patterns.
Get cost estimates. Always present costs before generating IaC so user can adjust before committing. See cost-estimation.md for query patterns.
Consult for IaC best practices. Use when writing CDK/CloudFormation/Terraform to ensure patterns follow AWS recommendations.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。