aws-skills
AI 지원으로 AWS 클라우드 솔루션 구축
검증된 인프라 패턴과 클라우드 아키텍처 지침으로 AWS 개발을 간소화하세요. Claude, Codex 또는 Claude Code를 사용하여 반복적인 클라우드 작업을 자동화하고 AWS 모범 사례를 효율적으로 구현합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"aws-skills" 사용 중입니다. How do I create an S3 bucket with encryption enabled?
예상 결과:
- 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
"aws-skills" 사용 중입니다. What is the best practice for Lambda function memory allocation?
예상 결과:
- 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
보안 감사
안전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.
품질 점수
만들 수 있는 것
클라우드 인프라 설정
모범 사례 구성을 포함하여 VPC, 서브넷, 보안 그룹 및 컴퓨팅 리소스를 포함한 AWS 인프라 패턴을 빠르게 스캐폴딩합니다.
서버리스 애플리케이션 개발
확장 가능한 애플리케이션을 위해 Lambda, API Gateway, DynamoDB 및 이벤트 기반 패턴을 사용하여 서버리스 아키텍처를 설계하고 구현합니다.
비용 최적화 검토
기존 AWS 아키텍처를 분석하고_right-sizing, 예약 인스턴스 및 아키텍처 개선을 통해 비용 절감 기회를 식별합니다.
이 프롬프트를 사용해 보세요
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.
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.
Design a serverless image processing pipeline using S3, Lambda, and DynamoDB. Include event triggers, error handling, and scaling considerations.
Review this AWS IAM policy and identify security risks. Suggest improvements following the principle of least privilege and AWS security best practices.
모범 사례
- AWS 리소스에 대해 저장 시 암호화와 전송 중 암호화를 항상 활성화하세요
- 하드코딩된 자격 증명 대신 IAM 역할 및 인스턴스 프로필을 사용하세요
- 비용 할당 및 리소스 구성을 위해 태깅 전략을 구현하세요
피하기
- 일상적인 작업 또는 자동화에 루트 계정 자격 증명 사용
- 열린 인바운드 규칙이 있는 과도하게 허용적인 보안 그룹 생성
- 인프라 as Code 템플릿에 비밀 정보 하드코딩
자주 묻는 질문
이 스킬이 대신 AWS 명령을 실행하나요?
AWS 정보가 최신인가요?
이 스킬이 AWS 비용 최적화에 도움이 될까요?
이 스킬이 모든 AWS 서비스를 지원하나요?
multi-cloud 아키텍처에 이 스킬을 사용할 수 있나요?
생성된 인프라 as Code가 프로덕션 준비가 되었나요?
개발자 세부 정보
작성자
sickn33라이선스
MIT
리포지토리
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/aws-skills참조
main
파일 구조
📄 SKILL.md