A global pharmaceutical company hosts a clinical trial portal on AWS. The portal consists of static media assets stored in an Amazon S3 bucket served via Amazon CloudFront, and a dynamic telemetry ingestion API hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). During a recent test, the portal was targeted by a distributed HTTP flood (Layer 7 DDoS attack) that degraded the API's performance. A solutions architect must design a secure architecture that protects both the static assets and the API from Layer 7 attacks, and ensures that the EC2 instances only accept traffic originating from CloudFront. Which combination of security controls should the solutions architect implement to meet these requirements? (Select TWO.)
- Associate AWS WAF with the Amazon CloudFront distribution, and configure a rate-based rule to block IP addresses that exceed a request threshold.Cevap
- Configure the Application Load Balancer's security group to only allow traffic from the Amazon CloudFront IP ranges using the AWS-managed prefix list.Cevap
- CConfigure stateless Network Access Control Lists (NACLs) at the subnet level to block incoming traffic on port 80 and port 443 during an active attack.
- DRely on AWS Shield Standard to automatically detect and block the Layer 7 HTTP flood at the Application Load Balancer.
- EAssociate AWS WAF directly with the Amazon S3 bucket, and configure a Geo Match rule to block requests from unauthorized regions.