Forum Replies Created

Viewing 1 of 1 posts
  • apser

    Member
    January 31, 2023 at 4:40 am

    A Security Engineer refactored an application to remove the hardcoded Amazon RDS database credential from the application and store it to AWS Secrets Manager instead. The application works fine after the code change. For improved data security, the Engineer enabled rotation of the credential in Secrets Manager and then set the rotation to change every 30 days. The change was done successfully without any issues but after a short while, the application is getting an authentication error whenever it connects to the database.

    What is the MOST likely cause of this issue?

    <ul data-question_id=”8422″ data-type=”single”>

  • IAM DB Authentication was accidentally turned off.
  • The Security Engineer doesn’t have the required AWS CloudHSM permissions. The AWS Secrets Manager encrypts the protected text of a secret by using AWS CloudHSM.
  • Enabling rotation in AWS Secrets Manager causes the secret to rotate immediately.
  • The Security Engineer doesn’t have a SecretsManagerReadWrite permission.
Viewing 1 of 1 posts