What is the easiest way to deploy the application, based on these requirements?

A Developer has developed a web application and wants to deploy it quickly on a Tomcat server on AWS. The Developer wants to avoid having to manage the underlying infrastructure. What is the easiest way to deploy the application, based on these requirements?A . AWS CloudFormationB . AWS Elastic BeanstalkC...

June 20, 2021 No Comments READ MORE +

What should a developer do to ensure the data is encrypted on disk without impacting performance?

A company is building a compute-intensive application that will run on a fleet of Amazon EC2 instances. The application uses attached Amazon EBS disks for storing data. The application will process sensitive information and all the data must be encrypted. What should a developer do to ensure the data is...

June 20, 2021 No Comments READ MORE +

Which optimization solution should a Developer implement to increase application performance?

A global company has an application running on Amazon EC2 instances that serves image files from Amazon S3. User requests from the browser are causing high traffic, which results in degraded performance. Which optimization solution should a Developer implement to increase application performance?A . Create multiple prefix in the S3...

June 20, 2021 2 Comments READ MORE +

In which order will these records be processed?

A Developer has setup an Amazon Kinesis Stream with 4 shards to ingest a maximum of 2500 records per second. A Lambda function has been configured to process these records. In which order will these records be processed?A . Lambda will receive each record in the reverse order it was...

June 20, 2021 No Comments READ MORE +

Which of the following modifications should the Developer make to ensure that the data is encrypted before uploading it to the bucket?

An AWS Lambda function generates a 3MB JSON file and then uploads it to an Amazon S3 bucket daily. The file contains sensitive information, so the Developer must ensure that it is encrypted before uploading to the bucket. Which of the following modifications should the Developer make to ensure that...

June 19, 2021 No Comments READ MORE +

What should Company D do to prevent the web fonts from being blocked by the browser?

Company D is running their corporate website on Amazon S3 accessed from http//www.companyd.com. Their marketing team has published new web fonts to a separate S3 bucket accessed by the S3 endpoint https://s3-us-west-1.amazonaws.com/cdfonts. While testing the new web fonts, Company D recognized the web fonts are being blocked by the browser....

June 19, 2021 No Comments READ MORE +

Which combination of commands must the developer use to redeploy the AWS SAM application?

A developer must extend an existing application that is based on the AWS Services Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM...

June 19, 2021 No Comments READ MORE +

Which deployment policy will meet these requirements while using the existing instances?

An application deployed on AWS Elastic Beanstalk experiences increased error rates during deployments of new application versions, resulting in service degradation for users. The Development team believes that this is because of the reduction in capacity during the deployment steps. The team would like to change the deployment policy configuration...

June 19, 2021 No Comments READ MORE +

How can the application locate this information?

A Developer is creating an application that needs to locate the public IPv4 address of the Amazon EC2 instance on which it runs . How can the application locate this information?A . Get the instance metadata by retrieving http://169.254.169.254/latest/metadata/.B . Get the instance user data by retrieving http://169.254.169.254/latest/userdata/.C . Get...

June 19, 2021 No Comments READ MORE +

Which is the MOST cost-efficient deployment strategy?

The development team is working on an API that will be served from Amazon API gateway. The API will be served from three environments: development, test, and production. The API Gateway is configured to use 237 GB of cache in all three stages. Which is the MOST cost-efficient deployment strategy?A...

June 19, 2021 No Comments READ MORE +