Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

A serverless application is composed of several Lambda functions which reads data from RDS. These functions must share the same connection string that should be encrypted to improve data security.  Which of the following is the way to meet the above requirement?
  • Create a Secure String Parameter using the AWS Systems Manager Parameter Store.
  • Use AWS Lambda environment variables encrypted with KMS which will be shared by the Lambda functions.
  • Use AWS Lambda environment variables encrypted with CloudHSM.
  • Create an IAM Execution Role that has access to RDS and attach it to the Lambda functions.
Answer- A