AWS Extra Information

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

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:21 AM on 5/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

If there's ever a permanent circle of doom, it is always a:

Security group issue

2
New cards

______________ can be applied to multiple instances

Security Groups

3
New cards

Starting an application/script when an instance first launches is called ____________

Bootstrapping

4
New cards

An ____________ cannot attach to more than 1 EC2 Instance at a time and is locked to a specific availability zone

Elastic Block Store (EBS).

5
New cards

An ___________ can be attached to multiple EC2 Instances at a time and can be mounted on instances across multiple availability zones, regions, & VPC’s

Elastic File System (EFS)

6
New cards

In ______________ Encryption, the ________ encrypts the file AFTER receiving it

Server-Side / Server

7
New cards

In ______________ Encryption, the ________ encrypts the file BEFORE uploading it

Client-Side / Client

8
New cards

If any part of the exam mentions an in-memory database, the answer is __________

ElastiCache

9
New cards

Questions mentioning "Serverless" or "low-latency", the answer is probably ____________

DynamoDB

10
New cards

If any part of the exam mentions a Hadoop cluster, the answer is

Elastic Map Reduce (EMR)

11
New cards

____________ is AWS's proprietary version of GitHub.

CodeCommit

12
New cards

Anytime you see CDN or EDGE LOCATIONS on the exam, think of _____________!

CloudFront!

13
New cards

If any of the exam mentions an decouple / decoupling, the answer is ____________________

Simple Queue Service (SQS)

14
New cards

________________ is just AWS Single Sign-On (SSO)

AWS IAM Identity Center

15
New cards

If the question mentions GraphQL, the answer is probably _____________

AWS AppSync

16
New cards

The cheapest Backup Strategy is ______________

Backup & Restore

17
New cards

__________ is a forum.

AWS re:Post

18
New cards

Always correlate _______________ with Edge Locations (improves performance around the world for end-users, especially users in EDGE LOCATIONS!!!)

Amazon CloudFront

19
New cards

___________ CANNOT track configuration changes

Amazon Inspector

20
New cards

Any AMI you use must be in ____________ as your EC2 instance

The same region

21
New cards

_____________ is a governance and security service that acts as a continuous "security camera" for your AWS account

AWS CloudTrail

22
New cards

______________________ configuration enhances database scalability

Amazon RDS with Read Replica

23
New cards

General advice, if the question mentions multiple AWS accounts, the answer is probably _______________

AWS Organizations

24
New cards

___________ in MFA is a USB.

A U2F / FIDO key

25
New cards

_________________________________ have data encryption automatically enabled

CloudTrail Logs, Amazon S3 Glacier & AWS Storage Gateway

26
New cards

The Operational Excellence Pillar of the Well Architected Framework recommends maintaining ______________________

infrastructure as code (IaC)

27
New cards

There is a __________ minimum charge for Linux based EC2 instances, even though it is typically charged per-second.

One-minute

28
New cards

Data warehousing ALWAYS EQUALS _________

Redshift

29
New cards

For the AWS VPC Service: ____________________is managed by AWS

A NAT Gateway

30
New cards

For the AWS VPC Service:

A Security Group can ______________________

Only have allow rules.

31
New cards

Amazon EC2 _______________ provide a physical server dedicated entirely to a single customer's use.

Dedicated Hosts

32
New cards

AWS Shield Advanced provides DDoS Protection for web apps running in ___________________________________

AWS Global Accelerator, Amazon Route 53, Amazon CloudFront, AND Amazon EC2

33
New cards

Only _______________ support VPC Gateway Endpoint for a private connection from a VPC

DynamoDB & S3

34
New cards

You can use ____________ to receive alerts when your Reserved Instance (RI) or Savings Plans utilization falls below a defined threshold

AWS Budgets

35
New cards

A normal Firewall operates at Layer _________

Layer 4

36
New cards

A Web Application Firewall (WAF) operates at Layer __________

Layer 7

37
New cards

In order for an AWS account to be removed from AWS organizations, it must be able to ______________________

Operate as a standalone account

38
New cards

Highest possible discount for spot instances is _____

90%

39
New cards

In AWS, transferring data between an Amazon EC2 instance and an Amazon S3 bucket within the same AWS Region is _______________

Free of charge.

40
New cards

In regards to scaling, Fault Tolerance is achieved by a ___________ operation

Scale Up

41
New cards

Each AWS Region has a minimum of _______________________________________

3 AZ's and 1 or more discrete data centers

42
New cards

If a question mentions vulnerabilities, it is PROBABLY _______________

Amazon Inspector

43
New cards

AWS Storage Gateway supports these gateway types:

Tape Gateway, File Gateway, & Volume Gateway

44
New cards

A WAF has the ability to block _______________, therefore blocking ________________ as well.

Certain IP addresses / Certain geographic areas

45
New cards

CloudTrail tells you _____________________

"Who did what, and when"

46
New cards

AWS Config tells you __________________________________________

"How resource is configured / track resource configuration changes".

47
New cards

The ______________ Support Plan includes a designated Technical Account Manager (TAM)

ENTERPRISE

48
New cards

Unlike traditional relational databases, __________________ does not require a predefined schema (Hence why it is highly flexible)

Amazon DynamoDB

49
New cards

_______________ can tracks resource utilization (like EC2 CPU usage) and triggers an alert when the metric crosses a defined boundary (e.g., above 80%).

Amazon CloudWatch

50
New cards

A VPC spans __________ Availability Zone(s) in the Region

All of the

51
New cards

A subnet spans _________ Availability Zone(s) in the Region

Only one

52
New cards

The fundamental drivers of Cost in AWS are:

Compute, Storage, & Outbound Data Transfer

53
New cards

The AWS ___________ Support Plan is the cheapest option that provides 24x7 phone-based technical support

BUSINESS

54
New cards

______________________ is a networking service that improves the availability and performance of applications with global users by routing user traffic.

AWS Global Accelerator

55
New cards

__________________ is adding more resources (CPU, RAM, Storage, etc) to EXISTING RESOURCES

Vertical Scalability

56
New cards

__________________ is adding more servers to an existing infrastructure

Horizontal scaling

57
New cards

____________ optimizes and speeds up files being uploaded or downloaded into S3.

Amazon S3 Transfer Acceleration (S3TA)

58
New cards

______________ offers protection against higher fees that could result from a DDoS attack

AWS Shield Advanced

59
New cards

Mandatory elements of an IAM policy include ______ and ______

EFFECT / ACTION

60
New cards

Highest possible discount for reserved instances is _____

72%

61
New cards

AWS Auto Scaling Groups (ASG's) scale ____________

Horizontally (they add/remove EC2 instances depending on workload)

62
New cards

Amazon CloudWatch billing metric data is always stored in this region:

US-East-1 (Northern Virginia)

63
New cards

! The Amazon S3 storage class that offers the lowest availability is ________________________________

S3 One Zone-Infrequent Access (S3 One Zone-IA)

64
New cards

AWS _______________________ can check for the presence of SQL code that is likely to be malicious (known as SQL injection)

Web Application Firewall (AWS WAF)

65
New cards

This is best-suited for TCP, UDP, and TLS traffic (Layer 4 Traffic) :

Network Load Balancer (NLB)

66
New cards

This is best-suited for content-based routing (HTTP, HTTPS, etc) (Layer 7 Traffic) :

Application Load Balancer (ALB)

67
New cards

Reserved Instance (RI) pricing is available for _____________ & ____________

Amazon EC2 & Amazon RDS

68
New cards

These S3 storage classes do not charge any data retrieval fee:

S3 Standard & S3 Intelligent-Tiering