Identify AWS compute, database, network, storage, AI/ML, and other core services.
Covers deployment methods, AWS global infrastructure (Regions, Availability Zones, edge locations), and core AWS services. Includes compute (EC2, Lambda, containers), databases (RDS, DynamoDB), networking (VPC, Route 53), storage (S3, EBS, EFS), AI/ML services, analytics, application integration, and developer tools. Represents 34% of the exam.
5 minutes
5 Questions
Cloud Technology and Services form a fundamental pillar of the AWS Certified Cloud Practitioner exam, encompassing the vast ecosystem of Amazon Web Services offerings. AWS provides three primary service models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). These models allow organizations to select the appropriate level of control and management responsibility for their workloads.
Core AWS services include compute solutions like Amazon EC2 (Elastic Compute Cloud) for virtual servers and AWS Lambda for serverless computing. Storage services feature Amazon S3 (Simple Storage Service) for object storage, EBS (Elastic Block Store) for block storage, and Amazon Glacier for long-term archival.
Database services offer various options including Amazon RDS for relational databases, DynamoDB for NoSQL requirements, and Amazon Redshift for data warehousing. Networking services encompass Amazon VPC (Virtual Private Cloud) for isolated network environments, Route 53 for DNS management, and CloudFront for content delivery.
AWS also provides essential management and governance tools such as CloudWatch for monitoring, CloudTrail for auditing, and AWS Config for resource tracking. Security services include IAM (Identity and Access Management) for access control, AWS Shield for DDoS protection, and AWS WAF for web application firewall capabilities.
The global infrastructure consists of Regions, Availability Zones, and Edge Locations, enabling high availability and low latency worldwide. Regions are geographic areas containing multiple isolated Availability Zones, while Edge Locations support content caching closer to end users.
Understanding these services helps practitioners recommend appropriate solutions based on business requirements, cost optimization, security needs, and performance objectives. AWS continuously expands its service portfolio, currently offering over 200 services across computing, storage, databases, analytics, machine learning, and many other categories.Cloud Technology and Services form a fundamental pillar of the AWS Certified Cloud Practitioner exam, encompassing the vast ecosystem of Amazon Web Services offerings. AWS provides three primary service models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Serv…