Developer Associate Flashcards
General purpose EC2 instance types
Mac, T, M, A1
Compute optimized EC2 instance types
C*
Memory optimized EC2 instance types
R, X, High Memory, Z*
Accelerated computing EC2 instance types
P, Inf, G, F
Storage optimized EC2 instance types
I, D, H*
Purpose of M-type EC2 instances
General purpose; stable, day-to-day tasks
Purpose of T-type EC2 instances
General purpose; burstable, for spiky and unstable tasks.
Purpose of A-type EC2 instances
General purpose; low-cost and ARM based with Graviton processors
Purpose of C-type EC2 instances
Compute intensive; double the CPU density per RAM compared to M type instances
Purpose of R-type EC2 instances
Memory oriented; Double the memory compared to M type instances
Purpose of X-type EC2 instances
Memory oriented; Extreme memory capacity
Purpose of High memory-type EC2 instances
Memory oriented; Meant for large in-memory databases
Purpose of Z-type EC2 instances
Memory oriented; with a high compute capacity as well
Purpose of P-type EC2 instances
Accelerated computing; GPU acceleration enabled
Purpose of G-type EC2 instances
Accelerated computing; GPU acceleration enabled
Purpose of Inf-type EC2 instances
Accelerated computing; Machine learning inference applications
Purpose of F-type EC2 instances
Accelerated computing; Field programmable gate arrays
Purpose of I-type EC2 instances
Storage optimized; High IOPS
Purpose of D-type EC2 instances
Storage optimized; Disk space
Purpose of H-type EC2 instances
Storage optimized; High throughput
EBS volume types
General purpose SSD (GP2), Provisioned IOPS SSD (IO1), Throughput Optimized HDD (ST1), Cold HDD (SC1), Magnetic (Standard)
When to use Memcached
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
When to use Redis
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
S3 access control mechanisms
Bucket policies (applied at a bucket level) and access control lists (applied at an object level)
Forms of server-side encryption for S3
SSE-S3, SSE-KMS, SSE-C
Types of CloudFront distros
web distributions and RTMP (real time messaging protocol)
Maximum size of an SQS message
256KB
Default SQS visibility timeout
30 seconds
Maximum SQS visibility timeout
12 hours
Maximum SQS long polling wait time
20 seconds
Kinesis shard read rate
5 read transactions per second, up to 2MB/s
Kinesis shard write rate
Up to 1,000 write transactions per second, up to 1 MB/s
Elastic Beanstalk deployment options
All at once, rolling, rolling with additional batch, immutable
Location of Elastic Beanstalk configuration files
.ebextensions, in root of project
Extension of Elastic Beanstalk configuration files
.config
CodeDeploy deployment strategies
in-place (rolling), blue/green
ECS CodeDeploy lifecycles
BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, AfterAllowTraffic
Lambda CodeDeploy lifecycles
BeforeAllowTraffic, AfterAllowTraffic
EC2 in-place deployment CodeDeploy lifecycles
BeforeBlockTraffic, AfterBlockTraffic, ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, ValidateService, BeforeAllowTraffic, AfterAllowTraffic
EC2 blue/green deployment CodeDeploy lifecycles
ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, ValidateService, BeforeAllowTraffic, AfterAllowTraffic, BeforeBlockTraffic, AfterBlockTraffic