AWS CLI
RAPR CLI connectorCloud, DevOps & InfrastructureAWS services via CLI — S3, Lambda, EC2, DynamoDB, CloudFormation, IAM, and more.
AWS CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Authenticate
Configure your AWS Access Key ID, Secret Key, and default region.
AWS CLI
Manage AWS resources across all services from the command line — faster and more scriptable than the console.
What you can do
- S3: Upload, download, sync files and manage buckets
- Lambda: Deploy, invoke, and manage serverless functions
- EC2: Launch, stop, and manage instances
- DynamoDB: Create tables, query data, manage indexes
- CloudFormation: Deploy and manage infrastructure stacks
- IAM: Manage users, roles, and policies
Prerequisites
# Install AWS CLI
pip install awscli
# Or: brew install awscli / winget install Amazon.AWSCLI
# Configure credentials
aws configure
Example Commands
- "Upload this file to my S3 bucket"
- "Deploy a Lambda function from this code"
- "List running EC2 instances"
- "Create a DynamoDB table for user sessions"
Ready to try AWS CLI?
Download RAPR AI and connect AWS CLI in seconds.