AWS Cloud Practitioner | professional-certs
AWS Cloud Practitioner (CLF-C02)
Section titled “AWS Cloud Practitioner (CLF-C02)”flowchart TD
A[Cloud Practitioner] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]Overview
Section titled “Overview”The AWS Cloud Practitioner certification is an entry-level certification that validates foundational knowledge of AWS Cloud services and concepts.
Exam Format
Section titled “Exam Format”- Duration: 90 minutes
- Questions: 65 (50 scored, 15 unscored)
- Passing Score: 700/1000
- Cost: $100 USD
Domains Covered
Section titled “Domains Covered”| Domain | Weight | Questions |
|---|---|---|
| Cloud Concepts | 24-30% | 16-20 |
| Security and Compliance | 30-36% | 20-24 |
| Cloud Technology and Services | 34-40% | 22-26 |
| Billing, Pricing, and Support | 8-12% | 5-8 |
Cloud Concepts
Section titled “Cloud Concepts”Cloud Computing Definition
Section titled “Cloud Computing Definition”Cloud computing is the on-demand delivery of compute power, database storage, applications, and other IT resources through a cloud services platform with pay-as-you-go pricing.
Cloud Deployment Models
Section titled “Cloud Deployment Models”- Public Cloud: Resources owned and operated by third-party cloud service providers
- Private Cloud: Computing services used exclusively by one business or organization
- Hybrid Cloud: Combines on-premises infrastructure with public cloud services
Cloud Service Models
Section titled “Cloud Service Models”- IaaS (Infrastructure as a Service): Provides virtualized computing resources
- PaaS (Platform as a Service): Provides platform for developing applications
- SaaS (Software as a Service): Provides software applications over the internet
AWS Global Infrastructure
Section titled “AWS Global Infrastructure”- Regions: Geographic areas with multiple Availability Zones
- Availability Zones: Isolated locations within a region
- Edge Locations: Content delivery network endpoints
Security and Compliance
Section titled “Security and Compliance”AWS Shared Responsibility Model
Section titled “AWS Shared Responsibility Model”- AWS Responsibility: Security OF the cloud (hardware, software, networking, facilities)
- Customer Responsibility: Security IN the cloud (data, identity, encryption, network traffic)
AWS Identity and Access Management (IAM)
Section titled “AWS Identity and Access Management (IAM)”- Users: Individual identities with unique credentials
- Groups: Collections of users with shared permissions
- Roles: Permissions that can be assumed by users or services
- Policies: Documents that define permissions
AWS Security Services
Section titled “AWS Security Services”- AWS Shield: DDoS protection
- AWS WAF: Web application firewall
- AWS KMS: Key management service
- AWS CloudTrail: API activity logging
Cloud Technology and Services
Section titled “Cloud Technology and Services”Compute Services
Section titled “Compute Services”- Amazon EC2: Virtual servers in the cloud
- AWS Lambda: Serverless compute service
- Amazon ECS: Container orchestration service
- Amazon EKS: Kubernetes service
Storage Services
Section titled “Storage Services”- Amazon S3: Object storage service
- Amazon EBS: Block storage for EC2
- Amazon EFS: Managed file system
- AWS Storage Gateway: Hybrid cloud storage
Database Services
Section titled “Database Services”- Amazon RDS: Managed relational database
- Amazon DynamoDB: Managed NoSQL database
- Amazon ElastiCache: In-memory caching
- Amazon Redshift: Data warehousing
Networking Services
Section titled “Networking Services”- Amazon VPC: Virtual private cloud
- AWS Direct Connect: Dedicated network connection
- Amazon Route 53: DNS web service
- Amazon CloudFront: Content delivery network
Billing, Pricing, and Support
Section titled “Billing, Pricing, and Support”AWS Pricing Models
Section titled “AWS Pricing Models”- Pay-as-you-go: Pay for what you use
- Save with commitment: Reserved instances, savings plans
- Pay less by using more: Volume discounts
AWS Support Plans
Section titled “AWS Support Plans”- Basic: Free support
- Developer: $29/month
- Business: $100/month
- Enterprise: $15,000/month
AWS Free Tier
Section titled “AWS Free Tier”- Always Free: Certain services always free
- 12 Months Free: Free for 12 months
- Trials: Short-term free trials
Practice Questions
Section titled “Practice Questions”Question 1
Section titled “Question 1”What is the AWS Shared Responsibility Model? A) AWS is responsible for all security B) Customer is responsible for all security C) AWS secures the cloud, customer secures what’s in the cloud D) Security is not important in the cloud
Correct Answer: C) AWS secures the cloud, customer secures what’s in the cloud
Question 2
Section titled “Question 2”Which AWS service provides object storage? A) Amazon EBS B) Amazon EFS C) Amazon S3 D) Amazon RDS
Correct Answer: C) Amazon S3
Question 3
Section titled “Question 3”What is the benefit of using AWS Lambda? A) You manage servers B) You pay only for compute time used C) You need to install software D) You need to maintain hardware
Correct Answer: B) You pay only for compute time used
Exam Tips
Section titled “Exam Tips”- Focus on the Shared Responsibility Model - This is heavily tested
- Understand pricing models - Pay-as-you-go vs. reserved vs. savings plans
- Know the support plans - Basic, Developer, Business, Enterprise
- Practice with AWS Free Tier - Get hands-on experience
- Review AWS Well-Architected Framework - Best practices for cloud architecture