SCS-C01 Exam QuestionsBrowse all questions from this exam

SCS-C01 Exam - Question 27


A company recently experienced a DDoS attack that prevented its web server from serving content. The website is static and hosts only HTML, CSS, and PDF files that users download.

Based on the architecture shown in the image, what is the BEST way to protect the site against future attacks while minimizing the ongoing operational overhead?

Show Answer
Correct Answer: D

Moving all the files to an S3 bucket and creating a CloudFront distribution in front of the bucket while terminating the web server is the best solution. This approach leverages S3's scalability and CloudFront's CDN capabilities to handle high traffic loads effectively, ensuring protection against DDoS attacks and minimizing operational overhead. By eliminating the need for an EC2 instance and utilizing managed services, operational overhead is significantly reduced and the static site remains available and secure.

Discussion

17 comments
Sign in to comment
awssecuritynewbie
Sep 26, 2021

D is correct it is trying to reduce the overhead

andwill1001
Jun 20, 2022

That's not the only important part. A also reduces overhead. The part that sets D apart is DDOS protection.

virtual
Feb 18, 2024

Yes, DDoS protection through CloudFront

Daniel76
Oct 12, 2021

A- A single Web server does not protect against DDos B- Load balanced EC2 instances only increase availability but does not help to protect against DDos. C- ALB is redundant when there's only 1 EC2. D- best answer.

ChauPhan
Oct 28, 2021

C is not management overhead as we still manage EC2 web server. As the site is static, we can move it to S3 for reducing overhead

sakibmasOption: D
Oct 10, 2022

AWS Shield, a DDoS protection service, is enabled by default on Amazon CloudFront and automatically protects against Network/Transport layer DDoS attacks. Reference: https://aws.amazon.com/blogs/networking-and-content-delivery/improve-your-website-availability-with-amazon-cloudfront/

roguecloudOption: D
Jan 28, 2023

%100 all for D, and A is selected... Admins?? aaaaaadmins.... hello? :)

janvandermerwerOption: D
Nov 12, 2022

D - Static content is a suitable use case for S3. Cloudfront can then be used to present (and cache) the data for the front end. EC2 instance/s behind and ALB could work - However, this has more operational overhead and can still be overloaded if sufficient traffic occurs.

bk02Option: D
Feb 5, 2023

even serving content from s3 allows the ec2 to get DDOS , so using cloud front backed by s3 with WAF will help

Dmosh
Apr 21, 2023

WAF? where

sapien45
Jul 15, 2022

What is going on here ... so much chatting, not one single pulic AWS URL to prove your points. AWS Shield, a DDoS protection service, is enabled by default on Amazon CloudFront and automatically protects against Network/Transport layer DDoS attacks. The automatic protection feature by AWS Shield Standard is available to all AWS customers at no additional cost. Customers can also use AWS WAF (Web Application Firewall) to protect against application layer DDoS attacks. https://aws.amazon.com/blogs/networking-and-content-delivery/improve-your-website-availability-with-amazon-cloudfront/

matrproOption: D
Apr 30, 2023

D is the only one that protects against a DDoS. In A you could be impacted by a DDoS. All requests raches the ec2 yet.

xaochoOption: D
Jun 27, 2022

go to D

dcasabonaOption: D
Jul 26, 2022

D for sure...

Mr__Option: D
Sep 19, 2022

D is correct

arae
Oct 25, 2022

D - because we can host a static website there and we can allow the users to download files/upload files there using cloudfront, plus it aws shield enabled.

xplusfb
Jan 9, 2023

Absolutely correct answer is D because didnt say about web server persistancy. We should terminate the web server for static content serving.

SaucyVip3rOption: D
May 2, 2023

D is the correct one, having a cloudfront backed architecture protects from DDoS attacks

brpjpOption: A
Jul 1, 2023

A s correct as have to minimize operating overhead.

dcyberguyOption: B
Jul 5, 2023

Answer should be B. Hear me out. What is DDOS? it floods traffic to the targeted online resources. That is where an Application Load balancer comes in, to redistribute the load, in the event of a DDoS attack, your site will not be down and will continue to function normally, most especially when the workload is distributed between two EC2 Instances.

DLG_85
Jul 16, 2024

Check this from AWS Docs please: "AWS Shield is integrated with Amazon CloudFront, which supports custom origins outside of AWS." - https://aws.amazon.com/shield/faqs/

pk0619Option: D
Jul 6, 2023

BEST way is the key word