aws-cli

Automate AWS Lambda, ECS/Fargate, and S3 operations via the AWS CLI.

14|1|Updated Apr 22, 2021
One-click install
npx skills add https://github.com/elasticdotventures/_b00t_ --skill aws-cli-elasticdotventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cli
Source: https://github.com/elasticdotventures/_b00t_/tree/main/skills/aws-cli
Command: npx skills add https://github.com/elasticdotventures/_b00t_ --skill aws-cli-elasticdotventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines AWS automation by harmonizing AWS CLI workflows for Lambda, ECS/Fargate, and S3 into a repeatable runbook.

Core Features & Use Cases

  • CLI-first orchestration: Manage Lambda invocations, container deployments, and bucket operations with consistent commands.
  • Deterministic runbooks: Export receipts and artifact logs for auditability and rollback.
  • Use Case: Deploy a serverless app by running a single sketch that provisions Lambda, pushes a container image to ECR, and configures an S3 bucket.

Quick Start

Run the aws sketch to start a Lambda deployment workflow using your environment variables (e.g., AWS_DEFAULT_REGION, LAMBDA_FUNCTION_NAME).

Frequently Asked Questions about aws-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Lambda function deployments and invocations from the command line?

AWS CLI automation directs Lambda invocations and deployments through canonical runbooks. This Skill packages your workflow into repeatable commands that validate credentials, manage environment variables, and emit structured receipts for auditability and rollback.

Can I push Docker images to ECR and run ECS/Fargate tasks with a single automation workflow?

Yes. This Skill orchestrates the full container deployment pipeline: push images to ECR, invoke ECS/Fargate tasks, and manage related S3 operations through consistent CLI commands, all with environment-based configuration and secure artifact storage.

What's the best way to manage S3 bucket operations and inspect objects without manual steps?

S3 operations integrate into deterministic runbooks alongside Lambda and ECS workflows. This Skill automates object inspection, downloads, and bucket configuration through the official AWS CLI while enforcing secure storage practices for sensitive artifacts.

Do I need AWS credentials validation for reliable CLI-driven orchestration?

Yes. This Skill validates credentials against an AWS MCP server when available, ensuring authenticated access before executing Lambda, ECS, and S3 operations. Environment-based configuration enforces consistency across deployments.

How do I track and audit AWS automation for compliance and rollback?

Structured receipts and artifact logs provide full auditability of Lambda invocations, container deployments, and S3 operations. This enables rollback, compliance verification, and deterministic re-runs without manual intervention.

Can I deploy a serverless application with Lambda, ECR, and S3 provisioning in one workflow?

Yes. Run a single sketch to provision Lambda functions, push container images to ECR, and configure S3 buckets through integrated CLI commands, with all operations logged and securely stored for transparency.