exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 587 discussion

A company has a three-tier application on AWS that ingests sensor data from its users' devices. The traffic flows through a Network Load Balancer (NLB), then to
Amazon EC2 instances for the web tier, and finally to EC2 instances for the application tier. The application tier makes calls to a database.
What should a solutions architect do to improve the security of the data in transit?

  • A. Configure a TLS listener. Deploy the server certificate on the NLB.
  • B. Configure AWS Shield Advanced. Enable AWS WAF on the NLB.
  • C. Change the load balancer to an Application Load Balancer (ALB). Enable AWS WAF on the ALB.
  • D. Encrypt the Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instances by using AWS Key Management Service (AWS KMS).
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Devsin2000
1 year, 8 months ago
A - Correct B - Wrong because WAF can't be enabled on NLB C- Close but incorrect, because encryption is required. D- incorrect, data in transit needs to secured not at rest
upvoted 1 times
...
rodriiviru
2 years, 8 months ago
Selected Answer: A
You must specify an SSL certificate for a TLS listener. The load balancer uses the certificate to terminate the connection and decrypt requests from clients before routing them to targets. https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-listener.html
upvoted 1 times
...
jw1806
2 years, 8 months ago
Selected Answer: A
TLS refers toTransport Layer Security, which is a newer version over ssl
upvoted 1 times
...
sivasumanth
2 years, 8 months ago
Selected Answer: A
For transit enable SSL
upvoted 1 times
...
Alexander_Nox
2 years, 8 months ago
Selected Answer: A
TLS/SSL
upvoted 1 times
...
guptatrng
2 years, 9 months ago
Its A..
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 ...