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

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 846 discussion

A greeting card company recently advertised that customers could send cards to their favorite celebrities through the company's platform. Since the advertisement was published, the platform has received constant traffic from 10,000 unique users each second.
The platform runs on m5.xlarge Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Auto Scaling group and use a custom
AMI that is based on Amazon Linux. The platform uses a highly available Amazon Aurora MySQL DB cluster that uses primary and reader endpoints. The platform also uses an Amazon ElastiCache for Redis cluster that uses its cluster endpoint.
The platform generates a new process for each customer and holds open database connections to MySQL for the duration of each customer's session. However, resource usage for the platform is low.
Many customers are reporting errors when they connect to the platform. Logs show that connections to the Aurora database are failing. Amazon CloudWatch metrics show that the CPU load is low across the platform and that connections to the platform are successful through the ALB.
Which solution will remediate the errors MOST cost-effectively?

  • A. Set up an Amazon CloudFront distribution. Set the ALB as the origin. Move all customer traffic to the CloudFront distribution endpoint.
  • B. Use Amazon RDS Proxy. Reconfigure the database connections to use the proxy.
  • C. Increase the number of reader nodes in the Aurora MySQL cluster.
  • D. Increase the number of nodes in the ElastiCache for Redis cluster.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mirnuj_atom
Highly Voted 2 years, 5 months ago
Selected Answer: B
I think B suits better https://aws.amazon.com/rds/proxy/faqs/
upvoted 12 times
...
Blair77
Most Recent 1 year, 11 months ago
Selected Answer: B
BBB RDS Proxy !
upvoted 1 times
...
pixepe
2 years ago
The platform generates a new process for each customer and holds open database connections to MySQL for the duration of each customer's session. => RDS PROXY (B) from AWS: RDS Proxy also shares infrequently used database connections, so that fewer connections access the RDS database.
upvoted 3 times
...
Ni_yot
2 years, 1 month ago
B is correct ans
upvoted 1 times
...
etopics
2 years, 1 month ago
Selected Answer: B
bbbbbbbbbb
upvoted 1 times
...
bogdan_alex
2 years, 4 months ago
Selected Answer: B
I'll go with B
upvoted 2 times
...
Bigbearcn
2 years, 5 months ago
Selected Answer: B
B. RDS proxy to pool the database connection.
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 ...