AWS-Certified-Developer-Associate Exam Question 411

An organization processes consumer information submitted through its website. The organization's
security policy requires that personally identifiable information (PII) elements are specifically encrypted at
all times and as soon as feasible when received. The front-end Amazon EC2 instances should not have
access to decrypted PII. A single service within the production VPC must decrypt the PII by leveraging an
iAM role.
Which combination of services will support these requirement? (Select two.)
  • AWS-Certified-Developer-Associate Exam Question 412

    A user is creating a new EBS volume from an existing snapshot. The snapshot size shows 10 GB. Can the user create a volume of 30 GB from that snapshot?
  • AWS-Certified-Developer-Associate Exam Question 413

    An application running on Amazon EC2 opens connections to an Amazon RDS SQL Server database. The developer does not want to store the user name and password for the database in the code. The developer would also like to automatically rotate the credentials.
    What is the MOST secure way to store and access the database credentials?
  • AWS-Certified-Developer-Associate Exam Question 414

    An AWS customer is deploying a web application that is composed of a front-end running on Amazon EC2 and of confidential data that is stored on Amazon S3. The customer security policy that all access operations to this sensitive data must be authenticated and authorized by a centralized access management system that is operated by a separate security team. In addition, the web application team that owns and administers the EC2 web front-end instances is prohibited from having any ability to access the data that circumvents this centralized access management system. Which of the following configurations will support these requirements?
  • AWS-Certified-Developer-Associate Exam Question 415

    A Developer has implemented a Lambda function that needs to add new customers to an RDS database that is expected to run hundreds of times per hour. The Lambda function is configured to use 512MB of RAM and is based on the following pseudo code:

    After testing the Lambda function, the Developer notices that the Lambda execution time is much longer than expected. What should the Developer do to improve performance?