Developer Associate Flashcards

(40 cards)

1
Q

General purpose EC2 instance types

A

Mac, T, M, A1

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

Compute optimized EC2 instance types

A

C*

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

Memory optimized EC2 instance types

A

R, X, High Memory, Z*

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

Accelerated computing EC2 instance types

A

P, Inf, G, F

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

Storage optimized EC2 instance types

A

I, D, H*

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

Purpose of M-type EC2 instances

A

General purpose; stable, day-to-day tasks

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

Purpose of T-type EC2 instances

A

General purpose; burstable, for spiky and unstable tasks.

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

Purpose of A-type EC2 instances

A

General purpose; low-cost and ARM based with Graviton processors

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

Purpose of C-type EC2 instances

A

Compute intensive; double the CPU density per RAM compared to M type instances

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

Purpose of R-type EC2 instances

A

Memory oriented; Double the memory compared to M type instances

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

Purpose of X-type EC2 instances

A

Memory oriented; Extreme memory capacity

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

Purpose of High memory-type EC2 instances

A

Memory oriented; Meant for large in-memory databases

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

Purpose of Z-type EC2 instances

A

Memory oriented; with a high compute capacity as well

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

Purpose of P-type EC2 instances

A

Accelerated computing; GPU acceleration enabled

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

Purpose of G-type EC2 instances

A

Accelerated computing; GPU acceleration enabled

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

Purpose of Inf-type EC2 instances

A

Accelerated computing; Machine learning inference applications

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

Purpose of F-type EC2 instances

A

Accelerated computing; Field programmable gate arrays

18
Q

Purpose of I-type EC2 instances

A

Storage optimized; High IOPS

19
Q

Purpose of D-type EC2 instances

A

Storage optimized; Disk space

20
Q

Purpose of H-type EC2 instances

A

Storage optimized; High throughput

21
Q

EBS volume types

A

General purpose SSD (GP2), Provisioned IOPS SSD (IO1), Throughput Optimized HDD (ST1), Cold HDD (SC1), Magnetic (Standard)

22
Q

When to use Memcached

A

If you’re looking for as simple a caching model as possible, if you’re planning on running large cache nodes and require multithreaded performance, or if you want the ability to scale your cache horizontally

23
Q

When to use Redis

A

If you’re looking for more advanced data types (lists, hashes, and sets), if you need sorting and ranked datasets, if persistence is important, if you want to run in multiple AWS availability zones with failover, or if you need pub/sub capabilities

24
Q

S3 access control mechanisms

A

Bucket policies (applied at a bucket level) and access control lists (applied at an object level)

25
Forms of server-side encryption for S3
SSE-S3, SSE-KMS, SSE-C
26
Types of CloudFront distros
web distributions and RTMP (real time messaging protocol)
27
Maximum size of an SQS message
256KB
28
Default SQS visibility timeout
30 seconds
29
Maximum SQS visibility timeout
12 hours
30
Maximum SQS long polling wait time
20 seconds
31
Kinesis shard read rate
5 read transactions per second, up to 2MB/s
32
Kinesis shard write rate
Up to 1,000 write transactions per second, up to 1 MB/s
33
Elastic Beanstalk deployment options
All at once, rolling, rolling with additional batch, immutable
34
Location of Elastic Beanstalk configuration files
.ebextensions, in root of project
35
Extension of Elastic Beanstalk configuration files
.config
36
CodeDeploy deployment strategies
in-place (rolling), blue/green
37
ECS CodeDeploy lifecycles
BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, AfterAllowTraffic
38
Lambda CodeDeploy lifecycles
BeforeAllowTraffic, AfterAllowTraffic
39
EC2 in-place deployment CodeDeploy lifecycles
BeforeBlockTraffic, AfterBlockTraffic, ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, ValidateService, BeforeAllowTraffic, AfterAllowTraffic
40
EC2 blue/green deployment CodeDeploy lifecycles
ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, ValidateService, BeforeAllowTraffic, AfterAllowTraffic, BeforeBlockTraffic, AfterBlockTraffic