Question 222:
You’re a developer for a company that is developing a .net based application. This application will be hosted in AWS. There is a need to encrypt data. Currently, the company does not have a key store for managing encryption. Which of the following could the developer use in this code for encrypting data?
Answer options:
A.Use S3 Server-side encryption to work with encryption keys. B.Use the AWS KMS service to generate data keys. C.Use the AWS Config service to generate data keys. D.Use S3 client-side encryption to work with encryption keys.