AWS Shield
AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS.
It comes in two tiers: Shield Standard and Shield Advanced.
1. AWS Shield Standard
AWS Shield Standard is automatically enabled for all AWS customers at no additional cost.
- Features:
- Basic DDoS Protection against common and most frequently occurring network and transport layer DDoS attacks (Layer 3 and Layer 4 attacks).
- Protects workloads served through Amazon CloudFront or Route 53 without additional setup.
- Enabled by default for all AWS resources.
- Limitations:
- Does not include application-layer (Layer 7) protection.
- No advanced analytics, reporting, or cost protection for scaling during an attack.
2. AWS Shield Advanced
- Feature:
- Incurs additional costs and requires enabling on specific resources.
- Covers network (Layer 3), transport (Layer 4), and
application layer(Layer 7) attacks. - 24/7 access to the AWS DDoS
Response Team(DRT) for attack mitigation. - Real-time visibility into attacks through detailed metrics and reports in the AWS Management Console.
- Automatic
application-layer detectionand response with AWS WAF integration. Integrates with AWS Firewall Managerfor centralized management of DDoS protections across your accounts and resources.
- Limitations:
- AWS Shield Advanced does offer protection to resources outside of AWS.
- Shield Advanced protects against DDoS attacks. Shield Advanced
does not protect against cross-site scripting or SQL injection.
Question: AWS Shield Advanced
A company is preparing to launch a public-facing web application in the AWS Cloud. The architecture consists of Amazon EC2 instances within a VPC behind an Elastic Load Balancer (ELB). A third-party service is used for the DNS. The company's solutions architect must recommend a solution to detect and protect against large-scale DDoS attacks. Which solution meets these requirements?
- Enable Amazon GuardDuty on the account.
- Enable Amazon Inspector on the EC2 instances.
- Enable AWS Shield and assign Amazon Route 53 to it.
Enable AWS Shield Advanced and assign the ELB to it. (Correct An)