Amazon
AXS-C01 · Question #14
An Alexa Skill Builder is writing a skill that needs to play short MP3 files using the SSML audio tag. Which AWS service provides the MOST highly available and scalable solution to host the MP3 files?
The correct answer is A. Store the files in an Amazon S3 bucket. S3 is a highly available and durable object store with unlimited storage capacity. It is ideal for hosting the audio files for your skill.
Network Design
Question
An Alexa Skill Builder is writing a skill that needs to play short MP3 files using the SSML audio tag. Which AWS service provides the MOST highly available and scalable solution to host the MP3 files?
Options
- AStore the files in an Amazon S3 bucket.
- BStore the files on an Amazon EC2 instance.
- CStore the files in an Amazon DynamoDB table.
- DStore the files in Amazon ElastiCache.
How the community answered
(44 responses)- A75% (33)
- B11% (5)
- C9% (4)
- D5% (2)
Explanation
S3 is a highly available and durable object store with unlimited storage capacity. It is ideal for hosting the audio files for your skill.
Topics
#S3 static hosting#SSML#Alexa Skills Kit#audio streaming
Community Discussion
No community discussion yet for this question.