A healthcare organization is migrating its patient portal backend to AWS. The architecture consists of:
* Web APIs hosted on Amazon EC2 instances in a private subnet that run continuously to handle steady-state portal traffic.
* Background workers on Amazon EC2 instances in the same private subnet that process and upload large log files to Amazon S3.
* A database tier running on Amazon RDS for PostgreSQL.
The organization wants to optimize compute, database, and data transfer costs for this workload. Which strategy should a solutions architect recommend to achieve the most cost-effective architecture?
- APurchase a single Compute Savings Plan to cover both the EC2 instances and the Amazon RDS database, and configure an Amazon S3 Gateway VPC Endpoint.
- Purchase a Compute Savings Plan for the EC2 instances, purchase Amazon RDS Reserved DB Instances for the database, and configure an Amazon S3 Gateway VPC Endpoint.Cevap
- CPurchase a Compute Savings Plan for the EC2 instances, purchase Amazon RDS Reserved DB Instances for the database, and route the log upload traffic to Amazon S3 through a NAT Gateway.
- DMigrate the continuous log processing background workers to AWS Lambda functions, purchase a Compute Savings Plan for the EC2 instances and Lambda functions, purchase Amazon RDS Reserved DB Instances for the database, and configure an Amazon S3 Gateway VPC Endpoint.
Cevap
Purchase a Compute Savings Plan for the EC2 instances, purchase Amazon RDS Reserved DB Instances for the database, and configure an Amazon S3 Gateway VPC Endpoint.
Purchasing a Compute Savings Plan covers the EC2 instances at a discounted rate, while Amazon RDS Reserved DB Instances provide the necessary discount for the database tier because Compute Savings Plans do not apply to Amazon RDS. Additionally, configuring an Amazon S3 Gateway VPC Endpoint allows the background workers to upload files to Amazon S3 without passing through a NAT Gateway, which avoids costly data processing fees.
Adım Adım Çözüm
Anahtar Kavram
Selecting cost-optimized compute purchasing options (Compute Savings Plans vs. Reserved Instances) and optimizing network data transfer paths to minimize operational costs.
Tahmini Süre:2m 0s