This certification preparation material would help you in getting the jobs in the AWS Fields

AWS Developer Certification : Associate Level AWS Sysops Administrator Certification : Assciate Level AWS Solution Architect Certification : Associate Level AWS Soltion Architect : Professional Level AWS Certified Security Specialty (SCS-C01) AWS Professional certification Exam AWS Certified Big Data – Specialty (BDS-C00) AWS Certified Machine Learning MLS C01 Certification Prepration Materal AWS Solution Architect : Training Associate AWS Advanced Networking Certifications AWS Exam Prepare : Kinesis Data Stream Book : AWS Solution Architect Associate : Little Guide AWS Security Specialization Certification: Little Guide SCS-C01 AWS Package Deal


While applying to the Job you need to mention referred by : admin@hadoopexam.com | or Website : http://www.HadoopExam.com


 

Question24: You are working in a Health Care Data solution provider IT Company, which stores all the patients’ data in Oracle RDS and all the images like charting (X-Rays) etc. in S3 bucket. There is a web application called HealthData.com which can only be accessed by doctors if patient gives its patient id to view the data. ................................ All secret should be accessed dynamically and decrypted on the fly. All access to secret should also be audited. So what is the best solution or design for given requirement?

  1. You will be storing encrypted username and password in some other database table.
  2. You will be using KMS solution to encrypt and decrypt the password before storing in databases table.
  3. You will be using AWS KMS (Key Management Solution) to store encrypted secret.
  4. You will be using API call to dynamically retrieve the username and password from KMS.
  5. Correct Answer
  6. You will be using API call over the TLS to get the secret on the fly from KMS.

Correct Answer 

Detailed Explanation