MemotivaTrang chủ
AWS Cloud practitioner exam prep QA

AWS Cloud practitioner exam prep QA

This topic covers the fundamental concepts, benefits, models, and services related to Amazon Web Services (AWS) and cloud computing. It includes details about AWS architecture, security, resource management, and cost optimization strategies.

20 âm thanh · 6:52

What is the difference between Security Groups and Network ACLs?

0:20
Security Groups act as a virtual firewall at the instance level, are stateful (return traffic is automatically allowed), and only support allow rules. Network ACLs operate at the subnet level, are stateless (return traffic must be explicitly allowed), and support both allow and deny rules. Security Groups evaluate all rules before deciding; NACLs process rules in order.

What is Amazon CloudFront?

0:20
CloudFront is a Content Delivery Network (CDN) that delivers data, videos, applications, and APIs globally with low latency. It caches content at edge locations close to users. When a user requests content, CloudFront serves it from the nearest edge location. If the content isn't cached there, CloudFront retrieves it from the origin (like S3 or EC2) and caches it for future requests.

What is AWS CloudFormation?

0:19
CloudFormation lets you model and provision AWS resources using templates written in JSON or YAML (Infrastructure as Code). You describe the desired resources, and CloudFormation creates and configures them in the right order. Benefits: repeatable deployments, version control for infrastructure, automated rollback on failure, and consistency across environments.

What is the AWS Well-Architected Framework?

0:24
The Well-Architected Framework provides best practices across six pillars: Operational Excellence (automate operations), Security (protect data and systems), Reliability (recover from failures), Performance Efficiency (use resources efficiently), Cost Optimization (avoid unnecessary costs), and Sustainability (minimize environmental impact). It helps you build secure, high-performing, resilient, and efficient architectures.

What is Amazon Route 53?

0:21
Route 53 is AWS's scalable DNS (Domain Name System) service. It translates domain names (example.com) into IP addresses. It also performs health checks and supports routing policies: Simple, Weighted (distribute traffic by percentage), Latency-based (route to lowest latency region), Failover (active-passive), and Geolocation (route by user location).

What are the AWS Support plans?

0:24
Basic (free — billing support, documentation, forums), Developer (from $29/month — email support, 12-hour response), Business (from $100/month — 24/7 phone, 1-hour response for production issues, Trusted Advisor full checks), and Enterprise (from $15,000/month — 15-minute critical response, Technical Account Manager, Concierge). Choose based on your workload criticality.

What is AWS Trusted Advisor?

0:20
Trusted Advisor inspects your AWS environment and makes recommendations across five categories: Cost Optimization (underutilized resources), Performance (bottlenecks), Security (open ports, missing MFA), Fault Tolerance (backups, Multi-AZ), and Service Limits (approaching quotas). Basic and Developer plans get limited checks; Business and Enterprise get all checks.

What is AWS Organizations?

0:20
AWS Organizations lets you centrally manage multiple AWS accounts. You can group accounts into Organizational Units (OUs) and apply Service Control Policies (SCPs) to restrict what services and actions are allowed. Benefits: consolidated billing (single payment for all accounts, volume discounts), centralized governance, and automated account creation.

What is AWS Elastic Beanstalk?

0:19
Elastic Beanstalk is a PaaS service that deploys and manages web applications automatically. You upload your code, and Beanstalk handles provisioning, load balancing, scaling, and monitoring. It supports Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker. You retain full control over the underlying resources but don't have to manage them manually.

What is Amazon Redshift?

0:19
Redshift is a fully managed data warehouse service designed for large-scale data analytics. It can handle petabytes of structured data and run complex SQL queries across massive datasets. Redshift uses columnar storage and parallel processing for fast performance. It's typically used for business intelligence, reporting, and analyzing historical data from multiple sources.

What is the difference between S3 and EBS?

0:25
S3 is object storage — stores files as objects with metadata, accessed via HTTP/HTTPS, virtually unlimited capacity, 11 nines durability, ideal for static content, backups, data lakes. EBS is block storage — behaves like a hard drive attached to an EC2 instance, supports file systems and databases, exists within a single AZ. Use S3 for unstructured data and EBS for data that needs frequent read/write operations with low latency.

What is Amazon ECS and what is EKS?

0:19
ECS (Elastic Container Service) is AWS's native container orchestration service for running Docker containers. EKS (Elastic Kubernetes Service) is a managed Kubernetes service. Both let you run containerized applications without managing the underlying infrastructure. Use ECS if you want a simpler AWS-native solution; use EKS if you need Kubernetes compatibility or are already using Kubernetes.

What is the AWS pricing model?

0:20
AWS uses a pay-as-you-go model with three fundamental drivers: compute (per hour or second), storage (per GB per month), and data transfer (per GB out, inbound is usually free). You can reduce costs through Reserved Instances, Savings Plans, Spot Instances, and volume discounts. The AWS Pricing Calculator helps estimate costs before deployment.

What is the difference between a public, private, and hybrid cloud?

0:22
Public cloud — resources owned and operated by a third-party provider, shared across customers (AWS, Azure, GCP). Private cloud — infrastructure used exclusively by one organization, on-premises or hosted. Hybrid cloud — combines public and private, allowing data and apps to move between them. AWS supports hybrid with services like Outposts and Direct Connect.

What is Amazon GuardDuty?

0:20
GuardDuty is a threat detection service that continuously monitors your AWS accounts and workloads for malicious activity. It analyzes CloudTrail logs, VPC Flow Logs, and DNS logs using machine learning and threat intelligence. GuardDuty detects unauthorized access, compromised instances, and unusual API calls. It requires no infrastructure to manage — just enable it.

What is AWS WAF?

0:20
AWS Web Application Firewall (WAF) protects web applications from common exploits like SQL injection, cross-site scripting (XSS), and bot traffic. You create rules to allow, block, or count requests based on conditions like IP addresses, HTTP headers, or request body content. WAF integrates with CloudFront, Application Load Balancer, and API Gateway.

What is Amazon Athena?

0:20
Athena is a serverless query service that lets you analyze data directly in S3 using standard SQL. No infrastructure to set up or manage — you pay only per query based on the amount of data scanned. It supports CSV, JSON, Parquet, and ORC formats. Athena is commonly used for log analysis, ad-hoc queries, and data exploration without needing to load data into a separate database.

What is the AWS Snow Family?

0:20
The Snow Family consists of physical devices for migrating large amounts of data to AWS when network transfer is too slow or impractical. Snowcone (8–14 TB, portable), Snowball Edge (80 TB storage, with compute), Snowmobile (up to 100 PB, a literal shipping container truck). They also support edge computing in locations with limited connectivity.

What is the difference between AWS Shield Standard and Shield Advanced?

0:20
Shield Standard is free and automatically protects all AWS customers against common DDoS attacks at the network and transport layers. Shield Advanced (paid) provides enhanced protection with real-time visibility, 24/7 access to the AWS DDoS Response Team, cost protection during attacks, and advanced mitigation for applications on EC2, ELB, CloudFront, and Route 53.

What is AWS KMS?

0:20
AWS Key Management Service (KMS) lets you create and manage encryption keys to protect your data. It integrates with most AWS services (S3, EBS, RDS) to easily encrypt data at rest. KMS handles key rotation automatically and provides audit trails through CloudTrail. You control who can use keys through IAM policies, ensuring strong data protection with minimal operational overhead.

Ghi nhớ với lặp lại cách quãng

Lưu chủ đề này — Memotiva sẽ nhắc bạn khi đến lúc ôn tập