Back to Marketplace

AWS CLI

RAPR CLI connectorCloud, DevOps & Infrastructure

AWS services via CLI — S3, Lambda, EC2, DynamoDB, CloudFormation, IAM, and more.

By RAPR AIv1.0.0Package license: MITBring Your Own Key · Free Tier Available

AWS CLI package details

awsclouds3lambdaserverless

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.

Post-install: authenticate to start using
aws configureLearn more about authentication →

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.