Skip to content

EC2 instance type

0

Hi ,

Which instance is more effective in terms of cost and resilience t3.xlarge vs t3.2xlarge

Thanks.

1 Answer
1
Accepted Answer

Hello, here both t3.xlarge and t3.2xlarge instances are belongs to same instance class family (t3). Selection of instance class is depending upon your workload and requirement.

Cost wise t3.xlarge is less expensive than t3.2xlarge. You can check more details from AWS pricing page. RI (Reserved instance) are also good option to save the cost on any instance type for long term commitment.

Resiliency wise – t3.2xlarge instance has more (double) CPU, memory & network compared to t3.xlarge which is helpful for larger workload.

In summary, for smaller workload you can consider t3.xlarge instance to save the cost compared to t3.2xlarge. but always consider t3.2xlarge has more resources like CPU, memory with higher cost.

AWS Pricing - https://aws.amazon.com/pricing/ EC2 Reserved Instances - https://aws.amazon.com/ec2/pricing/reserved-instances/

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.