AWS Certified Solutions Architect – Professional — Question 53

You are designing a multi-platform web application for AWS The application will run on EC2 instances and will be accessed from PCs. Tablets and smart phones
Supported accessing platforms are Windows, MacOS, IOS and Android Separate sticky session and 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

Correct answer: B

Explanation

Option B is correct because it efficiently balances the load across multiple EC2 instances while ensuring that each instance is tailored for a specific platform, which is cost-effective and simplifies management. The other options either complicate the architecture with unnecessary ELBs or hybrid setups, leading to increased costs and less performance efficiency.