AWS Certified Cloud Practitioner
Post 25 of 25
100%
Complete
AWS Cloud Practitioner #25: Exam Preparation - Guía Final
Resumen completo de la certificación AWS Cloud Practitioner: estrategias de examen, conceptos clave, tips y recursos para aprobar.
🎯 ¡Felicidades! Has Completado la Serie
Llegaste al último post de la serie AWS Cloud Practitioner Certification. Este post resume todo lo que aprendiste y te prepara para aprobar el examen.
Sobre el Examen
Formato
Nombre: AWS Certified Cloud Practitioner (CLF-C02)
Duración: 90 minutos
Preguntas: 65 questions
Formato: Multiple choice y multiple response
Passing score: 700/1000 (70%)
Costo: $100 USD
Idiomas: Español, English, y más
Validez: 3 años
Tipos de preguntas:
- Single choice (1 respuesta correcta)
- Multiple choice (2+ respuestas correctas)
No penalty por respuesta incorrecta
→ Siempre responde (no dejes en blanco)Dominios del Examen
Domain 1: Cloud Concepts (24%)
- Value proposition de cloud
- Economics de cloud
- Design principles
Domain 2: Security & Compliance (30%)
- Shared Responsibility Model
- Security, compliance, governance
- Access management
- Resources de security support
Domain 3: Cloud Technology & Services (34%)
- Métodos de deploy
- Global infrastructure
- Core services (compute, database, network, storage)
- Technology support resources
Domain 4: Billing, Pricing, & Support (12%)
- Pricing models
- Cost management
- Billing, budgets
- Support plansResumen por Módulo
Módulo 1: Cloud Fundamentals
Conceptos clave:
✅ Cloud Computing:
- On-demand, pay-as-you-go
- IaaS, PaaS, SaaS
✅ Global Infrastructure:
- Regions (30+)
- Availability Zones (2-6 por region)
- Edge Locations (450+)
✅ Cloud Benefits:
- Elasticity (scale up/down)
- Agility (fast deployment)
- High Availability (Multi-AZ)
- Cost optimization
✅ Well-Architected Framework:
1. Operational Excellence
2. Security
3. Reliability
4. Performance Efficiency
5. Cost Optimization
6. Sustainability
✅ Shared Responsibility:
- AWS: Security OF the cloud
- Customer: Security IN the cloudMódulo 2: Core Services
Compute:
EC2:
- Instance types: T (burstable), M (balanced), C (compute), R (memory)
- Pricing: On-Demand, Reserved (1-3 años), Spot (90% off), Dedicated
- Use: Long-running, stateful
Lambda:
- Serverless, event-driven
- Max 15 min execution
- Pricing: Per invocation + GB-seconds
- Free Tier: 1M requests/month
- Use: Short tasks, event-drivenStorage:
S3:
- Object storage, unlimited
- Storage classes: Standard, IA, Glacier, Deep Archive
- Durability: 11 nines (99.999999999%)
- Use: Backups, static websites, data lakes
EBS:
- Block storage para EC2
- Persistent (survives instance termination)
- Types: gp3 (general), io2 (high IOPS)Database:
RDS:
- Managed relational DB
- Engines: MySQL, PostgreSQL, Oracle, SQL Server, MariaDB
- Multi-AZ (HA), Read Replicas (performance)
- Use: ACID transactions, complex queries
DynamoDB:
- NoSQL, serverless
- Key-value/document store
- Single-digit millisecond latency
- Auto-scaling
- Use: High-scale, simple lookupsMódulo 3: Networking
VPC:
- Private network en AWS
- Subnets: Public (IGW route) vs. Private (NAT route)
- CIDR: IP range (10.0.0.0/16)
Internet Gateway:
- VPC ↔ Internet (bidirectional)
NAT Gateway:
- Private subnet → Internet (unidirectional)
- High availability: NAT per AZ
Security Groups:
- Stateful firewall (instance-level)
- Allow rules only
- Default: Deny all inbound
NACLs:
- Stateless firewall (subnet-level)
- Allow + Deny rules
- Evaluated in order
CloudFront:
- CDN (Content Delivery Network)
- 450+ edge locations
- Caches content globally
- Use: Reduce latency, DDoS protectionMódulo 4: Security & Compliance
IAM:
- Users, Groups, Roles, Policies
- Least privilege principle
- MFA para root + critical users
- Roles > Access Keys
KMS:
- Key management
- Encryption at rest (S3, EBS, RDS)
- Customer managed keys ($1/month)
CloudTrail:
- API call logging (WHO did WHAT)
- Auditing, compliance
- Multi-region trail
Config:
- Resource configuration tracking
- Compliance rules
- Auto-remediationMódulo 5: Pricing & Support
Pricing Models:
- Pay-as-you-go (On-Demand)
- Save with reservations (Reserved, Savings Plans)
- Pay less with volume (S3 tiers)
Free Tier:
- 12 months: EC2 750hrs (t2.micro), S3 5GB, RDS 750hrs
- Always: Lambda 1M requests, DynamoDB 25GB
Cost Management:
- Cost Explorer: Visualize spending
- Budgets: Set limits + alerts
- Compute Optimizer: Rightsizing
- Tags: Cost allocation
Support Plans:
- Basic: Free (forums, documentation)
- Developer: $29+ (business hours)
- Business: $100+ (24/7, <1h production)
- Enterprise: $15K+ (TAM, <15min critical)
Trusted Advisor:
- Basic/Dev: 7 core checks
- Business/Enterprise: ALL checks (115+)
- Categories: Cost, Performance, Security, Fault Tolerance, LimitsMódulo 6: Additional Services
Messaging:
- SNS: Pub/Sub (1 → many)
- SQS: Queue (producer → consumer)
- Fan-out: SNS + SQS
Additional:
- Elastic Beanstalk: PaaS (deploy apps sin server management)
- ECS/EKS: Containers
- Fargate: Serverless containersMódulo 7: Management
CloudFormation:
- Infrastructure as Code (IaC)
- Templates (YAML/JSON)
- Stacks (resources)
- Repeatable, versionable
CloudWatch:
- Monitoring: Metrics (CPU, memory)
- Logs: Centralized logging
- Alarms: Threshold-based actions
- Dashboards: Visualization
Organizations:
- Multi-account management
- OUs: Organizational Units
- SCPs: Service Control Policies (guardrails)
- Consolidated billing + volume discountsMódulo 8: Migration & Innovation
Migration 6 R's:
1. Rehost: Lift-and-shift (quick)
2. Replatform: Minor optimizations
3. Repurchase: Move to SaaS
4. Refactor: Cloud-native redesign
5. Retire: Decommission
6. Retain: Keep on-premise
Snow Family:
- Snowcone: 8 TB
- Snowball: 80 TB
- Snowmobile: 100 PB (truck!)
- Use: Large data transfers (>10 TB)
AI/ML:
- Rekognition: Image/video analysis
- Comprehend: NLP
- Polly: Text-to-speech
- Transcribe: Speech-to-text
- Translate: Translation
- SageMaker: Build ML modelsEstrategias de Examen
Antes del Examen
1 semana antes:
✅ Review todos los posts de esta serie
✅ Practice questions (AWS Skill Builder)
✅ Review Well-Architected Framework whitepaper
✅ Review Shared Responsibility Model
1 día antes:
✅ Review cheat sheet (abajo)
✅ Sleep bien
✅ NO cramming (ya estudiaste)
Día del examen:
✅ Llega 15 min early
✅ Usa baño antes
✅ Relax (ya estás preparado)Durante el Examen
Time management:
90 min / 65 questions = 1.4 min/question
Strategy:
1. Read question completamente
2. Eliminate obviously wrong answers
3. Choose best answer
4. Mark for review si unsure
5. Move on (don't overthink)
Tips:
✅ Flag difficult questions, return later
✅ Watch for keywords: "cost-effective", "high availability", "serverless"
✅ Eliminate extremes ("always", "never")
✅ AWS bias (choose AWS services over third-party)
✅ Answer all questions (no penalty)
Red flags:
❌ "Best" puede ser subjective
❌ Multiple correct answers (choose MOST correct)
❌ Tricky wording (read carefully)Cheat Sheet - Conceptos Clave
Services Comparison
Compute:
┌──────────────────────────────────────────┐
│ EC2: VMs (control, long-running) │
│ Lambda: Serverless (short, event-driven) │
│ Elastic Beanstalk: PaaS (no infra) │
│ ECS/EKS: Containers │
└──────────────────────────────────────────┘
Storage:
┌──────────────────────────────────────────┐
│ S3: Object storage (unlimited) │
│ EBS: Block storage (EC2 volumes) │
│ EFS: File storage (shared NFS) │
│ Glacier: Archive (cheap, slow retrieval) │
└──────────────────────────────────────────┘
Database:
┌──────────────────────────────────────────┐
│ RDS: Managed SQL (ACID, complex queries) │
│ DynamoDB: NoSQL (serverless, fast) │
│ Aurora: High-performance MySQL/PostgreSQL│
│ Redshift: Data warehouse (analytics) │
└──────────────────────────────────────────┘
Networking:
┌──────────────────────────────────────────┐
│ VPC: Private network │
│ CloudFront: CDN (global caching) │
│ Route 53: DNS │
│ Direct Connect: Dedicated connection │
└──────────────────────────────────────────┘Decision Trees
¿Qué compute service?
Need control of OS? → YES → EC2
→ NO → Lambda or Elastic Beanstalk
Execution > 15 min? → YES → EC2
→ NO → Lambda
Event-driven? → YES → Lambda
→ NO → EC2¿Qué database?
Need SQL? → YES → Complex queries? → YES → RDS
→ NO → RDS or Aurora
→ NO → DynamoDB
Need ACID? → YES → RDS
→ NO → DynamoDB
Massive scale? → YES → DynamoDB
→ NO → RDS¿Qué storage?
Object storage? → YES → S3
→ NO → EBS or EFS
Shared access? → YES → EFS
→ NO → EBS
Archive? → YES → Glacier
→ NO → S3Preguntas Frecuentes del Examen
Scenario-Based
Pregunta tipo:
"Una empresa necesita almacenar archivos de log por 7 años para compliance pero raramente accedidos. ¿Qué solución es más cost-effective?"
Análisis:
- Long-term storage → Glacier
- Raramente accedidos → Deep Archive
- Compliance (retention) → S3 lifecycle
Respuesta: S3 Glacier Deep Archive ($0.00099/GB/mes)Pregunta tipo:
"Aplicación con tráfico impredecible y spiky. ¿Qué pricing model de EC2?"
Análisis:
- Impredecible → On-Demand o Spot
- Spiky → On-Demand (Spot puede terminar)
- No long-term commitment → On-Demand
Respuesta: On-Demand
(Para workload predecible 24/7 → Reserved)Shared Responsibility
Pregunta tipo:
"¿Quién es responsable de parchar OS en EC2?"
Análisis:
- EC2 = IaaS
- Customer gestiona OS
Respuesta: Customer
(Para RDS: AWS gestiona OS patches)Service Selection
Pregunta tipo:
"Need to track WHO made changes to AWS resources. ¿Qué servicio?"
Análisis:
- WHO/WHAT/WHEN → Auditing
- API calls → CloudTrail
Respuesta: CloudTrail
(CloudWatch = Performance metrics)Recursos Adicionales
Official AWS:
✅ AWS Skill Builder (free practice exams)
✅ AWS Training and Certification portal
✅ AWS Whitepapers (Well-Architected, etc.)
✅ AWS FAQs (por servicio)
Esta serie:
✅ Posts 1-25 (completo)
✅ Diagramas Mermaid
✅ Ejemplos prácticos
✅ Preguntas de práctica
Practice:
✅ AWS Skill Builder practice exam
✅ Review incorrect answers
✅ Understand WHY (not just memorize)
Exam registration:
aws.training/certificationPlan de Estudio (4 Semanas)
Semana 1: Fundamentals + Core Services
- Posts 1-8
- Practice: EC2, S3, RDS
Semana 2: Networking + Security
- Posts 9-14
- Practice: VPC, IAM, Security Groups
Semana 3: Pricing + Additional Services
- Posts 15-20
- Practice: Billing, Lambda, DynamoDB
Semana 4: Management + Review
- Posts 21-25
- Practice exams
- Review weak areas
Day before exam:
- Review this post (cheat sheet)
- RelaxMensajes Finales
Has Aprendido
✅ Cloud fundamentals y AWS infrastructure
✅ 30+ AWS services en detalle
✅ Security best practices
✅ Cost optimization strategies
✅ Real-world architectures
✅ Exam strategies
Estás preparado para:
- Aprobar AWS Cloud Practitioner
- Trabajar con AWS
- Tomar decisiones cloud informadas
- Continuar a Associate-level certsPróximos Pasos
1. Schedule exam:
aws.training/certification
Pick date 1-2 semanas away
2. Practice exams:
AWS Skill Builder
Review incorrect answers
3. Day of exam:
Relax, confident
You got this!
4. After certification:
- Update LinkedIn
- Update resume
- Consider Solutions Architect Associate
- Keep learning!From the Author
¡Felicidades por completar los 25 posts!
Esta serie te dio:
- Conocimiento profundo de AWS
- Metodología bottom-up
- Ejemplos reales
- Preparación completa
Recuerda:
- No solo memorices, ENTIENDE
- Practica con AWS Free Tier
- Experimenta con services
- Build projects
El examen es achievable.
Tu esfuerzo estudiando esta serie valió la pena.
¡Mucha suerte!
🎯 You got this!📝 Final Checklist
Antes del examen:
Knowledge:
☐ Entiendo 6 R's de migration
☐ Puedo explicar Shared Responsibility
☐ Conozco diferencias EC2/Lambda/Elastic Beanstalk
☐ Entiendo RDS vs. DynamoDB
☐ Sé cuándo usar cada storage class de S3
☐ Comprendo VPC, subnets, routing
☐ Puedo explicar Security Groups vs. NACLs
☐ Conozco los 6 pilares de Well-Architected
☐ Entiendo IAM (users, groups, roles, policies)
☐ Sé diferencias entre CloudWatch/CloudTrail/Config
☐ Comprendo pricing models (On-Demand, Reserved, Spot)
☐ Conozco Support Plans y qué incluyen
☐ Sé qué es consolidate billing
Practice:
☐ Completé practice exam de AWS Skill Builder
☐ Score > 80% en practice
☐ Entiendo errors (no solo memoricé)
Logistics:
☐ Exam scheduled
☐ ID válido preparado
☐ Location/setup confirmado
☐ Llegada 15 min early planificada🎓 Certificado = Solo el Comienzo
AWS Cloud Practitioner es:
✅ Foundation sólida
✅ Proof de cloud knowledge
✅ Stepping stone
Pero learning continúa:
- New services launched constantemente
- Best practices evolucionan
- Technology avanza
Next steps:
1. Get certified
2. Build projects
3. Learn by doing
4. Consider:
- Solutions Architect Associate
- Developer Associate
- SysOps Administrator Associate
5. Keep exploring AWS
Cloud es futuro.
Tú estás preparado.⏭️ Series Completada
Post #1: Welcome to Cloud ✅
Post #2: Global Infrastructure ✅
Post #3: Cloud Superpowers ✅
Post #4: Well-Architected Framework ✅
Post #5: Shared Responsibility ✅
Post #6: EC2 ✅
Post #7: S3 ✅
Post #8: RDS ✅
Post #9: VPC ✅
Post #10: Security Groups & NACLs ✅
Post #11: CloudFront ✅
Post #12: IAM ✅
Post #13: Encryption & KMS ✅
Post #14: CloudTrail ✅
Post #15: Pricing & Billing ✅
Post #16: Cost Management ✅
Post #17: Support Plans ✅
Post #18: DynamoDB ✅
Post #19: Lambda ✅
Post #20: SNS & SQS ✅
Post #21: CloudFormation ✅
Post #22: CloudWatch ✅
Post #23: AWS Organizations ✅
Post #24: Migration & Innovation ✅
Post #25: Exam Preparation ✅
SERIE COMPLETA: 25/25 POSTS📚 Recursos
¡Gracias por seguir toda la serie! ¡Éxito en tu certificación! 🚀
Tags: #AWS #CloudPractitioner #Certification #ExamPrep #StudyGuide #CloudComputing
Related Articles
AWS Cloud Practitioner #1: De Servidores Físicos a la Nube
Aprende qué es cloud computing y las diferencias entre IaaS, PaaS y SaaS con una metodología bottom-up que construye tu conocimiento paso a paso.
AWS Cloud Practitioner #2: Infraestructura Global AWS - Regions, AZs y Edge Locations
Descubre cómo AWS distribuye su infraestructura globalmente y aprende a elegir la región correcta para tus aplicaciones usando metodología bottom-up.
AWS Cloud Practitioner #3: Superpoderes de la Nube - Elasticity, Scalability y HA
Comprende las ventajas clave de cloud computing: elasticity, scalability, high availability y agility. Aprende cómo AWS implementa estos conceptos.
AWS Cloud Practitioner #4: Well-Architected Framework - Los 6 Pilares
Aprende los 6 pilares del AWS Well-Architected Framework: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization y Sustainability.