Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified DevOps Engineer Professional Review Mode Set 3 question 11

  • Review Mode Set 3 question 11

  • HappyDog1111

    Member
    July 3, 2024 at 11:23 am

    Category: DOP – Resilient Cloud Solutions

    A company has developed a serverless application that processes user requests using AWS Lambda. The Lambda functions are designed to connect to an Aurora PostgreSQL database cluster for data retrieval and storage. Initially, the functions connected directly to the Aurora cluster, but this approach led to connection timeouts due to the high volume of short-lived connections generated by the Lambda functions. The DevOps engineer must consider a scalable and higher-performance solution.
    What combination of steps should the engineer do in the following options to meet these requirements? (Select THREE.)

    one correct answer is

    Implement Amazon RDS Proxy to manage database connections, connect them to the Aurora cluster’s reader endpoint, and set a maximum connection threshold.
    The question mentions that the lambda functions are designed to connect to an Aurora PostgreSQL database cluster for data retrieval and storage.It needs to write data to the cluster.does one reader endpoint meet the requirement?

  • Neil-TutorialsDojo

    Member
    July 9, 2024 at 10:40 am

    Hi HappyDog1111,

    Good day!
    No, using only the Aurora cluster’s reader endpoint would not be sufficient if the Lambda functions need to write data to the database cluster.
    Upon checking the scenario, it did imply that it needs both read and write operations.
    Thank you for pointing this to our attention, it will help us make this question more accurate. We will do the necessary update as soon as possible.
    If you have further clarifications, pls let us know.

    Regards,
    Neil @ tutorials dojo

  • HappyDog1111

    Member
    July 9, 2024 at 4:48 pm

    Thank you,the key words ‘data retrieval and storage’ mistake me

Viewing 1 - 3 of 3 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now