Medium1 markMultiple Choice
AWS SAP-C02 · Question 13 · Domain 3.3: Performance Improvement
An architect is reviewing a legacy application running on m4.large EC2 instances. The application is CPU-bound and performance is degrading. The architect wants to improve performance while reducing costs. The application is written in interpreted languages (Python/Node.js). What is the BEST strategy?
An architect is reviewing a legacy application running on m4.large EC2 instances. The application is CPU-bound and performance is degrading. The architect wants to improve performance while reducing costs. The application is written in interpreted languages (Python/Node.js). What is the BEST strategy?
Answer options:
A.
Upgrade to m5.xlarge instances.
B.
Migrate the instances to AWS Graviton-based instances (e.g., m6g.large).
C.
Implement an Auto Scaling group to add more m4.large instances.
D.
Move the application to AWS Lambda.
How to approach this question
Look for the instance family that provides better price-performance for compatible workloads.
Full Answer
B.Migrate the instances to AWS Graviton-based instances (e.g., m6g.large).✓ Correct
AWS Graviton processors provide better performance at a lower cost compared to x86 processors, ideal for interpreted languages.
Common mistakes
Choosing vertical scaling (larger x86 instances) which increases costs.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert