How is provisioned throughput affected by the chosen consistency model when reading data from a DynamoDB table?
How is provisioned throughput affected by the chosen consistency model when reading data from a DynamoDB table?A . Strongly consistent reads use the same amount of throughput as eventually consistent readsB . Strongly consistent reads use more throughput than eventually consistent reads.C . Strongly consistent reads use less throughput than...
How can the developer accomplish this task?
A developer needs to deploy a new version to an AWS Elastic Beanstalk application. How can the developer accomplish this task?A . Upload and deploy the new application version in the Elastic Beanstalk consoleB . Use the eb init CLI command to deploy a new version 'C . Terminate the...
Which set of conditions should be added in the policy attached to the role for the dynamodb: PutItem API call?
A gaming application stores scores for players in an Amazon DynamoDB table that has four attributes user_id, user_name, user_score, and user_rank. The users are allowed to update their names only A user is authenticated by web identity federation. Which set of conditions should be added in the policy attached to...
Which AWS service will meet these requirements?
A company needs a version control system for collaborative software development. Features of the system must include the following: ✑ Support for batches of changes across multiple files ✑ Parallel branching ✑ Version tracking Which AWS service will meet these requirements?A . AWS CodePipelineB . Amazon S3C . AWS Code...
Use of which managed AWS services will enable asynchronous message passing?
A company is migrating from a monolithic architecture to a microservices-based architecture. The Developers need to refactor the application so that the many microservices can asynchronously communicate with each other without impacting performance. Use of which managed AWS services will enable asynchronous message passing? (Choose two.)A . Amazon SQSB ....
Which techniques will work?
A Developer must repeatedly and consistently deploy a serverless RESTful API on AWS. Which techniques will work? (Choose two.)A . Define a Swagger file. Use AWS Elastic Beanstalk to deploy the Swagger file.B . Define a Swagger file. Use AWS CodeDeploy to deploy the Swagger file.C . Deploy a SAM...
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...
Which approach should the Developer use to handle this change?
A company is using Amazon API Gateway to manage access to a set of microservices implemented as AWS Lambda functions. Following a bug report, the company makes a minor breaking change to one of the APIs. In order to avoid impacting existing clients when the new API is deployed, the...
How can the developer achieve this with MINIMAL impact on users?
A developer wants the ability to roll back to a previous version of an AWS Lambda function in the event of errors caused by a new deployment. How can the developer achieve this with MINIMAL impact on users?A . Change the application to use an alias that points to the...
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...