Which configuration would allow the Development team to meet these requirements MOST securely?
A company is developing a new online game that will run on top of Amazon ECS. Four distinct Amazon ECS services will be part of the architecture, each requiring specific permissions to various AWS services. The company wants to optimize the use of the underlying Amazon EC2 instances by bin...
What is the MOST efficient and SIMPLEST way to implement a system that meets these requirements?
A Developer must re-implement the business logic for an order fulfilment system. The business logic has to make requests to multiple vendors to decide where to purchase an item. The whole process can take up to a week to complete. What is the MOST efficient and SIMPLEST way to implement...
What best practice should first be applied to address this issue?
A Developer is receiving HTTP 400: ThrottlingException errors intermittently when calling the Amazon CloudWatch API. When a call fails, no data is retrieved. What best practice should first be applied to address this issue?A . Contact AWS Support for a limit increase.B . Use the AWS CLI to get the...
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 service could be used to allow multiple consumers to process the data concurrently and MOST cost-effectively?
An application is real-time processing millions of events that are received through an API. What service could be used to allow multiple consumers to process the data concurrently and MOST cost-effectively?A . Amazon SNS with fanout to an SQS queue for each applicationB . Amazon SNS with fanout to an...
Where should the appspec.yml file be placed in order for AWS CodeDeploy to work?
Where should the appspec.yml file be placed in order for AWS CodeDeploy to work?A . In the root of the application source code directory structureB . In the bin folder along with all the complied codeC . In an S3 bucketD . In the same folder as the application configuration...
Which service would BEST accomplish this task?
An application will ingest data at a very high throughput from many sources and must store the data in an Amazon S3 bucket. Which service would BEST accomplish this task?A . Amazon Kinesis FirehoseB . Amazon S3 Acceleration TransferC . Amazon SQSD . Amazon SNSView AnswerAnswer: A
What action would minimize the Lambda compute time consumed?
A Developer is creating a Lambda function and will be using external libraries that are not included in the standard Lambda libraries. What action would minimize the Lambda compute time consumed?A . Install the dependencies and external libraries at the beginning of the Lambda function.B . Create a Lambda deployment...
How would the Developer optimize this scan?
During non-peak hours, a Developer wants to minimize the execution time of a full Amazon DynamoDB table scan without affecting normal workloads. The workloads average half of the strongly consistent read capacity units during non-peak hours. How would the Developer optimize this scan?A . Use parallel scans while limiting the...
What should be done to optimize performance?
A large e-commerce site is being designed to deliver static objects from Amazon S3. The Amazon S3 bucket will server more than 300 GET requests per second. What should be done to optimize performance? (Choose two.)A . Integrate Amazon CloudFront with Amazon S3.B . Enable Amazon S3 cross-region replication.C ....