Habilidades aws-skills
📦

aws-skills

Seguro

Build AWS Cloud Solutions with AI Assistance

Streamline AWS development with proven infrastructure patterns and cloud architecture guidance. Automate repetitive cloud tasks and implement AWS best practices efficiently using Claude, Codex, or Claude Code.

Soporta: Claude Codex Code(CC)
🥉 73 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "aws-skills". How do I create an S3 bucket with encryption enabled?

Resultado esperado:

  • Use AWS CLI: aws s3api create-bucket --bucket my-secure-bucket --create-bucket-configuration LocationConstraint=us-east-1
  • Enable default encryption with server-side encryption (SSE-S3 or SSE-KMS)
  • Configure bucket policies to enforce HTTPS and restrict public access

Usando "aws-skills". What is the best practice for Lambda function memory allocation?

Resultado esperado:

  • Start with 128MB and use AWS Lambda Power Tuning to find optimal configuration
  • Balance cost vs performance - higher memory increases CPU proportionally
  • Monitor actual usage with CloudWatch and adjust based on real metrics

Auditoría de seguridad

Seguro
v1 • 2/24/2026

Static analyzer flagged 4 patterns that are all false positives. The network findings (lines 4, 22) are documentation URLs in markdown format, not executable network calls. The weak cryptographic algorithm findings (lines 3, 20) do not correspond to actual crypto code - the file contains only descriptive text. This skill is purely informational documentation with no executable code or security risks.

1
Archivos escaneados
23
Líneas analizadas
0
hallazgos
1
Auditorías totales
No se encontraron problemas de seguridad
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
50
Comunidad
100
Seguridad
83
Cumplimiento de la especificación

Lo que puedes crear

Cloud Infrastructure Setup

Quickly scaffold AWS infrastructure patterns including VPCs, subnets, security groups, and compute resources with best practice configurations.

Serverless Application Development

Design and implement serverless architectures using Lambda, API Gateway, DynamoDB, and event-driven patterns for scalable applications.

Cost Optimization Review

Analyze existing AWS architectures and identify opportunities for cost reduction through right-sizing, reserved instances, and architecture improvements.

Prueba estos prompts

Basic AWS Resource Query
Explain how to set up an EC2 instance with a security group that allows HTTP and SSH access. Include the AWS CLI commands and explain each parameter.
Infrastructure Pattern Request
Generate a CloudFormation template for a three-tier web application with public subnets for load balancers, private subnets for application servers, and isolated subnets for databases.
Serverless Architecture Design
Design a serverless image processing pipeline using S3, Lambda, and DynamoDB. Include event triggers, error handling, and scaling considerations.
Security Audit and Recommendations
Review this AWS IAM policy and identify security risks. Suggest improvements following the principle of least privilege and AWS security best practices.

Mejores prácticas

  • Always enable encryption at rest and in transit for AWS resources
  • Use IAM roles and instance profiles instead of hardcoded credentials
  • Implement tagging strategies for cost allocation and resource organization

Evitar

  • Using root account credentials for daily operations or automation
  • Creating overly permissive security groups with open inbound rules
  • Hardcoding secrets in infrastructure as code templates

Preguntas frecuentes

Does this skill execute AWS commands on my behalf?
No. This skill provides guidance, patterns, and code snippets. You must manually review and execute any AWS commands or deploy any infrastructure code it generates.
Is the AWS information up to date?
AWS services evolve rapidly. Always verify generated patterns against the official AWS documentation and consider service region availability.
Can this skill help with AWS cost optimization?
Yes. It can suggest cost optimization strategies like rightsizing, reserved instances, spot instances, and architecture improvements. However, actual cost analysis requires AWS Cost Explorer or third-party tools.
Does this skill support all AWS services?
It covers major AWS services including EC2, S3, Lambda, RDS, DynamoDB, VPC, IAM, and CloudFormation. Less common or newer services may have limited coverage.
Can I use this skill for multi-cloud architectures?
This skill focuses specifically on AWS. For multi-cloud scenarios, you would need additional skills for other cloud providers like Azure or GCP.
Is infrastructure as code generated production-ready?
Generated code provides a starting point but requires review, testing, and customization for your specific requirements before production deployment.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md