What action should the Developer perform to make this error human-readable?
A Developer executed a AWS CLI command and received the error shown below: What action should the Developer perform to make this error human-readable?A . Make a call to AWS KMS to decode the message.B . Use the AWS STS decode-authorization-message API to decode the message.C . Use an open...
What should you do?
You are developing an HTTP API hosted on a Compute Engine virtual machine instance that needs to be invoked by multiple clients within the same Virtual Private Cloud (VPC). You want clients to be able to get the IP address of the service. What should you do?A . Reserve a...
How should this application be deployed, based on these requirements?
An application contains two components one component to handle HI IP requests, and another component to handle background processing tasks Bach component must scale independently. The developer wants to deploy this application using AWS Elastic Beanstalk. How should this application be deployed, based on these requirements?A . Deploy the application...
Which approach should the developer take to meet these requirements?
A developer is building an application that needs to store date in Amazon S3. Management requires that the data be encrypted before is it sent to Amazon S3 for storage. The encryption keys need to be managed by the security team. Which approach should the developer take to meet these...
What can the company do to find out how the changes will impact the resources that are running?
A company is using AWS CloudFormation templates to deploy AWS resources. The company needs to update one of its AWS CloudFormation stacks. What can the company do to find out how the changes will impact the resources that are running?A . Investigate the change setsB . Investigate the stack policiesC...
Rebuild the environment with the new load balancer type.
Rebuild the environment with the new load balancer type.View AnswerAnswer: B Explanation: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.elb.html By default, Elastic Beanstalk creates an Application Load Balancer for your environment when you enable load balancing with the Elastic Beanstalk console or the EB CLI. It configures the load balancer to listen for HTTP traffic on...
perform a code push efficiently, without the need to update the API Gateway?
A developer is creating a serverless web application and maintains different branches of code. The developer wants to avoid updating the Amazon API Gateway target endpoint each time a new code push is performed. What solution would allow me developer to perform a code push efficiently, without the need to...
How can the Developer ensure that all traffic to the S3 bucket is encrypted?
An application running on EC2 instances is storing data in an S3 bucket. Security policy mandates that all data must be encrypted in transit. How can the Developer ensure that all traffic to the S3 bucket is encrypted?A . Install certificates on the EC2 instances.B . Create a bucket policy...
Which of the following application designs meet the requirements?
A supplier is writing a new RESTful API for customers to query the status of orders. The customers requested the following API endpoint. http://www.supplierdomain.com/status/customerID Which of the following application designs meet the requirements? (Select two.)A . Amazon SQS; Amazon SNSB . Elastic Load Balancing; Amazon EC2C . Amazon ElastiCache; Amazon...
Where should the temporary file be stored?
A developer Is designing an AWS Lambda function that create temporary files that are less than 10 MB during execution. The temporary files will be accessed and modified multiple times during execution. The developer has no need to save or retrieve these files in the future. Where should the temporary...