MultipleChoice
A developer is deploying an application in the AWS Cloud by using AWS CloudFormation. The application will connect to an existing Amazon RDS database. The hostname of the RDS database is stored in AWS Systems Manager Parameter Store as a plaintext value. The developer needs to incorporate the database hostname into the CloudFormation template to initialize the application when the stack is created
How should the developer reference the parameter that contains the database hostname?
OptionsMultipleChoice
A company has deployed an application on AWS Elastic Beanstalk. The company has configured the Auto Scaling group that is associated with the Elastic Beanstalk environment to have five Amazon EC2 instances If the capacity is fewer than four EC2 instances during the deployment, application performance degrades. The company is using the all-at-once deployment policy
What is the MOST cost-effective way to solve the deployment issue?
OptionsMultipleChoice
A company has an internal website that gives users the ability to access contract data that is stored in an Amazon RDS DB instance The number of contracts has increased, and several users have reported slow retrieval of the contract data.
The company wants to set up a cache to improve the latency A developer must create a solution that ensures data resiliency. The data must be encrypted and must be partitioned by department
Which solution will meet these requirements?
OptionsMultipleChoice
A supplier is writing a new RESTful API for customers to query the status of orders. The customers requested the following API endpoint.
Which of the following application designs meet the requirements? (Select two.)
OptionsMultipleChoice
A company is running an application on AWS Elastic Beanstalk in a single-instance environment The company's deployments must avoid any downtime
Which deployment option will meet these requirements'?
OptionsMultipleChoice
A developer tested an application locally and then deployed it to AWS Lambda While testing the application remotely the Lambda function fails with an access denied message How can this issue be addressed?
OptionsMultipleChoice
A developer is writing an AWS Lambda function. The developer wants to log key events that occur during the Lambda function and include a unique identifier to associate the events with a specific function invocation
Which of the following will help the developer accomplish this objective?
OptionsMultipleChoice
You are writing to a DynamoDB table and receive the following exception:' ProvisionedThroughputExceededException'. though according to your Cloudwatch metrics for the table, you are not exceeding your provisioned throughput.
What could be an for this?
OptionsMultipleChoice
A developer is designing a web application in which new users will use their email addresses to create accounts Millions of users are expected to sign up The application will store attributes for each user.
Which AWS service or feature should the developer implement to meet these requirements?
OptionsMultipleChoice
A company has an AWS Lambda function that runs hourly, reads log files that are stored in Amazon S3, and forwards alerts to Amazon Simple Notification Service (Amazon SNS) topics based on content A developer wants to add a custom metric to the Lambda function to track the number of alerts of each type for each run The developer needs to log this information in Amazon CloudWatch in a metric that is named Lambda/AlertCounts
How should the developer modify the Lambda function to meet this requirement with the LEAST operational overhead''
Options