data engineering

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/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:54 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

ephemeral volume

a storage volume that only exists for the lifetime of the process, container, or instance that created it.

  • EKS’s most efficient approach for achieving the lowest latency

2
New cards

aws glue

designed to handle complex tasks that often take over 15 min

3
New cards

aws batch

cannot directly consume data from a streaming source

4
New cards

AWS Glue DataBrew

A visual preparation tool that enables users to clean and normalize any data without writing any code; can be configured to identify and mask PII.

5
New cards

AWS Glue Data Catalog

Primarily serves as a persistent metadata store; resource policies allow you to manage access at a granular level.

6
New cards

AWS Glue Interactive Sessions

Allows you to interactively test, develop, and debug ETL scripts before deploying them as AWS Glue jobs.

7
New cards

AWS Glue Studio

A visual interface for AWS Glue that lets you create ETL jobs by dragging and dropping sources, transforms, and targets, which automatically generates the script.

8
New cards

Enhanced Fan-Out

A feature in Kinesis Data Streams that provides each consumer with its own 2MB per second of dedicated bandwidth per shard, which can help reduce latency. and helps handle increased volume

9
New cards

HTTP/2 data retrieval API

Can help reduce latency, making data delivery from producers to consumers faster.

10
New cards

Partition Projection in Athena

Calculates partition values on the fly using rules you define, dramatically speeding up query planning for highly partitioned tables.

11
New cards

Amazon Redshift Spectrum

Lets you run SQL queries directly against data stored in Amazon S3, without copying or loading that data into Redshift first.

12
New cards

offline

Only supports batch feature access.

13
New cards

online

Provides real-time access to features.

14
New cards

Amazon SageMaker Lineage Tracking

Offers a way to create and store information about each step in an ML workflow, important for establishing model governance and audit standards which are essential for ensuring the accuracy, completeness, and trustworthiness of the data used in ML decisions

15
New cards

.

Cannot extract from Redshift directly to Glacier

16
New cards

Redshift data sharing

Provides read-only access to data across multiple Amazon Redshift clusters, allowing you to read live data without manually moving or copying data.

17
New cards

AWS Glue Data Quality

Measures the quality of your data and uses a rules-based approach to validate data before or after transformations.

18
New cards

Purge operation

Used to permanently delete files from Amazon S3.

19
New cards

current_schema()

A leader node-only function in Redshift.

20
New cards

Materialized views

In Redshift, provides a way to handle complex queries on large datasets.

21
New cards

Amazon Athena User Defined Functions

Allows customers to write custom scalar functions and invoke them in SQL queries.

22
New cards

LOCK command

Restricts access to the database table.