Multiple Choice
A Developer is building a three-tier web application that should be able to handle a minimum of 5000 requests per minute. Requirements state that the web tier should be completely stateless while the application maintains session state for the users. How can session data be externalized, keeping latency at the LOWEST possible value?
A) Create an Amazon RDS instance, then implement session handling at the application level to leverage a database inside the RDS database instance for session data storage
B) Implement a shared file system solution across the underlying Amazon EC2 instances, then implement session handling at the application level to leverage the shared file system for session data storage
C) Create an Amazon ElastiCache Memcached cluster, then implement session handling at the application level to leverage the cluster for session data storage
D) Create an Amazon DynamoDB table, then implement session handling at the application level to leverage the table for session data storage
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A development team uses AWS Elastic Beanstalk
Q2: A large company has its application components
Q4: A Developer must repeatedly and consistently deploy
Q5: Which of the following are valid arguments
Q6: A company is using an AWS Lambda
Q7: You are writing to a DynamoDB table
Q8: A company is running an application built
Q9: A Developer is trying to monitor an
Q10: How does Envelope Encryption work in AWS
Q11: You have an environment that consists of