@amebleyk6189

In less than 2 weeks, I finished this video. The next morning, I sat for the Exam. No practice tests, nothing. I passed!! Thanks, Andrew.

@tjack125

Passed my AWS CCP exam today! This course and and two practice tests from exampro was all I used. Took 1 week and I watched the video on 1.5x speed and stopped to take notes. No previous experience in cloud.

@peijunwu7354

Tracking my progress: 12:27:30
Notes:
1. Allocate 120 minutes. Actual exam is 90 minutes.
2. 50 scored questions and 15 unscored (too hard / too easy / unseen)
3. Always create IAM user instead of using root account. IAM user common policies are Admin, PowerUsers, etc
4. General computing : EC2. GPU Computing : Infer1. (compete against tpu in gcp). Quantum: AWS Bracket.
5. Data centers within a region are isolate from each other (different buildings), but close enough to provide low latency (< 10ms), therefore they usually have the same impact, and HA is defined as being available in 2/3 different AZs. Subnets are associated with AZs. You pick subnets instead of picking AZs for EC2, for instance. Default subnets are created one subnet per AZ. Managed HA services will replicate in multiple AZs behind the scene in each region so you don't need to pick (e.g., S3.). CloudFront distribution uses "area" which covers many regions. Global services like IAM doesn't even have concept of region.
6. Fault Domain: isolated physical construct where failure / fault will not impact other fault domains. Fault level: A collection of fault domains. Fault Domains can be nested.

Network:
1. AWS Global Network: interconnections between AWS Global Infrastructure. Commonly referred to as "the backbone of AWS". It's private networks, where things can move very fast/consistent/reliable/secure without internet topology disruptions between data centers. 
    A. Edge Locations: on and off ramps to the AWS Global Network. 
    B. AWS Global Accelerator : Use edge locations as on-ramps to quickly reach AWS resources by traversing the fast Global Network. One great use case is when you deploy your web application in one region, and you can use AWS global accelerator to boost your response time globally.
    C. Amazon CloudFront (CDN): Uses edge locations as an off-ramp to provide at the edge storage and compute near the end user
    D. VPC endpoints: Ensuring your resources stay within AWS network and do not traverse over the public internet.
2. PoP: data center for content delivery or expedited upload. 
    A. Edge locations: holds cached copy of the popular files
    B. Regional Edge Locations: hold large cache of less-popular files to reduce full round trip and reduce cost of transfer fees.
3. AWS Direct Connect: Private / Dedicated connection that provides private, consistent and reliable network between your on-prem data center to the AWS Cloud.
4. Local Zones (Opt-in feature): data centers close to densely populated area to provide single-digit millisecond low latency performance for that area. The identifier looks like us-west-2-lax--1a. Only certain services are available.
5. Wavelength Zones: ultra low latency edge-computing on 5G networks. (e.g., deploy Ec2 instance to hardware in a 5G networks.)

Compliance & Policy (& Permissions):
1. Data Residency: The physical location where the servers and data reside for an organization.
2. Compliance Boundaries: Regulatory compliance / legal rules by a government that describes where data and services are allowed to reside.
3. Data Sovereignity: legal authority / juristic control asserted on data within juristic boundaries.
4. AWS Config: Policy as Code service. You can create rules that continuous check AWS resource configuration. If they deviate (someone accidentally deploy to a wrong region), you can get alerted / the service can auto-fix the deviation.
5. IAM policies: role/group - level permissions that directly deny access to certain things. Service Control Policy (SCP) on the other hand manages permissions organization/account-wide.
6. Gov Cloud: special regions for public sectors

Disaster Recover Options:
1. Back up & Restore: Hours
2. Pilot light(data is replicated with minimal services running) : 10 min
3. Warm Standby (Scaled down copy of infra ready to scale up): min
4. Hot standby (multi-site active/active, basically double the cost, scaled up copy): real-time

AWS Account ID: globally unique, 12 digits, assigned for every user 
(root and non-root IAM users), can be associated with alias,  can assume cross-account roles, or assume principals in policies, to access resources under other accounts (ownerID is another account).

ARN: AWS Resource Names uniquely identify AWS resources. Unambiguously specify a resource across all of AWS.
arn:<partition>:<service>:<region>:<account-id>:<resource-id>
arn:partition:service:region:account-id:resource-type/resource-id
arn:partition:service:region:account-id:resource-type:resource-id

where partition can be aws, aws-cn, aws-us-gov.

Since ARN address is hierarchical, you can use * to specify a group of resources in policies, etc: arn:partition:service:region:account-id:*

IAC:
CloudFormation (CFN): JSON/YAML, declarative, can be huge and not as dynamic (hard to create repeated infra). The infra CFN creates is called stack.
CDK: Imperative, web programming language e.g., Python, can be more dynamic, generates CFN. Easier to create CICD pipelines than CFN. AWS CDK vs. AWS SDK? AWS CDK ensures idempotence of your infrastructure.
CDK constructs: reusable cloud components. constructs.dev (similar to Terraform modules).

EC2: virtual machines. "instance". 
AMI: predefined configuration for EC2 - amount of CPU, amount of memory, network bandwidth, OS, storage options such as EBS.
EC2 is considered the backbone of AWS as many services use EC2 as underlying servers -- S3, RDS, DDB, Lambdas, etc

@Realsamy

Congratulations to me,  I passed my exam today, watching this video is helpful.

@HuGiv5

Free content has become better than College & paid courses.

This is absolute madness.

@Juandavid1379

Introdution
00:00 Meet Your Instructor
02:05 Is CCP right for me?
13:11 Exam Guide Walkthrough
15:47 Practice Exam Sample


Cloud Concepts
17:35 What is Cloud Computing?
18:19 Evolution of Cloud Hosting
21:13 What is Amazon?
22:46 What is AWS?
25:28 What is a Cloud Service Provider?
27:24 Landscape of CSPs
30:05 Gartner Magic Quadrant for Cloud
33:28 AWS Services Preview
34:52 Evolution of Computing
40:00 Types of Cloud Computing
44:53 Cloud Computing Deployment Models

Getting Started 

46:57 Create an AWS Account
48:42 Create IAM User
56:23 AWS Region Selector
58:26 Overbilling Story
1:02:37 AWS Budgets
1:06:56 AWS Free Tier
1:09:43 Billing Alarm
1:14:23 Turning on MFA

Digital Transformation

1:19:41 Innovation Waves
1:20:49 Burning Platform
1:21:31 Digital Transformation Checklist
1:22:48 Evolution of Computing Power
1:25:50 Amazon Braket

@AnandKumar-cu3nh

Reference :

The Benefits of Cloud
1:27:42 The Benefits of Cloud
1:29:37 The Six Advantages of Cloud
1:31:34 The Six Advantages of Cloud Doc Reference
1:32:17 The Seven Advantages of Cloud

AWS Global Infrastructure
1:33:57 AWS Global Infrastructure Overview
1:34:52 AWS Global Infrastructure Follow Along
1:35:45 Regions
1:38:09 Regions vs Global Services
1:39:57 Availability Zones (AZs)
1:42:35 Regions vs AZ Visualized
1:43:42 Selecting Regions and AZs Follow Along
1:47:13 Fault Tolerance
1:50:44 AWS Global Network
1:52:33 Points of Presence (PoP)
1:53:36 Tier 1
1:54:14 AWS Services using PoPs
1:55:29 AWS Direct Connect
1:56:52 Direct Connect Location
1:57:26 AWS Local Zones
1:58:56 Wavelength Zones
1:59:59 Data Residency
2:02:37 AWS for Government
2:03:25 GovCloud
2:04:51 AWS in China
2:06:32 AWS in China Follow Along
2:07:30 Sustainability
2:09:20 Sustainability Follow Along
2:10:35 AWS Ground Station 
2:11:54 AWS Outposts

Cloud Architecture
2:14:30 Cloud Architecture Terminologies
2:16:18 High Availability
2:17:20 High Scalability
2:18:00 High Elasticity
2:18:53 Fault Tolerance
2:19:39 High Durability
2:20:17 Business Continuity Plan
2:21:22 Disaster Recovery Options
2:24:02 RTO Visualized
2:25:38 RPO Visualized
2:27:03 Architectural diagram examples
2:34:15 HA Follow Along

Management and Development Tools
2:37:50 AWS API
2:39:48 AWS API Follow Along
2:42:04 AWS Management Console
2:42:55 AWS Management Follow Along
2:45:20 Service Console
2:46:23 Service Console Follow Along
2:49:41 AWS Account ID
2:50:45 AWS Account ID Follow Along
2:54:23 AWS Tools for PowerShell
2:55:28 AWS Tools fro PowerShell Follow Along
3:02:49 Amazon Resource Names
3:04:46 ARN Follow Along
3:07:06 AWS CLI
3:08:53 AWS CLI Follow Along
3:21:17 AWS SDK
3:22:04 AWS SDK Follow Along
3:37:05 AWS CloudShell
3:38:16 Infrastructure as Code (But says AWS CLI, maybe wrong)
3:39:45 CloudFormation
3:40:41 CloudFormation Follow Along
3:55:43 CDK
3:57:55 CDK Follow Along
4:06:35 AWS Toolkit for VSCode
4:07:48 Access Keys
4:10:08 Access Keys Follow Along
4:12:03 AWS Documentation
4:13:09 AWS Documentation Follow Along

Shared Responsibility Model
4:15:22 Introduction to Shared Responsibility Model
4:16:22 AWS Shared Responsibility Model
4:19:55 Types of Cloud Responsibilities
4:22:11 Shared Responsibility for Compute
4:28:46 Shared Responsibility Model Alternate
4:33:05 Shared Responsibility Model Architecture

Compute
4:34:19 EC2 Overview
4:35:59 VMs, Containers and Serverless
4:38:41 Compute Follow Along
4:58:04 High Performance Computing (HPC)
5:00:04 HPC Follow Along
5:16:26 Edge and Hybrid
5:18:10 Edge Computing Follow Along
5:25:58 Cost & Capacity Management

Storage
5:27:47 Types of Storage Services
5:30:26 Introduction to S3
5:32:17 S3 Storage Classes
5:34:54 AWS Snow Family
5:36:51 Storage Services
5:40:10 S3 Follow Along
5:47:34 EBS Follow Along
5:50:24 EFS Follow Along
5:59:58 Snow Family Follow Along

Databases
6:05:26 What is a Database
6:06:56 What is a data warehouse?
6:08:25 What is a key value store?
6:10:11 What is a document database?
6:11:08 NoSQL Database Services
6:12:59 Relational Database Services
6:15:48 Other Database Services
6:17:46 DynamoDB Follow Along
6:22:34 RDS Follow Along
6:28:51 Redshift Follow Along

Networking
6:35:39 Cloud-Native Networking Services
6:37:07 Enterprise/Hybrid Networking Services
6:38:13 Virtual Private Cloud (VPC) & Subnets
6:39:49 Security Groups vs NACLs
6:41:07 Security Groups vs NACLs Follow Along
6:54:46 AWS CloudFront (FA)

EC2
6:57:27 Introduction to EC2
6:59:00 EC2 Instance Families
7:01:43 EC2 Instance Types
7:03:29 Dedicated Host vs Dedicated Instances
7:05:33 EC2 Tenancy
7:06:17 Launch an EC2, SSH and Sessions Manager
7:26:33 Elastic IP
7:29:30 AMI and Launch Template
7:35:45 Launch an ASG
7:40:08 Launch an ALB
7:46:41 Cleanup

EC2 Pricing Models
7:49:09 EC2 Pricing Models
7:51:18 On Demand
7:52:51 Reserved
7:56:07 RI Attributes
7:57:02 Regional and Zonal RI
7:58:18 RI Limits
7:59:24 Capacity Reservations
8:00:38 Standard vs Convertible RI
8:01:45 RI Marketplace
8:03:00 Spot
8:04:20 Dedicated
8:06:14 Savings Plan

Identity
8:08:09 Zero-Trust Model
8:09:55 Zero-Trust on AWS
8:13:17 Zero-Trust on AWS with Third-Parties
8:15:00 Directory Service
8:16:18 Active Directory
8:17:28 Identity Providers
8:19:38 Single-Sign-On
8:20:26 LDAP
8:21:32 Multi-Factor-Authentication
8:22:26 Security Keys
8:23:43 AWS IAM
8:25:05 Anatomy of an IAM Policy
8:27:07 IAM Policies Follow Along
8:46:57 Principle-of-Least-Privilege
8:49:12 AWS Account Root User
8:52:31 AWS SSO

Application Integration
8:53:53 Introduction to Application Integration
8:54:37 Queueing and SQS
8:55:46 Streaming and Kinesis
8:57:02 Pub-Sub and SNS
8:59:08 API Gateway and Amazon API Gateway
9:00:27 State Machines and AWS Step Functions
9:01:23 Event Bus and Amazon Event Bridge
9:03:17 Application Integration Services

Containers
9:05:22 VMs vs Containers
9:07:49 What are Microservices?
9:09:21 Kuberenetes
9:10:41 Docker
9:12:21 Podman
9:13:23 Container Services

Governance
9:16:09 Organizations and Accounts
9:18:48 AWS Control Tower
9:20:50 AWS Config
9:22:29 AWS Config Follow Along
9:30:15 AWS Quick Starts
9:31:04 AWS QuickStarts Follow Along
9:33:37 Tagging
9:34:43 Tag Name Follow Along
9:35:48 Resource Groups
9:36:38 Resource Groups Follow Along
9:42:25 Business Centric Services

Provisioning
9:44:37 Provisioning Services
9:47:21 AWS Elastic Beanstalk
9:48:52 AWS Elastic Beanstalk Follow Along

Serverless Services
10:05:31 What is Serverless?
10:07:51 Serverless Services

Windows on AWS
10:10:01 Windows on AWS
10:11:45 EC2 Windows Follow Along
10:16:53 AWS License Manager

Logging
10:16:53 Logging Service
10:20:07 AWS Cloud Trail
10:21:44 CloudWatch Alarm
10:22:42 Anatomy of an Alarm
10:23:49 Log Events
10:16:53 Log Insights
10:26:47 CloudWatch Metrics
10:27:29 AWS CloudTrail Follow Along

ML, AI and Big Data
10:32:36 Introduction to ML and AI
10:34:28 AI and ML Services
10:37:52 BigData and Analytics Services
10:42:11 Amazon QuickSight
10:43:26 QuickSight Follow Along

AWS Well-Architected Framework
10:52:48 AWS Well-Architected Framework
10:54:21 General Defintions
10:55:38 On Architecture
10:57:35 Amazon Leadership Principles
10:59:05 General Design Principles
11:00:54 Anatomy of a Pillar
11:01:59 Operational Excellence
11:03:17 Security
11:04:47 Reliability
11:05:54 Performance Efficiency
11:07:22 Cost Optimization
11:08:49 AWS Well-Architected-Tool
11:09:31 Well-Architected Framework and Tool- Follow Along
11:13:28 AWS Architecture Center

TCO and Migration
11:13:28 TCO and Migration
11:14:33 Total Cost of Ownership (TCO)
11:17:40 CAPEX vs OPEX
11:19:07 Shifting-IT Personnel
11:20:43 AWS Pricing Calculator
11:21:45 AWS Pricing Calculator Follow Along
11:24:14 Migration Evaluator
11:25:00 VM Import Export
11:25:51 Database Migration Service
11:28:04 Cloud Adoption Framework

Billing, Pricing and Support
11:30:35 AWS Free Services
11:31:32 AWS Support Plans
11:36:17 Technical Account Manager
11:38:04 AWS Support Follow Along
11:45:27 AWS Marketplace
11:46:26 AWS Marketplace Follow Along
11:47:41 Consolidated Billing
11:49:07 Consolidated Billing Volume Discounts
11:50:38 AWS Trusted Advisor
11:53:47 AWS Trusted Advisor Follow Along
11:58:29 SLAs
11:59:57 AWS SLA Examples
12:02:48 AWS SLA Follow Along
12:03:23 Service Health Dashboard
12:04:03 AWS Personal Health Dashboard
12:04:56 AWS Abuse
12:06:32 AWS Abuse Report Follow Along
12:07:14 AWS Free Tier
12:10:09 AWS Credits
12:11:06 AWS Partner Network
12:13:28 AWS Budgets
12:15:10 AWS Budget Reports
12:15:44 AWS Cost and Usage Reports
12:16:49 Cost Allocation Tags
12:17:37 Billing Alarms
12:18:24 AWS Cost Explorer
12:19:45 AWS Cost Explorer Follow Along
12:22:03 Programmatic Pricing APIs
12:23:06 AWS Savings Plan Follow Along

Security
12:25:44 Defense-In-Depth
12:27:24 CIA Triad
12:28:59 Vulnerabilities
12:29:57 Encryption
12:30:45 Cyphers
12:31:51 Cryptographic Keys
12:33:05 Hashing and Salting
12:34:56 Digital Signatures and Signing
12:36:38 In-Transit vs At-Rest Encryption
12:37:51 Compliance Programs
12:41:57 AWS Compliance Programs Follow Along
12:42:40 Pen Testing
12:43:51 Pen Testing Follow Along
12:44:40 AWS Artifact
12:45:21 AWS Artifact Follow Along
12:47:31 AWS Inspector
12:48:36 DDoS
12:49:59 AWS Shield
12:52:30 AWS Guard Duty
12:54:08 AWS Guard Duty Follow Along
12:56:40 Amazon Macie
12:57:49 AWS VPN
12:59:00 AWS WAF
13:00:29 AWS WAF Follow Along
13:03:19 Hardware Security Module
13:05:49 AWS KMS
13:07:05 AWS KMS Follow Along
13:09:19 CloudHSM

Variation Study
13:10:59 Know Your Initialisms
13:13:42 AWS Config AWS AppConfig
13:14:39 SNS vs SQS
13:16:16 SNS vs SES vs PinPoint vs Workmail
13:19:18 Amazon Inspector vs AWS Trusted Advisor
13:20:18 Connect Named Services
13:21:26 Elastic Transcoder vs MediaConvert
13:22:27 AWS Artifact vs Amazon Inspector
13:23:13 ELB Variants

@RyantheCanuckpirate

Just passed the exam this morning at the Pearson testing centre in downtown Vancouver, Canada. This was my only learning resource (did a few online practice tests).

Thanks Andrew Brown, you're a real G

@siyandiki

If any one is here and feels a little bit overwhelmed , trust me i felt the same way ... passed the CLF-C02 with this , just skip the follow alongs if you taking notes

@quincylarsonmusic

The hero we need. Thank you Andrew Brown for sharing your wisdom with the global developer community. You are a teacher’s teacher.

@Newlandere

Just passed my exam ! I used this video as a primary resource and Udemy's practice tests to test my knowledge. I would strongly recommend doing these tests as they clearly highlighted my weaknesses. 
Thank you so much Andrew !

@dhanukarki8975

Just passed my AWS CCP exam today. This video and practice exam from exam pro has been so helpful. Thank you so much guys for this amazing video for free ❤❤

@m.m.farhad5292

I attended the exam yesterday, April 9th and scored 850. I followed this course on Exampro, practiced 3 model exam from exampro, and 5 model exam from Udemy. This course was enough to appear and pass the exam. Thanks Andrew for this awesome course.

@fruitygranulizer540

i have had 0 experience or knowledge with cloud , i'm just a college student.
with this video as my ONLY resource, and after about a month of carefully watching this video, i passed the exam today. this video is all you need, just take your time with it. thank you so much andrew brown, and good luck to anyone else.

@Philosufur

Passed 905/1000 with this as my primary resource. Thanks Andrew Brown!

@livinlifewithneyah6250

After studying for about 10 days, I passed my exam Friday (5-12-23)! Great resources and explanations. The AWS Platform is a little updated in some areas as expected but the course is still spot on. I recommend pairing this course with the Udemy practice test and Exam-topics questions! Ensure you check the exam objectives and you will pass!

@waldChaab212

To me, this guy is awesome especially if he has the patience to create a 13h+ contents for mankind...Very appreciative and well done...For those who may think this long, spend 3 to 4 hours a day consistently and you will be done in three to four days...My hat off to you...

@WilliamGraff-jf2oj

Hi Andrew I passed the Cloud Practitioner exam today after watching all 13 hours of your video (OK?) Cheers and thank you! It took me about 2 weeks to watch the video, take notes, and take a few practice exams. The exam itself was quite difficult I will admit. For those about to take the exam be sure to study the "Well Architected Pillars" as there were a few questions on that. Good luck!

@gauranggupta7871

Video categorised so that it is easy to navigate. Copy and paste from Mark Biswas and harolda611.

The Benefits of Cloud
1:27:42 The Benefits of Cloud
1:29:37 The Six Advantages of Cloud
1:31:34 The Six Advantages of Cloud Doc Reference
1:32:17 The Seven Advantages of Cloud

AWS Global Infrastructure
1:33:57 AWS Global Infrastructure Overview
1:34:52 AWS Global Infrastructure Follow Along
1:35:45 Regions
1:38:09 Regions vs Global Services
1:39:57 Availability Zones (AZs)
1:42:35 Regions vs AZ Visualized
1:43:42 Selecting Regions and AZs Follow Along
1:47:13 Fault Tolerance
1:50:44 AWS Global Network
1:52:33 Points of Presence (PoP)
1:53:36 Tier 1
1:54:14 AWS Services using PoPs
1:55:29 AWS Direct Connect
1:56:52 Direct Connect Location
1:57:26 AWS Local Zones
1:58:56 Wavelength Zones
1:59:59 Data Residency
2:02:37 AWS for Government
2:03:25 GovCloud
2:04:51 AWS in China
2:06:32 AWS in China Follow Along
2:07:30 Sustainability
2:09:20 Sustainability Follow Along
2:10:35 AWS Ground Station 
2:11:54 AWS Outposts

Cloud Architecture
2:14:30 Cloud Architecture Terminologies
2:16:18 High Availability
2:17:20 High Scalability
2:18:00 High Elasticity
2:18:53 Fault Tolerance
2:19:39 High Durability
2:20:17 Business Continuity Plan
2:21:22 Disaster Recovery Options
2:24:02 RTO Visualized
2:25:38 RPO Visualized
2:27:03 Architectural diagram examples
2:34:15 HA Follow Along

Management and Development Tools
2:37:50 AWS API
2:39:48 AWS API Follow Along
2:42:04 AWS Management Console
2:42:55 AWS Management Follow Along
2:45:20 Service Console
2:46:23 Service Console Follow Along
2:49:41 AWS Account ID
2:50:45 AWS Account ID Follow Along
2:54:23 AWS Tools for PowerShell
2:55:28 AWS Tools fro PowerShell Follow Along
3:02:49 Amazon Resource Names
3:04:46 ARN Follow Along
3:07:06 AWS CLI
3:08:53 AWS CLI Follow Along
3:21:17 AWS SDK
3:22:04 AWS SDK Follow Along
3:37:05 AWS CloudShell
3:38:16 Infrastructure as Code (But says AWS CLI, maybe wrong)
3:39:45 CloudFormation
3:40:41 CloudFormation Follow Along
3:55:43 CDK
3:57:55 CDK Follow Along
4:06:35 AWS Toolkit for VSCode
4:07:48 Access Keys
4:10:08 Access Keys Follow Along
4:12:03 AWS Documentation
4:13:09 AWS Documentation Follow Along

Shared Responsibility Model
4:15:22 Introduction to Shared Responsibility Model
4:16:22 AWS Shared Responsibility Model
4:19:55 Types of Cloud Responsibilities
4:22:11 Shared Responsibility for Compute
4:28:46 Shared Responsibility Model Alternate
4:33:05 Shared Responsibility Model Architecture

Compute
4:34:19 EC2 Overview
4:35:59 VMs, Containers and Serverless
4:38:41 Compute Follow Along
4:58:04 High Performance Computing (HPC)
5:00:04 HPC Follow Along
5:16:26 Edge and Hybrid
5:18:10 Edge Computing Follow Along
5:25:58 Cost & Capacity Management

Storage
5:27:47 Types of Storage Services
5:30:26 Introduction to S3
5:32:17 S3 Storage Classes
5:34:54 AWS Snow Family
5:36:51 Storage Services
5:40:10 S3 Follow Along
5:47:34 EBS Follow Along
5:50:24 EFS Follow Along
5:59:58 Snow Family Follow Along

Databases
6:05:26 What is a Database
6:06:56 What is a data warehouse?
6:08:25 What is a key value store?
6:10:11 What is a document database?
6:11:08 NoSQL Database Services
6:12:59 Relational Database Services
6:15:48 Other Database Services
6:17:46 DynamoDB Follow Along
6:22:34 RDS Follow Along
6:28:51 Redshift Follow Along

Networking
6:35:39 Cloud-Native Networking Services
6:37:07 Enterprise/Hybrid Networking Services
6:38:13 Virtual Private Cloud (VPC) & Subnets
6:39:49 Security Groups vs NACLs
6:41:07 Security Groups vs NACLs Follow Along
6:54:46 AWS CloudFront (FA)

EC2
6:57:27 Introduction to EC2
6:59:00 EC2 Instance Families
7:01:43 EC2 Instance Types
7:03:29 Dedicated Host vs Dedicated Instances
7:05:33 EC2 Tenancy
7:06:17 Launch an EC2, SSH and Sessions Manager
7:26:33 Elastic IP
7:29:30 AMI and Launch Template
7:35:45 Launch an ASG
7:40:08 Launch an ALB
7:46:41 Cleanup

EC2 Pricing Models
7:49:09 EC2 Pricing Models
7:51:18 On Demand
7:52:51 Reserved
7:56:07 RI Attributes
7:57:02 Regional and Zonal RI
7:58:18 RI Limits
7:59:24 Capacity Reservations
8:00:38 Standard vs Convertible RI
8:01:45 RI Marketplace
8:03:00 Spot
8:04:20 Dedicated
8:06:14 Savings Plan

Identity
8:08:09 Zero-Trust Model
8:09:55 Zero-Trust on AWS
8:13:17 Zero-Trust on AWS with Third-Parties
8:15:00 Directory Service
8:16:18 Active Directory
8:17:28 Identity Providers
8:19:38 Single-Sign-On
8:20:26 LDAP
8:21:32 Multi-Factor-Authentication
8:22:26 Security Keys
8:23:43 AWS IAM
8:25:05 Anatomy of an IAM Policy
8:27:07 IAM Policies Follow Along
8:46:57 Principle-of-Least-Privilege
8:49:12 AWS Account Root User
8:52:31 AWS SSO

Application Integration
8:53:53 Introduction to Application Integration
8:54:37 Queueing and SQS
8:55:46 Streaming and Kinesis
8:57:02 Pub-Sub and SNS
8:59:08 API Gateway and Amazon API Gateway
9:00:27 State Machines and AWS Step Functions
9:01:23 Event Bus and Amazon Event Bridge
9:03:17 Application Integration Services

Containers
9:05:22 VMs vs Containers
9:07:49 What are Microservices?
9:09:21 Kuberenetes
9:10:41 Docker
9:12:21 Podman
9:13:23 Container Services

Governance
9:16:09 Organizations and Accounts
9:18:48 AWS Control Tower
9:20:50 AWS Config
9:22:29 AWS Config Follow Along
9:30:15 AWS Quick Starts
9:31:04 AWS QuickStarts Follow Along
9:33:37 Tagging
9:34:43 Tag Name Follow Along
9:35:48 Resource Groups
9:36:38 Resource Groups Follow Along
9:42:25 Business Centric Services

Provisioning
9:44:37 Provisioning Services
9:47:21 AWS Elastic Beanstalk
9:48:52 AWS Elastic Beanstalk Follow Along

Serverless Services
10:05:31 What is Serverless?
10:07:51 Serverless Services

Windows on AWS
10:10:01 Windows on AWS
10:11:45 EC2 Windows Follow Along
10:16:53 AWS License Manager

Logging
10:16:53 Logging Service
10:20:07 AWS Cloud Trail
10:21:44 CloudWatch Alarm
10:22:42 Anatomy of an Alarm
10:23:49 Log Events
10:16:53 Log Insights
10:26:47 CloudWatch Metrics
10:27:29 AWS CloudTrail Follow Along

ML, AI and Big Data
10:32:36 Introduction to ML and AI
10:34:28 AI and ML Services
10:37:52 BigData and Analytics Services
10:42:11 Amazon QuickSight
10:43:26 QuickSight Follow Along

AWS Well-Architected Framework
10:52:48 AWS Well-Architected Framework
10:54:21 General Defintions
10:55:38 On Architecture
10:57:35 Amazon Leadership Principles
10:59:05 General Design Principles
11:00:54 Anatomy of a Pillar
11:01:59 Operational Excellence
11:03:17 Security
11:04:47 Reliability
11:05:54 Performance Efficiency
11:07:22 Cost Optimization
11:08:49 AWS Well-Architected-Tool
11:09:31 Well-Architected Framework and Tool- Follow Along
11:13:28 AWS Architecture Center

TCO and Migration
11:13:28 TCO and Migration
11:14:33 Total Cost of Ownership (TCO)
11:17:40 CAPEX vs OPEX
11:19:07 Shifting-IT Personnel
11:20:43 AWS Pricing Calculator
11:21:45 AWS Pricing Calculator Follow Along
11:24:14 Migration Evaluator
11:25:00 VM Import Export
11:25:51 Database Migration Service
11:28:04 Cloud Adoption Framework

Billing, Pricing and Support
11:30:35 AWS Free Services
11:31:32 AWS Support Plans
11:36:17 Technical Account Manager
11:38:04 AWS Support Follow Along
11:45:27 AWS Marketplace
11:46:26 AWS Marketplace Follow Along
11:47:41 Consolidated Billing
11:49:07 Consolidated Billing Volume Discounts
11:50:38 AWS Trusted Advisor
11:53:47 AWS Trusted Advisor Follow Along
11:58:29 SLAs
11:59:57 AWS SLA Examples
12:02:48 AWS SLA Follow Along
12:03:23 Service Health Dashboard
12:04:03 AWS Personal Health Dashboard
12:04:56 AWS Abuse
12:06:32 AWS Abuse Report Follow Along
12:07:14 AWS Free Tier
12:10:09 AWS Credits
12:11:06 AWS Partner Network
12:13:28 AWS Budgets
12:15:10 AWS Budget Reports
12:15:44 AWS Cost and Usage Reports
12:16:49 Cost Allocation Tags
12:17:37 Billing Alarms
12:18:24 AWS Cost Explorer
12:19:45 AWS Cost Explorer Follow Along
12:22:03 Programmatic Pricing APIs
12:23:06 AWS Savings Plan Follow Along

Security
12:25:44 Defense-In-Depth
12:27:24 CIA Triad
12:28:59 Vulnerabilities
12:29:57 Encryption
12:30:45 Cyphers
12:31:51 Cryptographic Keys
12:33:05 Hashing and Salting
12:34:56 Digital Signatures and Signing
12:36:38 In-Transit vs At-Rest Encryption
12:37:51 Compliance Programs
12:41:57 AWS Compliance Programs Follow Along
12:42:40 Pen Testing
12:43:51 Pen Testing Follow Along
12:44:40 AWS Artifact
12:45:21 AWS Artifact Follow Along
12:47:31 AWS Inspector
12:48:36 DDoS
12:49:59 AWS Shield
12:52:30 AWS Guard Duty
12:54:08 AWS Guard Duty Follow Along
12:56:40 Amazon Macie
12:57:49 AWS VPN
12:59:00 AWS WAF
13:00:29 AWS WAF Follow Along
13:03:19 Hardware Security Module
13:05:49 AWS KMS
13:07:05 AWS KMS Follow Along
13:09:19 CloudHSM

Variation Study
13:10:59 Know Your Initialisms
13:13:42 AWS Config AWS AppConfig
13:14:39 SNS vs SQS
13:16:16 SNS vs SES vs PinPoint vs Workmail
13:19:18 Amazon Inspector vs AWS Trusted Advisor
13:20:18 Connect Named Services
13:21:26 Elastic Transcoder vs MediaConvert
13:22:27 AWS Artifact vs Amazon Inspector
13:23:13 ELB Variants

@beyankin8064

Passed my AWS Cloud Practitioner exam with an 800 score using only this (admittedly skipping the follow along sections) and AWS's own free 6 hour course. About 3 weeks of studying with no cloud experience, and I expect I could've done so in 1 week if required! Thanks for making this great content free!

PS: ome questions bring up niche services not covered in this or AWS' course. Reading about all EC2 services for example will really help