A company is migrating a .NET application from Windows Server to AWS. The application uses SQL Server and needs to run on Amazon EC2. The company wants to reduce licensing costs. Which Amazon EC2 instance type should the company use?
T3 instances are burstable and cost-effective for workloads with moderate CPU usage, reducing licensing costs.
Why this answer
T3 instances are burstable and cost-effective for workloads with moderate CPU usage, making them ideal for reducing licensing costs for a .NET application on SQL Server. Option A (C5) is compute-optimized and may be overkill, increasing costs. Option C (A1) is ARM-based and may not support .NET.
Option D (I3) is storage-optimized and not cost-effective for this scenario.