DOP-C02 Exam Question 51

A company has containerized all of its in-house quality control applications. The company is running Jenkins on Amazon EC2 instances, which require patching and upgrading. The compliance officer has requested a DevOps engineer begin encrypting build artifacts since they contain company intellectual property.
What should the DevOps engineer do to accomplish this in the MOST maintainable manner?
  • DOP-C02 Exam Question 52

    A company has an application that is using a MySQL-compatible Amazon Aurora Multi-AZ DB cluster as the database. A cross-Region read replica has been created for disaster recovery purposes. A DevOps engineer wants to automate the promotion of the replica so it becomes the primary database instance in the event of a failure.
    Which solution will accomplish this?
  • DOP-C02 Exam Question 53

    A company provides an application to customers. The application has an Amazon API Gateway REST API that invokes an AWS Lambda function. On initialization, the Lambda function loads a large amount of data from an Amazon DynamoDB table. The data load process results in long cold-start times of 8-10 seconds. The DynamoDB table has DynamoDB Accelerator (DAX) configured.
    Customers report that the application intermittently takes a long time to respond to requests. The application receives thousands of requests throughout the day. In the middle of the day, the application experiences 10 times more requests than at any other time of the day. Near the end of the day, the application's request volume decreases to 10% of its normal total.
    A DevOps engineer needs to reduce the latency of the Lambda function at all times of the day.
    Which solution will meet these requirements?
  • DOP-C02 Exam Question 54

    A rapidly growing company wants to scale for developer demand for AWS development environments. Development environments are created manually in the AWS Management Console. The networking team uses AWS CloudFormation to manage the networking infrastructure, exporting stack output values for the Amazon VPC and all subnets. The development environments have common standards, such as Application Load Balancers, Amazon EC2 Auto Scaling groups, security groups, and Amazon DynamoDB tables.
    To keep up with demand, the DevOps engineer wants to automate the creation of development environments. Because the infrastructure required to support the application is expected to grow, there must be a way to easily update the deployed infrastructure. CloudFormation will be used to create a template for the development environments.
    Which approach will meet these requirements and quickly provide consistent AWS environments for developers?
  • DOP-C02 Exam Question 55

    A company is using AWS Organizations to create separate AWS accounts for each of its departments The company needs to automate the following tasks
    * Update the Linux AMIs with new patches periodically and generate a golden image
    * Install a new version to Chef agents in the golden image, is available
    * Provide the newly generated AMIs to the department's accounts
    Which solution meets these requirements with the LEAST management overhead'?