AWS Certified Solutions Architect – Professional (SAP-C02) — Question 352

A company has application services that have been containerized and deployed on multiple Amazon EC2 instances with public IPs. An Apache Kafka cluster has been deployed to the EC2 instances. A PostgreSQL database has been migrated to Amazon RDS for PostgreSQL. The company expects a significant increase of orders on its platform when a new version of its flagship product is released.

What changes to the current architecture will reduce operational overhead and support the product release?

Answer options

Correct answer: D

Explanation

Option D is correct because deploying the containers on Amazon EKS with AWS Fargate and migrating Kafka to Amazon Managed Streaming for Apache Kafka drastically reduces the operational overhead of managing infrastructure. Additionally, utilizing Amazon CloudFront to cache static content from Amazon S3 and deploying database read replicas will efficiently handle the high volume of traffic expected from the launch. Options A and B introduce unnecessary refactoring by switching to Amazon Kinesis, while Option C increases operational overhead by managing a Kubernetes cluster manually on EC2.