Question 103:
A game development company is developing a new online multiplayer game. Game user profile data will contain the user`s match history. Match history data is expected to be in size on the order of 500KB. Additionally, the user profile data schema is expected to go through revisions as new game features are implemented. How should the team store the user profile data?
Answer options:
A.Use Amazon DynamoDB to store user profile data. B.Use Amazon RDS to store user profile data. C.Use Amazon DynamoDB to store user profile data. Use Amazon RDS to store user match history. D.Use Amazon DynamoDB to store user profile data. User S3 to store user match history. Store a link to the S3 object as an attribute in DynamoDB.