AWS Certified Cloud Practitioner (CLF-C02) Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/404

flashcard set

Earn XP

Description and Tags

400 vocabulary flashcards covering AWS Certified Cloud Practitioner concepts, services, and architecture based on Stéphane Maarek's course.

Last updated 7:29 AM on 8/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

405 Terms

1
New cards

Client

A web browser or device with an IP address that requests resources from a server over a network.

2
New cards

Server

A computer network device with an IP address composed of compute power, memory, storage, databases, and network connectivity that serves requests.

3
New cards

Compute

The processing power of a server provided by the Central Processing Unit (CPU).

4
New cards

Memory

Temporary high-speed data storage in a server provided by Random Access Memory (RAM).

5
New cards

Storage

The persistent drive capacity used to retain data on a server.

6
New cards

Database

A system used to store and query data in a structured or specialized format.

7
New cards

Network

An interconnected system of cables, routers, switches, and servers that allow devices to communicate.

8
New cards

Router

A networking device that forwards data packets between different computer networks across the internet.

9
New cards

Switch

A networking device that receives data packets and routes them to the correct client or server on a local network.

10
New cards

Traditional IT Infrastructure

An infrastructure model where organizations build, own, and maintain physical data centers, offices, or garages to host servers.

11
New cards

Cloud Computing

The on-demand delivery of compute power, database storage, applications, and IT resources through a cloud platform with pay-as-you-go pricing.

12
New cards

Private Cloud

A cloud deployment model where cloud services are used exclusively by a single organization and not exposed to the public.

13
New cards

Public Cloud

A cloud deployment model where cloud resources are owned and operated by a third-party cloud provider and delivered over the internet.

14
New cards

Hybrid Cloud

A cloud deployment model that combines on-premises private infrastructure with public cloud capabilities for flexibility and asset control.

15
New cards

On-Demand Self-Service

A cloud characteristic allowing users to provision resources automatically without requiring human interaction from the service provider.

16
New cards

Broad Network Access

A cloud characteristic where resources are accessible over the network using diverse client platforms such as mobile phones, laptops, or workstations.

17
New cards

Multi-Tenancy

A resource pooling architecture where multiple customers share the same physical infrastructure while maintaining isolation, security, and privacy.

18
New cards

Rapid Elasticity

The ability to automatically and quickly acquire, scale out, scale in, and dispose of computing resources based on real-time demand.

19
New cards

Measured Service

A cloud characteristic where resource usage is monitored, measured, and billed precisely based on actual consumption.

20
New cards

Capital Expenditure (CAPEX)

Upfront capital spending on physical hardware and infrastructure before using it.

21
New cards

Operational Expenditure (OPEX)

Ongoing operational expenses where customers pay on-demand for services as they consume them.

22
New cards

Total Cost of Ownership (TCO)

The comprehensive direct and indirect costs associated with owning and operating infrastructure, which is reduced by shifting to the cloud.

23
New cards

Economies of Scale

Cost advantages achieved by AWS due to its massive scale, leading to lower pay-as-you-go prices for customers.

24
New cards

Scalability

The capacity of a system to accommodate larger workloads by increasing hardware strength or adding additional nodes.

25
New cards

High Availability

Designing systems across multiple data centers or availability zones so applications continue running despite localized hardware failures.

26
New cards

Agility

The ability to rapidly develop, test, and launch software applications by provisioning cloud resources in minutes.

27
New cards

Infrastructure as a Service (IaaS)

A cloud computing model providing basic building blocks for cloud IT, including networking, virtual computers, and data storage space with maximum flexibility.

28
New cards

Platform as a Service (PaaS)

A cloud computing model that removes the need to manage underlying infrastructure, allowing organizations to focus on application deployment and management.

29
New cards

Software as a Service (SaaS)

A completed product managed and operated completely by the service provider, accessed directly by end-users.

30
New cards

Pay-as-you-go Pricing

AWS pricing model based on three core fundamentals: paying for compute time, paying for data stored, and paying for data transfer OUT.

31
New cards

Data Transfer IN

Inbound data traffic sent into the AWS Cloud, which is always free of charge.

32
New cards

AWS Region

A geographical area around the world containing a cluster of isolated data centers.

33
New cards

Data Governance Compliance

The requirement that data stored in an AWS Region never leaves that region without explicit customer permission.

34
New cards

AWS Availability Zone (AZ)

One or more discrete, isolated data centers with redundant power, networking, and connectivity within an AWS Region.

35
New cards

AWS Points of Presence

A global network consisting of over 400 Edge Locations and 10+ Regional Caches located in over 90 cities to deliver content to end users with low latency.

36
New cards

Global Services

AWS services that operate globally across all regions, including Identity and Access Management (IAM), Route 53, CloudFront, and WAF.

37
New cards

Region-Scoped Services

AWS services that are bound to a specific AWS Region upon creation, such as Amazon EC2, Elastic Beanstalk, and AWS Lambda.

38
New cards

Shared Responsibility Model

A security model where AWS is responsible for security OF the cloud, while the customer is responsible for security IN the cloud.

39
New cards

AWS Acceptable Use Policy

A policy stipulating that users may not use AWS for illegal, harmful, or offensive content, security violations, network abuse, or email abuse.

40
New cards

AWS Identity & Access Management (IAM)

A global service used to securely manage users, groups, permissions, and access to AWS resources.

41
New cards

AWS Root Account

The initial account owner identity created when an AWS account is opened, having complete access to all resources and administrative functions.

42
New cards

IAM User

An entity created within AWS to represent a physical person or application requiring interaction with AWS resources.

43
New cards

IAM Group

A collection of IAM users used to attach permissions to multiple users at once.

44
New cards

IAM Policy

A JSON document defining allowed or denied permissions and actions assigned to users, groups, or roles.

45
New cards

Least Privilege Principle

A security best practice of granting users only the minimum permissions required to perform their specific duties.

46
New cards

Policy Version Identifier

A element in an IAM policy structure that specifies the policy language version, typically set to '2012-10-17'.

47
New cards

Statement Effect

An IAM policy element that defines whether access is explicitly granted or denied using 'Allow' or 'Deny'.

48
New cards

Statement Action

An IAM policy element specifying the list of service API calls or actions allowed or denied.

49
New cards

Statement Resource

An IAM policy element specifying the exact AWS resources to which the policy actions apply.

50
New cards

IAM Password Policy

A set of configuration rules enforcing minimum password length, required character types, password expiration, and prevention of password reuse.

51
New cards

Multi-Factor Authentication (MFA)

A security enhancement requiring users to present a password plus a physical or virtual security device upon login.

52
New cards

Virtual MFA Device

A software application installed on a phone or device (such as Google Authenticator or Authy) generating timed authenticator codes.

53
New cards

U2F Security Key

A physical third-party hardware security key (such as YubiKey) supporting multiple users and root accounts over USB or wireless interfaces.

54
New cards

Hardware Key Fob MFA

A standalone physical token device (provided by Gemalto or SurePassID) that displays an authentication code for MFA.

55
New cards

AWS Management Console

A web-based user interface used to access and manage AWS services, protected by a password and MFA.

56
New cards

AWS Command Line Interface (CLI)

An open-source command-line tool allowing users to manage AWS services using shell commands and scripts.

57
New cards

AWS Software Development Kit (SDK)

A set of language-specific libraries enabling developers to access and manage AWS services programmatically within applications.

58
New cards

Access Key ID

A publicly visible string generated in the AWS Console that acts as the username for programmatic CLI and SDK access.

59
New cards

Secret Access Key

A confidential string generated alongside an Access Key ID that acts as the password for programmatic CLI and SDK access.

60
New cards

IAM Role

An IAM identity with specific permissions that AWS services or authorized entities can assume to perform actions on your behalf.

61
New cards

IAM Credentials Report

An account-level security report listing all AWS account users and the detailed status of their passwords, access keys, and MFA devices.

62
New cards

IAM Access Advisor

A user-level security tool displaying service permissions granted to an IAM user and when those services were last accessed.

63
New cards

Amazon EC2

Amazon Elastic Compute Cloud, an IaaS service providing scalable virtual servers in the cloud.

64
New cards

EC2 User Data

A bootstrap script executed automatically with root privileges only once during the initial boot of an EC2 instance.

65
New cards

Bootstrapping

The process of executing startup commands, installing updates, or configuring software when a machine starts.

66
New cards

EC2 Naming Convention

The structure used to identify EC2 instance types, such as 'm5.2xlarge', where 'm' is the instance class, '5' is the generation, and '2xlarge' is the size.

67
New cards

General Purpose Instance

An EC2 instance type (such as t2.micro) providing a balanced mix of compute, memory, and networking for diverse workloads.

68
New cards

Compute Optimized Instance

An EC2 instance type engineered for high-performance processors required by compute-intensive workloads like batch processing or scientific modeling.

69
New cards

Memory Optimized Instance

An EC2 instance type engineered to deliver fast performance for workloads processing large datasets in RAM, such as in-memory databases.

70
New cards

Storage Optimized Instance

An EC2 instance type designed for tasks requiring sequential read/write access to large local datasets, such as OLTP systems or data warehousing.

71
New cards

Security Group

A virtual firewall operating at the EC2 instance level that controls incoming and outgoing network traffic.

72
New cards

Security Group Inbound Filter

Rules within a Security Group evaluating and regulating traffic attempting to enter an EC2 instance.

73
New cards

Security Group Outbound Filter

Rules within a Security Group regulating traffic leaving an EC2 instance.

74
New cards

Security Group Default State

The default configuration of a newly created Security Group where all inbound traffic is blocked and all outbound traffic is allowed.

75
New cards

Port 22

The network port used for SSH (Secure Shell) and SFTP to log into and transfer files securely to Linux instances.

76
New cards

Port 21

The standard network port used for FTP (File Transfer Protocol).

77
New cards

Port 80

The standard network port used for unsecured HTTP web traffic.

78
New cards

Port 443

The standard network port used for secure HTTPS web traffic.

79
New cards

Port 3389

The network port used for RDP (Remote Desktop Protocol) to log into Windows instances.

80
New cards

EC2 Instance Connect

A browser-based tool allowing users to connect to Amazon Linux 2 instances over SSH using short-lived temporary keys without downloading key files.

81
New cards

On-Demand Instances

An EC2 purchasing option where users pay short-term workloads by the second or hour with no upfront payment or long-term commitment.

82
New cards

Reserved Instances (RI)

An EC2 purchasing option providing up to a 72% discount in exchange for a 1-year or 3-year commitment to specific instance attributes.

83
New cards

Convertible Reserved Instances

An EC2 purchasing option offering up to a 66% discount that allows changing the instance type, family, OS, scope, or tenancy over time.

84
New cards

EC2 Savings Plans

A discount commitment model based on hourly spend ($/hour for 1 or 3 years) flexible across instance size, OS, and tenancy.

85
New cards

Spot Instances

An EC2 purchasing option offering up to a 90% discount on unused capacity, suitable for fault-tolerant workloads that can be interrupted with 2-minute notice.

86
New cards

Dedicated Hosts

A physical server dedicated entirely to a single customer's use, enabling compliance and Bring Your Own License (BYOL) software requirements.

87
New cards

Dedicated Instances

EC2 instances running on hardware dedicated to a single customer account, without precise control over physical placement.

88
New cards

Capacity Reservations

An EC2 option reserving compute capacity in a specific Availability Zone for any duration charged at On-Demand rates without time commitments.

89
New cards

Amazon EBS

Elastic Block Store, a managed network storage volume attached to EC2 instances to persist data past instance termination.

90
New cards

EBS Availability Zone Lock

The constraint that an EBS volume is bound to a single Availability Zone and can only be mounted to instances within that same zone.

91
New cards

Delete on Termination Attribute

An EBS volume setting controlling whether the volume is deleted automatically when its associated EC2 instance terminates.

92
New cards

EBS Snapshot

A point-in-time point backup copy of an EBS volume stored redundantly in S3.

93
New cards

EBS Snapshot Archive

A storage tier for EBS Snapshots that is 75% cheaper, with restore times ranging between 24 and 72 hours.

94
New cards

Recycle Bin for EBS Snapshots

A security feature allowing rules to retain accidentally deleted EBS snapshots for recovery between 1 day and 1 year.

95
New cards

Amazon Machine Image (AMI)

A customized EC2 template containing an operating system, software packages, configurations, and monitoring software.

96
New cards

EC2 Image Builder

A free service used to automate the creation, maintenance, validation, testing, and distribution of EC2 AMIs and container images.

97
New cards

EC2 Instance Store

Ephemeral high-performance physical disk storage directly attached to the host server executing the EC2 instance.

98
New cards

Ephemeral Storage

Temporary disk storage where data is permanently deleted if the host EC2 instance is stopped or terminated.

99
New cards

Amazon EFS

Elastic File System, a managed POSIX network file system that can be mounted simultaneously across hundreds of Linux EC2 instances across multiple AZs.

100
New cards

EFS Infrequent Access (EFS-IA)

A cost-optimized EFS storage class up to 92% cheaper for files accessed infrequently, managed via lifecycle policies.