TD Exam 2 - Short Review Flashcards
What Load Balancer should you use if you want unbroken encryption
NLB
Which Load Balancer should you use if you want Static IP for whitelisting
NLB
Which Load Balancer should you use if you want the fastest performance (millions of rps)
NLB
Which Load Balancer should you use if you want to use a protocol other than HTTP or HTTPS
NLB
Which Load Balancer should you use if you need Private Link
NLB
Which Load Balancer should you use if you need to use Layer 7 information
ALB
Which Load Balancer should you use for a gRPC app
ALB
Can you assign an Elastic IP to an ALB
No
Can you assign an Elastic IP to a NLB
Yes
What are the protocol versions for ALB
HTTP1
HTTP2
gRPC
Do NLBs support gRPC
No
What are some use cases for Lambda@Edge
A/B Testing
Migration between S3 origins
Different Objects Based on Device
Content by Country
Overriding a response header
Redirect unauthenticated users to a sign-in page
Normalize query string params for better cache hits
What should you used if you want to do A/B testing with CloudFront
Lambda@Edge on the viewer request
What should you used if you want to do migration between S3 origins with CloudFront
Lambda@Edge on the Origin request
What should you used if you want to do different objects based on device with CloudFront
Lambda@Edge on the Origin request
What should you use if you want to do different content by country with CloudFront
Lambda@Edge on the Origin request
What do CloudFront Header Policies do
They tell which HTTP headers should be included or excluded in the responses sent by CloudFront
Which service should you use for transferring large sets of data to aws?
DataSync, not storage gateway
When should you use DataSync
When you need reliable transfer of large amounts of data
What is Amazon EMR
A managed cluster platform that simplifies running big data frameworks, like Apache Hadoop and Apache Spark
What can you use Amazon EMR for
To process data, to transform and move large amounts of data in and out of AWS data stores and databases
What is Amazon Redshift
A cloud data warehouse
What does Redshift do
It makes it fast, simple and cost-effective to analyze all your data using standard SQL and existing BI tools
What is AWS Network Firewall
A stateful, managed network firewall and intrusion detection and prevention service for VPC
Where do you create an AWS Network Firewall
In your VPC
Where do AWS Network Firewalls filter traffic
At the perimeter of the VPC
At which level do Security Gorups provide protection
Instance level
At what level do NACLs provide protection
Subnet level
At what level foes WAF provide protection
Endpoint level
What is needed if you set up AWS Network Firewall
Reroute VPC network traffic through the firewall endpoint
How do you ensure 2 instances in different subnets can communicate
NACLs to allow traffic between subnets
SGs to allow instance to instance communication
Do you launch Aurora in subnets
yes
What is the default value for ASGs cooldown
300
What does cooldown do in ASGs
It ensures that auto-0scaling does not terminate or launch instances before the previous scaling activity has taken effect
Are cooldowns in ASGs configurable
Yes
When would you use RDS Proxy
If you have a too many connections error
If you’re using Lambda
When you need long-running connections
When resilience to db failure is important
What do you pay for in API Gateway
Per API call and for data transferred out
Which APIs are supported by API Gateway
REST, HTTP, WebSockets
What does AWS Config do
It enables you to assess, audit and evaluate the configurations of AWS resources
What does AWS Inspector do
It scans EC2 instances and its OS (also containers) for vulnerabilities and deviations against best practices
Can do networking assessment
What does GuardDuty do
It generates findings of suspicious activities using AI. It is used with data sources and can be cross-account
How does failover occur in RDS multi-AZ
CNAME is switched from primary to standby instance
Can DMS work with DynamoDB
Yes
Can you use S3 as a target for DMS
Yes, and it will write data as CSV by default
Can also use parquet format if you want something more compact with faster queries
How can you encrypt DMS connections
Use SSL by assigning a certificate to a DMS endpoint