ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

151 / 465

Question 151:

You are designing a multi-platform,multi-port web application for AWS. The application will run on EC2 instances and will be accessed from PCs, tablets, and smartphones. Supported accessing platforms are Windows, MAC OS, IOS, and Android. Separate SSL certificate setups are required for different platform types. Which of the following describes the most cost-effective and performance efficient architecture setup?

Answer options:

A.Setup a hybrid architecture to handle session state, SSL certificates, on-premise resources, and EC2 Instances that run the web applications for different platform types in a VPC.B.Set up an Application Load Balancer with Server Name Indicator (SNI) support, for handling the separate SSL certificates for each of the device platforms.
C.Set up two Classic Load Balancers. The first ELB handles SSL certificates for all platforms and the second ELB handles session stickiness for all platforms. For each ELB run separate EC2 instance groups to handle the web application for each the platforms.
D.Assign multiple ALBs to a group of EC2 instances running the common components of the web application. One ALB for each platform type, Session stickiness, and SSL termination.