AWS Flashcards

1
Q

CloudWatch Event Rules

A

trigger AWS lambda functions or other AWS services based on scheduled events (like a cron job)

Also referred to as AWS EventBridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SAM

A

Serverless Application Model

Created to simplify the development, deployment and management of serverless applications.

Designed to specifically work with Lambda

Allows you to define serverless resources and their configs using a simple YAML template

Example of Simplified Infra as Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Batch computing jobs

A

automated programs that run on a computer without human interaction

ex: repetitive data tasks that are compute intensive like filtering, sorting, and backups.

Often schedules to run when the computer is idle like during the weekend or overnight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Batch computing jobs characteristics

A
  • Scheduled: run at regularly scheduled times
  • Automated: automated processes that perform similiar tasks without user interaction
  • Cost effective: good way to handle large amounts of data at once
  • Chained: multiple batch jobs can be chained together to form a group of jobs called a batch job chain
  • Resource provisions:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AWS Batch Job

A

fully managed service that allows users to run batch computing jobs on AWS Cloud without having to install or manage batch computing software or server clusters

  • Plans, schedules and runs jobs, manages infra for users too
How well did you know this?
1
Not at all
2
3
4
5
Perfectly