Question 117:
HikeHills.com (HH) is an online specialty retailer that sells clothing and outdoor refreshment gear for trekking, go camping, boulevard biking, mountain biking, rock hiking, ice mountaineering, skiing, avalanche protection, snowboarding, fly fishing, kayaking, rafting, road and trace running, and many more. HHruns their entire online infrastructure on java based web applications running on AWS. The HH is capturing click stream data and use custom-build recommendation engine to recommend products which eventually improve sales, understand customer preferences and already using AWS kinesis KPL to collect events and transaction logs and process the stream. The event/log size is around 12 bytes. HHhas the following requirements to process the data that is being ingested to support their enterprise search built on Elasticsearch- Load the data (syslog and transformed data) into ES Stream Capture transformation and delivery failures into same S3 bucket to address audit Backup the syslog streaming data into S3 bucket Select 3 options.
Answer options:
A.Streaming data can directly be delivered into Elasticsearch Domain B.Streaming data is delivered to your S3 bucket first. Kinesis Data Firehose then issues an Amazon Elasticsearch COPY command to load data from your S3 bucket to your Amazon Elasticsearch cluster C.The transformation failures and delivery failures are loaded into processing-failed and errors folders in same S3 bucket D.The transformation failures and delivery failures are loaded into transform-failed and delivery-failed folders in same S3 bucket E.when ES is selected as destination, and Source record S3 backup is enabled, and Backup S3 Bucket is defined, untransformed incoming data can be delivered to a separate S3 bucket F.S3 backups can be managed to bucket policies