SA - Associate - Exam prep Flashcards
Which RDS databases support IAM auth?
MySQL, Postgres, Aurora
What are the default and enhanced aggregation times in CW for EC2?
5 minutes and 1 minutes
What metrics are not supported for CW/EC2 by default?
Disk space and memory utilisation
What is the most specific IP range you can bring to AWS?
/24
What are the steps for bringing IP address ranges to AWS?
Create an ROA (route origin authorization) through your RIR (regional internet registry)
Publish self-signed X.509 cert in the RDAP remarks for the address range, so AWS can validate that it’s you
Summarise the data transfer charges
Data in is free
Data out between regions or services costs
Data out to internet costs
Data out to another AZ in same region is charged (but at a lower cost compared to regional transfers)
Data transfer inter-AZ, but using a private IP address, is free
What does AWS AD Connector do?
Redirects AD requests to an on-prem AD, without storing any directory information in the cloud
What is the default retention period for RDS enhanced monitoring?
30 days
What are the two default query queues created in RDS?
Superuser queue (for system tasks, e.g. cancelling a user’s long-running query)
Default user queue (concurrency = 5)
What is POSIX?
Portable operating system interface - family of standards for maintaining compatibility between OSs. EFS is POSIX compliant
What is the difference between WAF and Shield?
Shield is for DDoS attack protection, WAF is for stuff like SQL injection protection
What is the difference between S3 Select and Athena?
S3 select allows apps to use simple SQL-like queries to filter data in S3.
Athena is very similar - perhaps more powerful - and it’s interactive.
Select is probably more intended for app use
What is Redshift enhanced routing
Redshift enhanced routing: forces all COPY and UNLOAD between your cluster and data repositories through your VPC, meaning you can use features like security groups (COPY puts data in, UNLOAD gets the result of a query)
Describe Aurora endpoints
Aurora abstracts connections to DB cluster with endpoints. Can configure custom endpoints to go to primary instance (handles all DDL queries), or to specific subnets of instances (including specific instances). Can also direct traffic to the reader endpoint and Aurora will automatically load balance across read-only replicas
What is special about port 25 for EC2?
EC2 throttles all traffic to port 25 (SMTP) by default - you can request for this to be removed
What are the default resources you get when creating a new VPC?
Security group
Routing table
Where can S3 events be published?
SNS, SQS and Lambda
What is the default ASG cooldown period?
300 seconds
What are the snowball capacities?
Snowball - 50TB
Snowball edge - 80TB
Snowmobile - 100PB
Do application and classic LBs support SNI?
ALB does, classic doesn’t
Summarise the AWS storage gateway options
File gateway - on-prem adapter for NFS and SMB access to S3
Volume gateway - ISCSI access to S3
(Cached - frequently accessed data stored locally
Stored - all data locally, async snapshots sent to S3)
Tape gateway
In DR, what is RPO and RTO?
Recovery point objective - point in time in past to which you will recover
Recovery time objective - point in time in future when recovery is complete
Describe SQS retention periods
1 minute to 14 days.
Default: 4 days
Describe the SWF components
Domains contain workflows that can interact
SWF informs decider of workflow history and state of workflow
Decider coordinates workflow
Activity worker does stuff
Deciders and activity workers work on tasks
Actors - anything that interacts with SWF
What is heartbeat timeout in EC2?
Timeout before unhealthy instances are terminated so you have time to troubleshoot
Other than manually doing it, when are elastic IP addresses dissociated from EC2 instances?
On termination
What is Amazon Glacier Select?
Similar to S3 Select