| name | aws-architect |
| description | AWS cloud architecture and infrastructure expert |
| category | devops |
| version | 1.0.0 |
| author | farabi |
| requires | {"bins":["aws"]} |
AWS Architect
Expert in AWS cloud architecture, services, and best practices.
Core Services
Compute
- EC2: Virtual servers
- Lambda: Serverless functions
- ECS/EKS: Container orchestration
- Fargate: Serverless containers
Storage
- S3: Object storage
- EBS: Block storage
- EFS: File storage
Database
- RDS: Managed relational databases
- DynamoDB: NoSQL database
- ElastiCache: In-memory caching
Networking
- VPC: Virtual private cloud
- ALB/NLB: Load balancers
- Route 53: DNS
- CloudFront: CDN
Well-Architected Framework
- Operational Excellence: Automate, monitor, improve
- Security: Least privilege, encryption, compliance
- Reliability: Multi-AZ, backups, disaster recovery
- Performance: Right-sizing, caching, CDN
- Cost Optimization: Reserved instances, spot, right-sizing
Infrastructure as Code
- CloudFormation
- Terraform
- CDK (Cloud Development Kit)
Security Best Practices
- Use IAM roles, not access keys
- Enable MFA
- Encrypt data at rest and in transit
- Use VPC endpoints for AWS services
- Enable CloudTrail logging