Procedure

Install AWS CLI v2

Install the AWS Command Line Interface version 2 for your OS from the official AWS docs, then verify with aws --version.

  1. Install AWS CLI v2 per https://docs.aws.amazon.com/cli/latest/userguide/

    Install AWS CLI v2 per https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html . Recommended: macOS/Linux curl -fsSL https://awscli.amazonaws.com/v2/install.sh | bash (user install under ~/.local); Windows PowerShell irm https://awscli.amazonaws.com/v2/install.ps1 | iex . Alternatives: macOS .pkg, Linux zip installer, Windows MSI, or winget install -e --id Amazon.AWSCLI . Ensure ~/.local/bin (or the installer PATH) is on your PATH.

  2. Optional: run aws configure (or use SSO) to set credentials for your acc

    Optional: run aws configure (or use SSO) to set credentials for your account.

  3. aws --version

    aws --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YJADB71NKSPHTWPSZ2FGB

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.