Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 104 discussion

A solutions architect must design a highly available infrastructure for a website. The website is powered by Windows web servers that run on Amazon EC2 instances. The solutions architect must implement a solution that can mitigate a large-scale DDoS attack that originates from thousands of IP addresses. Downtime is not acceptable for the website.
Which actions should the solutions architect take to protect the website from such an attack? (Choose two.)

  • A. Use AWS Shield Advanced to stop the DDoS attack.
  • B. Configure Amazon GuardDuty to automatically block the attackers.
  • C. Configure the website to use Amazon CloudFront for both static and dynamic content.
  • D. Use an AWS Lambda function to automatically add attacker IP addresses to VPC network ACLs.
  • E. Use EC2 Spot Instances in an Auto Scaling group with a target tracking scaling policy that is set to 80% CPU utilization.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
alvarez100
Highly Voted 1 year, 8 months ago
Selected Answer: AC
I think it is AC, reason is they require a solution that is highly available. AWS Shield can handle the DDoS attacks. To make the solution HA you can use cloud front. AC seems to be the best answer imo. AB seem like redundant answers. How do those answers make the solution HA?
upvoted 26 times
attila9778
1 year, 7 months ago
A - AWS Shield Advanced C - (protecting this option) IMO: AWS Shield Advanced has to be attached. But it can not be attached directly to EC2 instances. According to the docs: https://aws.amazon.com/shield/ It requires to be attached to services such as CloudFront, Route 53, Global Accelerator, ELB or (in the most direct way using) Elastic IP (attached to the EC2 instance)
upvoted 28 times
...
...
Buruguduystunstugudunstuy
Highly Voted 1 year, 6 months ago
Selected Answer: AC
Option A. Use AWS Shield Advanced to stop the DDoS attack. It provides always-on protection for Amazon EC2 instances, Elastic Load Balancers, and Amazon Route 53 resources. By using AWS Shield Advanced, the solutions architect can help protect the website from large-scale DDoS attacks. Option C. Configure the website to use Amazon CloudFront for both static and dynamic content. CloudFront is a content delivery network (CDN) that integrates with other Amazon Web Services products, such as Amazon S3 and Amazon EC2, to deliver content to users with low latency and high data transfer speeds. By using CloudFront, the solutions architect can distribute the website's content across multiple edge locations, which can help absorb the impact of a DDoS attack and reduce the risk of downtime for the website.
upvoted 16 times
...
jatric
Most Recent 2 days, 8 hours ago
Selected Answer: AC
AC is more close to meet the requirenment
upvoted 1 times
...
awsgeek75
5 months, 3 weeks ago
Selected Answer: AC
A: For DDoS attakcs C: For scalable available site B: Irrelevant D: How would Lambda identify the attacker IP even if this was possible (ACL has a limit of 40 rules each way) E: Scaling is not an issue here
upvoted 4 times
...
xdkonorek2
8 months ago
Selected Answer: AC
A - use aws shield advanced for DDoS protection, but it cannot be used with EC2 instace if it's not using EIP, which is not mentioned C - but it can be used with cloudfront distribution thus AC is the answer
upvoted 2 times
...
Ruffyit
8 months, 1 week ago
DDoS attack will choose the AWS Shield Advanced Cloudfront have attached the WAF
upvoted 1 times
...
Devsin2000
9 months, 1 week ago
Selected Answer: AE
A - no brainer E = "must design a highly available infrastructure". I am not sure if CloudFront addresses this requirement.
upvoted 1 times
pentium75
6 months, 1 week ago
Is CloudFront not HA? Answer E uses Spot instances which might be unavailable, thus are NEVER an option for HA.
upvoted 2 times
sidharthwader
4 months, 1 week ago
You are right if it was On demand instances we could think of E
upvoted 1 times
...
LoXoL
5 months, 4 weeks ago
pentium75 is right.
upvoted 1 times
...
...
...
TariqKipkemei
10 months, 2 weeks ago
Selected Answer: AC
Mitigate a large-scale DDoS attack = AWS Shield Advanced Downtime is not acceptable for the website = high availability = Amazon CloudFront
upvoted 2 times
...
mtmayer
10 months, 2 weeks ago
Selected Answer: D
yeah , AWS Shield Advanced can be used directly on EC2..... https://docs.aws.amazon.com/waf/latest/developerguide/ddos-protections-by-resource-type.html
upvoted 1 times
pentium75
6 months, 1 week ago
Why D then?
upvoted 1 times
...
...
Guru4Cloud
10 months, 3 weeks ago
Selected Answer: AC
Cloud front supports SHIELD ADVANCED integration
upvoted 2 times
...
diabloexodia
11 months, 3 weeks ago
Cloud front supports SHIELD ADVANCED integration
upvoted 1 times
...
Aash24
12 months ago
Selected Answer: D
D should be the one here
upvoted 3 times
pentium75
6 months, 1 week ago
"Use an AWS Lambda function to automatically add attacker IP addresses to VPC network ACLs"?????
upvoted 2 times
...
...
cookieMr
1 year ago
Selected Answer: AC
A. AWS Shield Advanced provides advanced DDoS protection for AWS resources, including EC2. It includes features such as real-time threat intelligence, automatic protection, and DDoS cost protection. C. CloudFront is a CDN service that can help mitigate DDoS attacks. By routing traffic through CloudFront, requests to the website are distributed across multiple edge locations, which can absorb and mitigate DDoS attacks more effectively. CloudFront also provides additional DDoS protection features, such as rate limiting, SSL/TLS termination, and custom security policies. B. While GuardDuty can detect and provide insights into potential malicious activity, it is not specifically designed for DDoS mitigation. D. Network ACLs are not designed to handle high-volume traffic or DDoS attacks efficiently. E. Spot Instances are a cost optimization strategy and may not provide the necessary availability and protection against DDoS attacks compared to using dedicated instances with DDoS protection mechanisms like Shield Advanced and CloudFront.
upvoted 3 times
...
Heric
1 year, 2 months ago
Selected Answer: AC
Key word: DDoS attack will choose the AWS Shield Advanced Cloudfront have attached the WAF
upvoted 2 times
...
jdr75
1 year, 3 months ago
Selected Answer: AC
A & C but no fully understand why cloudfront is opted. The customer does not need it, and it's not exactly cheap. Yes it could serve the cached content to the attacker, alighting the job in backend, but as I said it's not cheap, and the OOTB AWS Shield is free and can cope with the attack (as far as it won't be waf-style-attack).
upvoted 1 times
pentium75
6 months, 1 week ago
Because AWS Shield Advanced can't be directly attached to an EC2 instance. Yes, it says everything that 'AWS Shield Advanced can protect EC2 instances', but it still needs CloudFront inbetween.
upvoted 3 times
...
...
Khushna
1 year, 4 months ago
Selected Answer: AC
DDos is better with shield and Cloudfront also provide protection for ddos
upvoted 1 times
...
CloudForFun
1 year, 6 months ago
AC "AWS Shield Advanced is available globally on all Amazon CloudFront, AWS Global Accelerator, and Amazon Route 53 edge locations worldwide. You can protect your web applications hosted anywhere in the world by deploying Amazon CloudFront in front of your application. Your origin servers can be Amazon Simple Storage Service (S3), Amazon EC2, Elastic Load Balancing, or a custom server outside of AWS." https://aws.amazon.com/shield/faqs/
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in