AWS SOA-C03 (CloudOps Engineer – Associate)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
full-widthPodcast
1
Card Sorting

1/514

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

515 Terms

1
New cards

Amazon CloudWatch

Monitoring service for AWS metrics, logs, alarms, and dashboards

2
New cards

CloudWatch metric

Time-ordered set of data points identified by namespace, metric name, and dimensions

3
New cards

CloudWatch namespace

Container string that groups related metrics, such as AWS/EC2 or custom namespaces

4
New cards

CloudWatch dimension

Name–value pair used to uniquely identify a metric, such as InstanceId or AutoScalingGroupName

5
New cards

CloudWatch standard resolution metric

Metric with 1-minute granularity

6
New cards

CloudWatch high-resolution metric

Metric with 1-second to 1-minute granularity

7
New cards

CloudWatch custom metric

User-published metric using PutMetricData API or CloudWatch agent

8
New cards

CloudWatch alarm

Monitors a single metric or metric math expression and changes state based on thresholds

9
New cards

CloudWatch alarm states

OK, ALARM, INSUFFICIENT_DATA

10
New cards

CloudWatch composite alarm

Alarm that evaluates the state of other alarms using Boolean logic

11
New cards

CloudWatch alarm actions

Configured responses such as SNS notification, EC2 action, Auto Scaling action, or Systems Manager Automation

12
New cards

CloudWatch metric math

Feature that lets you perform calculations across metrics in an alarm or dashboard widget

13
New cards

CloudWatch dashboard

Customizable, shareable view of CloudWatch metrics and alarms

14
New cards

CloudWatch cross-account dashboard

Dashboard that displays metrics and alarms from multiple AWS accounts

15
New cards

CloudWatch Logs

Centralized log storage service for log events from AWS resources and applications

16
New cards

CloudWatch log group

Named group of log streams with shared retention, metric filters, and subscription filters

17
New cards

CloudWatch log stream

Sequence of log events from a single source such as an EC2 instance or application

18
New cards

CloudWatch Logs log event

Timestamped log record ingested into a log stream

19
New cards

CloudWatch Logs retention setting

Configuration that controls automatic deletion of log events after a set period

20
New cards

CloudWatch Logs metric filter

Pattern applied to log events to extract custom metrics

21
New cards

CloudWatch Logs subscription filter

Real-time streaming of log events to Kinesis, Lambda, or Firehose

22
New cards

CloudWatch Logs Insights

Query engine for analyzing log data with a specialized query language

23
New cards

CloudWatch Logs query

Logs Insights query that returns filtered and aggregated log events

24
New cards

CloudWatch Logs query schedule

Recurrent execution of a Logs Insights query with results used for monitoring

25
New cards

CloudWatch agent

Unified agent that collects metrics and logs from EC2, on-premises servers, and containers

26
New cards

CloudWatch agent configuration file

JSON or TOML file that defines collected metrics, logs, and endpoints

27
New cards

CloudWatch agent on EC2

Installed agent that sends OS-level metrics and application logs to CloudWatch

28
New cards

CloudWatch agent for ECS

Daemon running in a sidecar or Daemon task to collect container logs and metrics

29
New cards

CloudWatch agent for EKS

DaemonSet that collects node and pod metrics and logs to CloudWatch

30
New cards

CloudWatch anomaly detection

Feature that builds a band around metric values and alarms on anomalies

31
New cards

CloudWatch event

JSON representation of a change in AWS or an application used by EventBridge

32
New cards

AWS CloudTrail

Service that records API calls and console actions as events

33
New cards

CloudTrail event history

View of the last 90 days of management events per account and Region

34
New cards

CloudTrail management event

API call events that manage resources, such as CreateUser or RunInstances

35
New cards

CloudTrail data event

API call events on resource data, such as S3 object-level or Lambda invoke

36
New cards

CloudTrail Insights event

Anomalous operational event such as sudden spike in API calls

37
New cards

CloudTrail trail

Configuration that delivers CloudTrail events to S3, CloudWatch Logs, or EventBridge

38
New cards

CloudTrail organization trail

Trail that logs events for all accounts in an AWS Organization

39
New cards

CloudTrail log file

Compressed JSON files stored in S3 from a configured trail

40
New cards

CloudTrail S3 log file validation

Integrity check that uses digest files to verify log file tampering

41
New cards

CloudTrail Lake

Managed event data lake to query and analyze CloudTrail events

42
New cards

CloudTrail event selector

Configuration that controls which management and data events a trail records

43
New cards

AWS Managed Service for Prometheus

Managed Prometheus-compatible metrics ingestion and storage service

44
New cards

Managed Service for Prometheus workspace

Isolated prom-compatible metrics environment within the service

45
New cards

Managed Service for Prometheus remote write endpoint

HTTPS endpoint for scraping systems to push metrics

46
New cards

Amazon Managed Grafana

Managed Grafana workspace for dashboards and visualizations

47
New cards

Managed Grafana workspace

Multi-user visualization environment with integrated AWS data sources

48
New cards

Managed Grafana data source

Configured connection to services like CloudWatch, Prometheus, X-Ray, or others

49
New cards

AWS X-Ray

Distributed tracing service for requests across applications and microservices

50
New cards

X-Ray trace

Collection of segments that represent an end-to-end request flow

51
New cards

X-Ray segment

Tracing unit describing work done by a service for a single request

52
New cards

X-Ray subsegment

Nested tracing unit inside a segment representing downstream calls or internal operations

53
New cards

X-Ray service map

Graph visualization showing services, dependencies, and error rates

54
New cards

X-Ray sampling rule

Rule that controls the percentage of requests that are traced

55
New cards

X-Ray filter expression

Syntax used to filter traces for analysis in the X-Ray console

56
New cards

AWS User Notifications

Central service for configuring notifications across AWS services and channels

57
New cards

User Notifications notification configuration

Resource that defines notification channels, events, and targets

58
New cards

Amazon EC2

Compute service for running virtual machine instances

59
New cards

EC2 instance state

Lifecycle status such as pending, running, stopping, stopped, shutting-down, terminated

60
New cards

EC2 system status check

Health check that monitors AWS system-level issues impacting the instance

61
New cards

EC2 instance status check

Health check that monitors the instance’s OS-level and network reachability

62
New cards

EC2 instance status

Combined state of system and instance status checks

63
New cards

EC2 instance status alarm

CloudWatch alarm based on EC2 status metrics like StatusCheckFailed

64
New cards

EC2 instance metadata service v2

Token-based HTTP endpoint at 169.254.169.254 for instance metadata

65
New cards

EC2 placement group

Logical grouping of instances influencing placement in hardware or AZs

66
New cards

EC2 cluster placement group

Placement that packs instances close together for low-latency networking

67
New cards

EC2 spread placement group

Placement that spreads instances across underlying hardware to reduce correlated failure

68
New cards

EC2 partition placement group

Placement that partitions instances across isolated hardware groups

69
New cards

EBS-optimized instance

EC2 instance configuration that provides dedicated throughput for EBS volumes

70
New cards

EC2 hibernation

Feature that saves instance RAM state to EBS and stops the instance

71
New cards

EC2 instance profile

IAM role association resource used by EC2 instances for temporary credentials

72
New cards

EC2 detailed monitoring

1-minute CloudWatch metrics for EC2 instances

73
New cards

Amazon EC2 Image Builder

Service that automates creation, testing, and distribution of machine images

74
New cards

Image Builder image pipeline

Definition of end-to-end process to build and distribute images

75
New cards

Image Builder image recipe

Definition of components and base image used to build outputs

76
New cards

Image Builder component

Script or configuration step applied during image build

77
New cards

Image Builder distribution configuration

Settings that publish images to Regions and accounts

78
New cards

Image Builder infrastructure configuration

Build environment definition including instance type and networking

79
New cards

AWS Auto Scaling service

Service that coordinates scaling for multiple AWS resources via scaling plans

80
New cards

Scaling plan

AWS Auto Scaling configuration that applies policies to target resources based on metrics

81
New cards

Target tracking scaling policy

Scaling policy that adjusts capacity to keep a metric at a target value

82
New cards

Step scaling policy

Scaling policy that changes capacity by defined steps based on metric thresholds

83
New cards

Simple scaling policy

Legacy scaling policy that adjusts capacity after a cooldown period

84
New cards

Scheduled scaling

Scaling configuration that changes capacity at specific times

85
New cards

Auto Scaling group

Logical group of EC2 instances managed as a unit for scaling and health checks

86
New cards

Auto Scaling launch template

Resource that defines instance configuration used by an Auto Scaling group

87
New cards

Auto Scaling lifecycle hook

Hook that pauses instances in Pending or Terminating for custom actions

88
New cards

Auto Scaling instance lifecycle state

State such as Pending, Pending:Wait, InService, Terminating:Wait, Terminating, Standby

89
New cards

Auto Scaling cooldown

Period after a scaling activity when further scaling activities are temporarily blocked

90
New cards

Auto Scaling health check type

Source of health status, such as EC2 or ELB

91
New cards

Auto Scaling termination policy

Rule that decides which instances to terminate during scale-in

92
New cards

Amazon Elastic Container Registry

Container image registry for storing Docker/OCI images

93
New cards

ECR repository

Logical collection of container images with permissions and settings

94
New cards

ECR image

Versioned container artifact identified by tag or digest

95
New cards

ECR lifecycle policy

Rules for automatically expiring images based on tags or age

96
New cards

ECR image scanning

Feature that detects security vulnerabilities in images

97
New cards

ECR repository policy

IAM resource policy that controls access to a repository

98
New cards

Amazon Elastic Container Service

Container orchestration service for running tasks and services

99
New cards

ECS cluster

Logical grouping of ECS tasks and services for capacity and configuration

100
New cards

ECS task definition

JSON specification that defines containers, resources, and configuration