Search⌘ K
AI Features

DVA-C02 Domain 2—Security

Explore secure AWS development practices focused on automating credential rotation, managing IAM permissions for encrypted resources, and implementing real-time access monitoring. Learn how to apply AWS Secrets Manager, Cognito with scoped permissions, and CloudWatch alerts to meet security requirements, preparing you effectively for the DVA-C02 certification.

Question 6

A company’s security policy requires that database credentials used by an AWS Lambda function must be rotated every 30 days. The rotation process must be automated and require minimal custom code. 

Which solution should the developer implement?

A. AWS Systems Manager Parameter Store (Standard)

B. AWS Certificate Manager (ACM)

C. AWS Secrets Manager

D. AWS Key Management Service (KMS)

Question 7

A developer is using an IAM role to upload a configuration file to an Amazon S3 ...