A company is building a new dynamic ordering website. The company wants to minimize server maintenance and patching. The website must be highly available and must scale read and write capacity as quickly as possible to meet changes in user demand.

Which solution will meet these requirements?

"Aurora Auto Scaling doesn't apply to the workload on the writer DB instance. Aurora Auto Scaling helps with the workload only on the reader instances." https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Integrating.AutoScaling.html


A company has an AWS account used for software engineering. The AWS account has access to the company’s on-premises data center through a pair of AWS Direct Connect connections. All non-VPC traffic routes to the virtual private gateway.

A development team recently created an AWS Lambda function through the console. The development team needs to allow the function to access a database that runs in a private subnet in the company’s data center.

Which solution will meet these requirements?

Por defecto, AWS Lambda no corre dentro de una VPC. Esto se debe a cómo AWS ha diseñado Lambda para ser un servicio serverless y altamente escalable, evitando la necesidad de gestionar infraestructura de red en la mayoría de los casos.

Si necesitas que Lambda acceda a bases de datos privadas o recursos internos, debes configurar la función para que ejecute dentro de la VPC: