AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A data analytics company processes aws video

Question 1 Be Honest
« Back   Next developer Certification Question »
Answer

Full Certification Question

A data analytics company processes Internet-of-Things (IoT) data using Amazon Kinesis. The development team has noticed that the IoT data feed into Kinesis experiences periodic spikes. The PutRecords API call occasionally fails and the logs show that the failed call returns the response shown below: HTTP/1.1 200 OK x-amzn-RequestId: Content-Type: application/x-amz-json-1.1 Content-Length: Date: { "FailedRecordCount": 2, "Records": [ { "SequenceNumber": "49543463076548007577105092703039560359975228518395012686", "ShardId": "shardId-000000000000" }, { "ErrorCode": "ProvisionedThroughputExceededException", "ErrorMessage": "Rate exceeded for shard shardId-000000000001 in stream exampleStreamName under account 111111111111." }, { "ErrorCode": "InternalFailure", "ErrorMessage": "Internal service failure." } ] } As an AWS Certified Developer Associate, which of the following options would you recommend to address this use case? (Select two)