aws

Automate AWS resource configuration, IAM roles, VPCs, and storage settings.

Updated Jul 15, 2024
One-click install
npx skills add https://github.com/christian-deleon/dotfiles --skill aws-christian-deleon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/christian-deleon/dotfiles/tree/main/ai/skills/aws
Command: npx skills add https://github.com/christian-deleon/dotfiles --skill aws-christian-deleon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of AWS best practices and conventions, making it easier to implement best practices consistently across AWS resources.

Core Features & Use Cases

  • AWS Naming Conventions: Enforce standardized naming patterns for resources.
  • IAM Role Management: Automate IAM role creation and management following best practices.
  • Networking Configuration: Apply standardized VPC and security group configurations.
  • Storage Best Practices: Implement encryption, versioning, and lifecycle policies for S3 and EBS.
  • Use Case: For example, use this Skill to automatically create a new IAM role with the appropriate permissions and tags, or to configure a new S3 bucket with the correct settings and encryption.

Quick Start

Use the aws skill to create a new IAM role for a service named 'prod-checkout-api'.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I enforce AWS naming conventions across resources automatically?

You can enforce AWS naming conventions by applying standardized naming patterns to resources automatically. This ensures consistent configuration across various AWS services and resources within your environment.

What is the best way to configure S3 storage with encryption and lifecycle policies?

The best way to configure S3 storage is by implementing best practices for encryption, versioning, and lifecycle policies. This automates storage settings to maintain security and compliance across buckets.

Can I use this to automate IAM role creation for a specific service?

Yes, you can automate IAM role creation for specific services like 'prod-checkout-api'. It automatically applies the appropriate permissions and tags following established AWS management best practices.

Does this apply standardized VPC and security group configurations?

Yes, it applies standardized VPC and security group configurations. This networking configuration ensures your AWS infrastructure follows consistent security and architectural conventions.

Do I need prior AWS best practices knowledge to use these conventions?

Yes, implementing these AWS resource configurations requires existing knowledge of AWS best practices and conventions. It automates the enforcement of these rules rather than teaching the underlying concepts.