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 moderate workloads.
Why this answer
Option C is correct because T3 instances are burstable and cost-effective for workloads with moderate CPU usage. Option A is wrong because A1 instances are ARM-based and may not support .NET. Option B is wrong because C5 instances are compute-optimized and may be overkill.
Option D is wrong because I3 instances are storage-optimized and not cost-effective.