Which TWO AWS services can be used to ingest streaming data into Amazon S3? (Choose two.)
MSK can stream data to S3 via Kafka Connect S3 sink.
Why this answer
Option A and Option C are correct. Kinesis Data Firehose can directly deliver streaming data to S3. Amazon MSK can be used with Kafka Connect to sink data into S3.
Option B is wrong because S3 Transfer Acceleration accelerates uploads but is not a streaming ingestion service. Option D is wrong because Snowball is for offline data transfer. Option E is wrong because EBS volumes are block storage attached to EC2.