A company runs a cron job on an Amazon EC2 instance on a predefined schedule. The cron job calls a bash script that encrypts a 2 KB file. A security engineer creates an AWS Key Management Service (AWS KMS) CMK with a key policy. The key policy and the EC2 instance role have the necessary configuration for this job. Which process should the bash script use to encrypt the file? A. Use the aws kms encrypt command to encrypt the file by using the existing CMK. B. Use the aws kms create-grant command to generate a grant for the existing CMK. C. Use the aws kms encrypt command to generate a data key. Use the plaintext data key to encrypt the file. D. Use the aws kms generate-data-key command to generate a data key. Use the encrypted data key to encrypt the file.  Suggested Answer: D Community Answer: A This question is in SCS-C01 AWS Certified Security – Specialty Exam For getting AWS Certified Security – Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer