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.
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.
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.
aws --version
aws --version
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.