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

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

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

A company runs its two-tier ecommerce website on AWS. The web tier consists of a load balancer that sends traffic to Amazon EC2 instances. The database tier uses an Amazon RDS DB instance. The EC2 instances and the RDS DB instance should not be exposed to the public internet. The EC2 instances require internet access to complete payment processing of orders through a third-party web service. The application must be highly available.
Which combination of configuration options will meet these requirements? (Choose two.)

  • A. Use an Auto Scaling group to launch the EC2 instances in private subnets. Deploy an RDS Multi-AZ DB instance in private subnets.
  • B. Configure a VPC with two private subnets and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the private subnets.
  • C. Use an Auto Scaling group to launch the EC2 instances in public subnets across two Availability Zones. Deploy an RDS Multi-AZ DB instance in private subnets.
  • D. Configure a VPC with one public subnet, one private subnet, and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the public subnet.
    D. Configure a VPC with two public subnets, two private subnets, and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the public subnets.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mabotega
Highly Voted 2 years ago
Selected Answer: AD
Answer A for: The EC2 instances and the RDS DB instance should not be exposed to the public internet. Answer D for: The EC2 instances require internet access to complete payment processing of orders through a third-party web service. Answer A for: The application must be highly available.
upvoted 28 times
oguzbeliren
1 year, 3 months ago
D allows public internet access which is not desired. The answer is not d. The most accurate answers are AB
upvoted 2 times
pentium75
11 months ago
B is wrong because you can't deploy NAT GW in a private subnet. Correct answer is E (mislabelled as a second D). Stem says that the EC2 instances (!) must not be exposed to the Internet, the Load Balancer can be exposed.
upvoted 3 times
...
...
AbhiJo
2 years ago
We will require 2 private subnets, D does mention 1 subnet
upvoted 4 times
pentium75
11 months ago
There's two D options ;) second is correct
upvoted 3 times
...
...
smd_
1 year, 6 months ago
why not option B.The EC2 instances can be launched in private subnets across two Availability Zones, and the Application Load Balancer can be deployed in the private subnets. NAT gateways can be configured in each private subnet to provide internet access for the EC2 instances to communicate with the third-party web service.
upvoted 1 times
ruqui
1 year, 6 months ago
B option wrong! NAT gateways must be created in public subnets!!
upvoted 8 times
x33
1 year, 2 months ago
I think you are wrong on this. In fact, NAT gateways are typically created in private subnets.
upvoted 3 times
RNess
1 year, 1 month ago
NAT Gateway can’t be used by EC2 instance in the same subnet (only from other subnets)
upvoted 4 times
...
...
...
...
...
HayLLlHuK
Highly Voted 1 year, 10 months ago
A and E! Application has to be highly available while the instance and database should not be exposed to the public internet, but the instances still requires access to the internet. NAT gateway has to be deployed in public subnets in this case while instances and database remain in private subnets in the VPC, therefore answer is (A) and (E). https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html If the instances did not require access to the internet, then the answer could have been (B) to use a private NAT gateway and keep it in the private subnets to communicate only to the VPCs. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario2.html
upvoted 27 times
darn
1 year, 7 months ago
your link is right but your voting is wrong, should be AD, although that still doesnt explain why 2 NAT gateways
upvoted 3 times
JA2018
4 days, 17 hours ago
It looks like there could be a typo error in the list of option. HayLLiHuK is referring to Option 'E' which is missing.
upvoted 1 times
...
cheroh_tots
8 months, 2 weeks ago
Because NAT gateways are availability zone specific, if you need HA you will need a NAT gateway in each availability zone.
upvoted 1 times
...
ale_brd_111
11 months, 2 weeks ago
cus application has to be HA, if one NAT gateway fails the other could take the traffic
upvoted 4 times
...
...
...
mzeynalli
Most Recent 3 weeks, 6 days ago
Selected Answer: AD
AE The goal is to create a highly available architecture with EC2 instances and RDS instances that are not exposed to the public internet, while still allowing the EC2 instances to access external services.
upvoted 1 times
...
PaulGa
2 months ago
Selected Answer: AD
And A,D - keeps EC2 and RDS private and highly available, but with public front-end (Not sure why Author's highlighted answer is C?)
upvoted 1 times
...
Shailesh1717
2 months ago
AD are correct ans
upvoted 1 times
...
scaredSquirrel
3 months, 2 weeks ago
AE A because the EC2 can't be exposed to public E because each subnet must reside entirely within one Availability Zone and cannot span zones. source: https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html#:~:text=Delete%20a%20subnet-,Subnet%20basics,of%20a%20single%20Availability%20Zone.
upvoted 1 times
...
jaradat02
4 months ago
A and D is the best combination, it achieves all of the desired requirements.
upvoted 1 times
...
shil_31
5 months, 2 weeks ago
Selected Answer: AD
Option A ensures that EC2 instances and RDS DB instance are not exposed to the public internet, as they are launched in private subnets. Auto Scaling group will also ensure high availability of EC2 instances. Option D configures a VPC with a public subnet for the load balancer, and a private subnet for the EC2 instances and RDS DB instance. NAT gateways in both Availability Zones will allow EC2 instances to access the internet for payment processing, while keeping them private.
upvoted 3 times
...
lofzee
5 months, 3 weeks ago
A and E (the second D option) .
upvoted 1 times
...
Yash2804
6 months ago
There might be error in question. i modified it now CE answer seems to be correct A company runs its two-tier ecommerce website on AWS. The web tier consists of a load balancer that sends traffic to Amazon EC2 instances. The database tier uses an Amazon RDS DB instance. The RDS DB instance should not be exposed to the public internet. The The RDS DB instance require internet access to complete payment processing of orders through a third-party web service. The application must be highly available. Which combination of configuration options will meet these requirements? (Choose two.)
upvoted 1 times
...
Solomon2001
6 months, 2 weeks ago
Selected Answer: AB
Use an Auto Scaling group to launch the EC2 instances in private subnets. Deploy an RDS Multi-AZ DB instance in private subnets. This ensures that the EC2 instances and the RDS DB instance are not exposed to the public internet. Configure a VPC with two private subnets and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the private subnets. This allows the EC2 instances in private subnets to access the internet for payment processing through the NAT gateways while keeping them private.
upvoted 1 times
...
EMPERBACH
7 months ago
App layer & DB Layer does not expose to Internet -> both in private subnet, access through NAT Gateway It's enough for all requirements!
upvoted 1 times
...
SaurabhTiwari1
11 months, 1 week ago
Selected Answer: AD
AD is right , last one D
upvoted 1 times
...
rlamberti
1 year, 1 month ago
Selected Answer: AD
AE Two public subnets = two addresses for ALB = high availability two private subnets with NAT gateway to allow eggress traffic to internet - application tier will be able to complete payment
upvoted 5 times
...
RNess
1 year, 1 month ago
Selected Answer: AD
AE https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
upvoted 4 times
...
tom_cruise
1 year, 1 month ago
Selected Answer: AD
AE. There are two Ds, the last option should be E.
upvoted 2 times
...
tungnguyenduy
1 year, 3 months ago
Selected Answer: AB
AB. should not be exposed to the public internet => private subnet
upvoted 1 times
pentium75
11 months ago
EC2 instances should not be exposed to the public Internet, LB should
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 ...