SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Your organization has enforced new security policies, and all passwords must now be encrypted at rest and no longer hard-coded into your application. Pulling them from a service via an API would be the best way to implement this. Which AWS service would you suggest?
A
AWS Systems Manager Parameter Store
B
AWS Secrets Service
C
AWS Secrets Manager
D
AWS KMS
Explanation: 

Detailed explanation-1: -AWS Key Management Service (KMS) – AWS KMS is a managed service that enables easy creation and control of encryption keys used to encrypt data.

Detailed explanation-2: -Secrets Manager encrypts the protected text of a secret by using AWS Key Management Service (AWS KMS). Many AWS services use AWS KMS for key storage and encryption. AWS KMS ensures secure encryption of your secret when at rest. Secrets Manager associates every secret with a KMS key.

Detailed explanation-3: -AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. With IAM, you can centrally manage permissions that control which AWS resources users can access. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.

There is 1 question to complete.