Section 23: Solution Architectures Flashcards
1
Q
Your Lambda function is processing events coming through S3 events and distributed through an SNS topic. You have decided to ensure that events that can not be processed are sent to a DLQ. In which service should you set up the DLQ?
A) S3 Events
B) SNS Topic
C) Lambda function
A
C) Lambda function
the invocation is asynchronous (coming from the SNS topic) so the DLQ has to be set on the Lambda side
2
Q
You have created an architecture including CloudFront with WAF, Shield, an ALB, and EC2 instances. You would like to block an IP, where should you do it? A) CloudFront B) WAF C) Shield D) ALB Security Group E) EC2 Security Group D) NACL
A
B) WAF
3
Q
Your instances are deployed in an EC2 placement group of type cluster in order to perform HPC. You would like to maximize network performance between your instances. What should you use? A) Elastic Network Interface B) Elastic Fabric Adapter C) Elastic Network Adapter D) FSx for Lustre
A
B) Elastic Fabric Adapter