Boost your preparation for the Amazon AWS Certified Security – Specialty (old) exam with our SCS-C02 exam dumps and real exam questions in a clean easy-to-read PDF format. Our study material includes carefully selected and regularly updated questions that reflect the actual exam structure making your preparation more targeted and effective. With these authentic exam questions and comprehensive dumps you can quickly understand important concepts practice at your own pace and strengthen weaker areas without any confusion. Designed for both beginners and experienced candidates our SCS-C02 PDF dumps provide a smooth and reliable way to increase your confidence and improve your chances of passing the Amazon AWS Certified Security – Specialty (old) exam on your first attempt.
Exam Name:
AWS Certified Security - Specialty (old)
Registration Code:
SCS-C02
Related Certification:
Amazon Specialty Certification
Certification Provider:
Amazon
Correct Answer: C
To avoid AccessDeniedExceptions when users first attempt to encrypt using the CMK, the security specialist should recommend the following solution:
Instruct the engineering team to pass the grant token returned in the CreateGrant response to users. This allows the engineering team to use the grant token as a form of temporary authorization for the grant.
Instruct users to use that grant token in their call to encrypt. This allows the users to use the grant token as a proof that they have permission to use the CMK, and to avoid any eventual consistency issues with the grant creation.
To securely store the API key, the security team should do the following:
Create a secret in AWS Secrets Manager in the security account to store the API key using AWS Key Management Service (AWS KMS) for encryption. This allows the security team to encrypt and manage the API key centrally, and to configure automatic rotation schedules for it.
Grant access to the IAM role used by the Lambda function so that the function can retrieve the key from Secrets Manager and call the API. This allows the security team to avoid storing the API key with the source code, and to use IAM policies to control access to the secret.
Correct Answer: C