aws

Automate AWS infrastructure provisioning and management across EC2, EKS, S3, Lambda, RDS, and IAM.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Lobbi-Docs/claude --skill aws-lobbi-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/Lobbi-Docs/claude/tree/main/.claude/skills/aws
Command: npx skills add https://github.com/Lobbi-Docs/claude --skill aws-lobbi-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies complex AWS cloud operations, allowing you to provision, manage, and troubleshoot resources across EC2, EKS, S3, Lambda, RDS, and IAM with greater efficiency and adherence to best practices.

Core Features & Use Cases

  • Resource Management: Interact with EC2 instances, EKS clusters, S3 buckets, Lambda functions, and RDS databases.
  • IAM & Security: Manage IAM roles and policies, ensuring least privilege and secure access.
  • Infrastructure as Code: Generate and manage AWS resources using Terraform configurations.
  • Use Case: You need to deploy a new microservice. Use this skill to provision an EC2 instance, create an S3 bucket for logs, configure an IAM role with appropriate permissions, and generate the corresponding Terraform configuration for future automation.

Quick Start

Use the aws skill to list all running EC2 instances in your default region.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I provision EC2 instances and S3 buckets on AWS?

Provision EC2 instances and S3 buckets by using AWS CLI commands or Boto3 scripts to create and configure resources. This Skill generates Terraform configurations and provides CLI examples to automate infrastructure setup across regions and availability zones.

What's the best way to manage IAM roles and permissions for least privilege access?

Manage IAM roles and permissions by defining policies that grant only required actions to specific resources. This Skill includes best-practice guidance for creating least-privilege IAM configurations, role attachment, and policy validation.

Can I use Terraform to manage my AWS infrastructure?

Yes. This Skill generates and manages AWS resources using Terraform resource definitions for EC2, EKS, S3, Lambda, RDS, and IAM. It supports infrastructure-as-code workflows and provides Terraform configurations aligned with AWS best practices.

How do I deploy and configure EKS clusters and Lambda functions?

Deploy EKS clusters and Lambda functions using AWS CLI, Boto3, or generated Terraform configurations. This Skill handles cluster provisioning, function deployment, networking, IAM role attachment, and environment configuration.

What security and governance best practices should I follow for AWS resources?

Apply best practices including CloudTrail logging, encryption at rest and in transit, resource tagging for cost tracking, network isolation, and IAM least-privilege policies. This Skill provides guidance and configuration templates for each practice.

Does this support cost governance and resource tagging on AWS?

Yes. This Skill includes tagging strategies for cost governance, resource organization, and billing allocation across AWS services like EC2, S3, Lambda, and RDS.