aws

Provision and manage AWS infrastructure via CLI, Boto3, and Terraform.

1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/markus41/lobbi-design-system --skill aws-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/markus41/lobbi-design-system/tree/main/.claude/skills/aws
Command: npx skills add https://github.com/markus41/lobbi-design-system --skill aws-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cli, boto3, terraform.

What problem does it solve?

This Skill simplifies the complex tasks of provisioning, managing, and troubleshooting AWS cloud resources, allowing you to deploy and maintain your infrastructure efficiently and securely.

Core Features & Use Cases

  • Resource Management: Interact with EC2, EKS, S3, Lambda, RDS, and IAM via AWS CLI and Boto3 SDK.
  • Infrastructure as Code (IaC): Define and manage AWS resources using Terraform configurations.
  • Best Practices: Implement IAM roles, CloudTrail, resource tagging, and encryption for secure and auditable deployments.
  • Use Case: Deploy a new Lambda function, configure its IAM role for S3 access, and upload its code to an S3 bucket, all through automated commands.

Quick Start

List all running EC2 instances in the 'production' profile.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I provision AWS infrastructure resources with Terraform?

Terraform provisions AWS infrastructure by defining resources in configuration files, then using terraform apply to deploy EC2, S3, Lambda, RDS, and other services. The Skill supports writing and managing these IaC templates across development, staging, and production environments.

Can I manage EKS clusters and EC2 instances through the AWS CLI?

Yes, the AWS CLI lets you provision and manage EKS clusters, EC2 instances, and other resources from the command line. This Skill automates common tasks like listing instances, configuring clusters, and applying security policies.

How do I configure IAM roles and apply least-privilege access to Lambda functions?

Define IAM roles with least-privilege policies, then attach them to Lambda functions to control access to S3, databases, and other services. This Skill implements security best practices including role-based policies and CloudTrail auditing.

What's the best way to automate S3 bucket operations and Lambda deployments?

Use AWS CLI or Boto3 SDK to automate S3 uploads, bucket configuration, and Lambda function deployments. This Skill combines these tools with Terraform to manage the full deployment pipeline with encryption and resource tagging.

Do I need to know Terraform, AWS CLI, and Boto3 to manage AWS infrastructure?

This Skill works with all three—Terraform for IaC, AWS CLI for command-line operations, and Boto3 for programmatic access. You can choose the tool that fits your workflow; the Skill supports each approach.

What security practices does this cover for production AWS deployments?

Implements IAM roles, CloudTrail auditing, resource tagging, VPC isolation, and encryption at rest and in transit. These practices ensure secure, auditable, and compliant deployments across production environments.