Cost-Optimized Architecture III
Explore cost-optimized architecture solutions for AWS scenarios including managing AWS Lambda functions during database upgrades, migrating high-performance computing to AWS, and implementing long-term, cost-effective log storage. Learn practical strategies to maintain resilience, security, and performance while reducing costs in common cloud architecture challenges.
We'll cover the following...
Question 45
A social media company hosts multiple AWS Lambda functions that serve different microservices. The Amazon Gateway API invokes the Lambda functions. The Lambda functions save customer data to the Amazon Aurora SQL database. The company performs monthly upgrades to the database; during the upgrades, the Lambda function is enabled to connect to the database until the upgrades are complete. This results in the loss of important customer data.
As a solutions architect, provide the most cost-efficient solution to meet the requirements.
A. Configure ...