SCS-C01 Exam QuestionsBrowse all questions from this exam

SCS-C01 Exam - Question 6


An application is currently secured using network access control lists and security groups. Web servers are located in public subnets behind an Application Load

Balancer (ALB); application servers are located in private subnets.

How can edge security be enhanced to safeguard the Amazon EC2 instances against attack? (Choose two.)

Show Answer
Correct Answer: BC

Enhancing edge security entails both protecting the application from direct attacks and efficiently managing traffic routes. Moving web servers to private subnets without public IP addresses increases security by only allowing access through the Application Load Balancer, thus reducing exposure to direct attacks. Configuring AWS WAF provides an additional layer of security by protecting against web-layer attacks, including DDoS and malicious bots, which helps secure the ALB and, consequently, the EC2 instances.

Discussion

17 comments
Sign in to comment
josellama2000
Sep 21, 2021

Agreed. Correct is B and C A is incorrect. Nat gateways is for outbound only trafffc D is incorrect. Bastion host is mostly for incoming SSH/FTP connections and it must be placed on a public subnet E is incorrect. AWS Direct connect is used to connect your on-premisse datacenter to AWS

nasreenazad57
Oct 24, 2021

if we move web servers to private subnets without public IP, it mean they won't be able to serve as public web servers, am I correct?

frees
Oct 28, 2021

Load Balancer will have public IP.

rohanat
Jan 5, 2023

But application and Web Servers need to be isolated into different layers, Moving the web servers to private subnet will increase the blast radius if web servers are hacked. So this answer is not fully right

Robert0
Jun 4, 2023

The question does not specify that the private subnet have to be unique. Agree with you that it may be more complete answer. But they are "more secure" options than the initial state.

BillyC
Sep 20, 2021

B and C

Kdosec
Nov 5, 2021

B & C are correct, but the C answer with "C. Configure AWS WAF to provide DDoS attack protection" is really not correct with DDoS attack protection, it must be AWS Shield.

NivNZ
Nov 6, 2021

No actually, C is correct too. If you check WAF's FAQ - "Can I use Rate-based rule to mitigate Web layer DDoS attacks?" It does say "Yes. This new rules type is designed to protect you from use cases such web-layer DDoS attacks, brute force login attempts and bad bots." Reference: https://aws.amazon.com/waf/faqs/

Mike_1
Oct 16, 2021

All answer looks good. But since question emphasizes on "edge location" enhanced security, BC it is.

devjava
Oct 20, 2021

Ans > B,C

kalzht00
Oct 23, 2021

Should be B & C

NANDY666
Oct 24, 2021

B and C

Haxor
Oct 26, 2021

I don't understand why everyone is saying B? If it is B, then surely your users can't access the instances, so instead it should be A and C, right?

apartha77
Oct 27, 2021

Ans > B&C... the ALB can be configured to access web server in private subnet

gondohwe
Sep 2, 2022

it dont matter if the web servers are in private subnets...the ALB facing the internet will receive requests...BC make a better choice

mmelo
Oct 29, 2021

B and C

sanjaym
Nov 2, 2021

Ans:BC 100%

hk436
Nov 6, 2021

B and C is my answer

dcasabonaOptions: BC
Aug 5, 2022

B and C make sense to me.

gg12345Options: BC
Nov 11, 2022

B and C

Robert0Options: BC
Jun 4, 2023

B and C.

Benah
Sep 12, 2023

B and C is correct

rapatajonesOptions: BC
Oct 17, 2023

B and C

jlggross
Jul 16, 2024

C might be correct but is a tricky one. When it comes to DDoS mitigation, the recommended solution is AWS Shield, but other services can also mitigate DDoS, such as AWS WAF.