Podcast
Questions and Answers
How did the company ensure better scalability and availability?
How did the company ensure better scalability and availability?
- By creating a second EC2 instance and EBS volume in a different Availability Zone.
- By creating a duplicate architecture and placing both behind an Application Load Balancer. (correct)
- By copying the data onto both EBS volumes so they contained all the documents.
- By modifying the application to save new documents to Amazon EFS.
What problem did users report after the company made changes?
What problem did users report after the company made changes?
- Users were unable to save new documents.
- Users were unable to see any of their documents.
- Users could see all their documents, but the website was slow.
- Users could only see a subset of their documents, but never all at the same time. (correct)
What does Amazon EFS provide in the AWS Cloud?
What does Amazon EFS provide in the AWS Cloud?
- Auto Scaling services.
- Elastic Load Balancing services.
- File storage services. (correct)
- Virtual private cloud (VPC) services.
How can an Amazon EFS file system be mounted in your VPC?
How can an Amazon EFS file system be mounted in your VPC?
What should a solutions architect propose to ensure users see all their documents at once?
What should a solutions architect propose to ensure users see all their documents at once?
What should you use to mount an Amazon EFS file system in your VPC?
What should you use to mount an Amazon EFS file system in your VPC?
What issue did the original EC2 instance and EBS volume configuration face?
What issue did the original EC2 instance and EBS volume configuration face?
Which of the following is the best option for ensuring users see all their documents at the same time?
Which of the following is the best option for ensuring users see all their documents at the same time?
What is the recommended protocol for mounting an Amazon EFS file system in your VPC?
What is the recommended protocol for mounting an Amazon EFS file system in your VPC?
Which client should be used to mount an Amazon EFS file system in your VPC?
Which client should be used to mount an Amazon EFS file system in your VPC?