Sedai raises $20 million for the first self-driving cloud!
Read Press Release

Attend a Live Product Tour to see Sedai in action.

Register now
More
Close
AWS

t1.micro

EC2 Instance

Legacy burstable performance instance with 1 vCPU and 0.613 GiB memory. Designed for very low-traffic websites and applications with minimal CPU requirements.

Coming Soon...

icon
Pricing of
t1.micro

N/A

On Demand

N/A

Spot

N/A

1 Yr Reserved

N/A

3 Yr Reserved

Pricing Model
Price (USD)
% Discount vs On Demand
sedai

Let us help you choose the right instance

Schedule a meeting
icon
Spot Pricing Details for
t1.micro

Here's the latest prices for this instance across this region:

Availability Zone Current Spot Price (USD)
Frequency of Interruptions: n/a

Frequency of interruption represents the rate at which Spot has reclaimed capacity during the trailing month. They are in ranges of < 5%, 5-10%, 10-15%, 15-20% and >20%.

Last Updated On: December 17, 2024
icon
Compute features of
t1.micro
FeatureSpecification
icon
Storage features of
t1.micro
FeatureSpecification
icon
Networking features of
t1.micro
FeatureSpecification
icon
Operating Systems Supported by
t1.micro
Operating SystemSupported
icon
Security features of
t1.micro
FeatureSupported
icon
General Information about
t1.micro
FeatureSpecification
icon
Benchmark Test Results for
t1.micro
CPU Encryption Speed Benchmarks

Cloud Mercato tested CPU performance using a range of encryption speed tests:

Encryption Algorithm Speed (1024 Block Size, 3 threads)
AES-128 CBC N/A
AES-256 CBC N/A
MD5 N/A
SHA256 N/A
SHA512 N/A
I/O Performance

Cloud Mercato's tested the I/O performance of this instance using a 100GB General Purpose SSD. Below are the results:

Read Write
Max N/A N/A
Average N/A N/A
Deviation N/A N/A
Min N/A N/A

I/O rate testing is conducted with local and block storages attached to the instance. Cloud Mercato uses the well-known open-source tool FIO. To express IOPS the following parametersare used: 4K block, random access, no filesystem (except for write access with root volume and avoidance of cache and buffer.

icon
Community Insights for
t1.micro
AI-summarized insights
filter icon
Filter by:
All

If you have these servers types already, we would recommend that you upgrade them to the newer T2 instance types. It is quite common for these more modern generation server instances to be cheaper.

2025-10-03 00:00:00
cost_savings

You can count t2 as upgrade of t1. In general t2 offer faster access to memory and disk compared to t1.

2022-07-23 00:00:00
memory_usage, benchmarking

AWS regularly gets better hardware over the years. T1, T2, T3, T4 correspond to these hardware updates; you\'re never better off using an older one. Use the most recent generation; they\'re faster and either cheaper or the same price.

2022-07-23 00:00:00
benchmarking, cost_savings

The general idea behind this is instead of provisioning one large server for peak load, you have a larger number of smaller servers that scale up and down automatically to meet load. You put your servers behind an application load balancer. This also gives you redundancy, in case something goes wrong with one server. 54 t2.nano is an odd recommendation. Maybe it\'s optimal but it\'s not intuitive. It also means each server has very little RAM, which might not work for the application. t instances can also run out of CPU credits, so I wouldn\'t use them behind a load balancer.

2020-11-15 00:00:00
cpu_credits, memory_usage

I should clarify, "single t1.micro".

2018-04-26 00:00:00

Back when I worked at AWS and t1s were still the big thing, we had a policy of telling customers to never run a production site on a t1.micro .

2018-04-26 00:00:00

There\'s a different physical hardware underneath too. For example t2 uses \"Up to 3.3 GHz Intel Xeon Scalable processor (Haswell E5-2676 v3 or Broadwell E5-2686 v4)\", while t3 uses \"Up to 3.1 GHz Intel Xeon Scalable processor (Skylake 8175M or Cascade Lake 8259CL)\" and t3a \"AMD EPYC 7000 series processors (AMD EPYC 7571) with an all core turbo clock speed of 2.5 GHz\" you can find the full details at or search for the tech specs.

2022-07-25 00:00:00
benchmarking

t1.micro is still available.

2024-03-11 00:00:00

You\'re right. But T1 instances are no longer available. They are replaced by t2 and other members of the T family.

2022-07-31 00:00:00

The link you have in your post is exactly the link I shared in my question. I do not see any mention of t1 in that link and that is why I asked this question.

2022-07-30 00:00:00

You can count t2 as upgrade of t1. In general t2 offer faster access to memory and disk compared to t1.

2022-07-23 00:00:00
memory_usage, benchmarking

AWS regularly gets better hardware over the years. T1, T2, T3, T4 correspond to these hardware updates; you\'re never better off using an older one. Use the most recent generation; they\'re faster and either cheaper or the same price.

2022-07-23 00:00:00
benchmarking, cost_savings

When I try to create a new EC2 instance, there are many instance types to select from: t1.micro, t2.nano, t2.micro, etc. To understand the differences between t1, t2, t3, etc. I go to but the documentation here has no mention of T1. What are the differences between t1 and t2 instances?

2022-07-23 00:00:00

I should clarify, "single t1.micro".

2018-04-26 00:00:00

Back when I worked at AWS and t1s were still the big thing, we had a policy of telling customers to never run a production site on a t1.micro .

2018-04-26 00:00:00

Like all hosting within Amazon, the individual instances are completely unreliable. You need to make sure that you can recreate your nodes from scratch at any point.

2010-09-18 00:00:00
web_hosting

Storage is only EBS, which means you have to pay $0.10/GB per month above the cost of the instance time.

2010-09-18 00:00:00
cost_savings

With appropriate caching strategies, these machines are more than capable of running a low traffic website. Using Apache Bench, I was able to get 1000 rpm out of the front page of this blog.

2010-09-18 00:00:00
benchmarking, web_hosting

CPU time is very limited. CPU bursts can only be very brief and it appears that you are penalized when you exceed your quota.

2010-09-18 00:00:00
benchmarking

I should clarify, "single t1.micro". Some customers just really refused to do any autoscaling config at all, so best we could do is show them how to backup and restore. But it's true that t1s really were very inconsistent in performance compared to the other families.

2018-04-26 00:00:00
benchmarking

t1.micro is still available.

2024-03-11 00:00:00

It's perfectly safe to run a production site on a t1.micro, as long as you follow good principles regarding monitoring and autoscaling.

2018-04-26 00:00:00

Back when I worked at AWS and t1s were still the big thing, we had a policy of telling customers to never run a production site on a t1.micro .

2018-04-26 00:00:00
benchmarking

Did any of you consider the fact that a t1.micro, m1.small etc can be 32 bit architecture and that a large instance is 64 bit arc ? Will it not cause any problems ? As of now, I think we will have to do everything again (create a new large instance and install all the application again) ? Is it not the case when there is a change in architecture ?

2012-05-27 00:00:00

That just bit me in the a**. Last time I will choose 32 bit for anything. Now we have a server that needs more memory that 4gb and the 32 bit architecture can\'t handle it. If fact in the Amazon Control Panel in EC2 there is no option to launch to a large type, it only goes up to medium.

2012-06-28 00:00:00
memory_usage

You\'re right. But T1 instances are no longer available. They are replaced by t2 and other members of the T family.

2022-07-31 00:00:00

The link you have in your post is exactly the link I shared in my question. I do not see any mention of t1 in that link and that is why I asked this question.

2022-07-30 00:00:00

There\'s a different physical hardware underneath too. For example t2 uses \"Up to 3.3 GHz Intel Xeon Scalable processor (Haswell E5-2676 v3 or Broadwell E5-2686 v4)\", while t3 uses \"Up to 3.1 GHz Intel Xeon Scalable processor (Skylake 8175M or Cascade Lake 8259CL)\" and t3a \"AMD EPYC 7000 series processors (AMD EPYC 7571) with an all core turbo clock speed of 2.5 GHz\" you can find the full details at or search for the tech specs.

2022-07-25 00:00:00
benchmarking

You can count t2 as upgrade of t1. In general t2 offer faster access to memory and disk compared to t1.

2022-07-23 00:00:00
memory_usage, benchmarking

AWS regularly gets better hardware over the years. T1, T2, T3, T4 correspond to these hardware updates; you\'re never better off using an older one. Use the most recent generation; they\'re faster and either cheaper or the same price.

2022-07-23 00:00:00
benchmarking, cost_savings

When I try to create a new EC2 instance, there are many instance types to select from: t1.micro, t2.nano, t2.micro, etc. To understand the differences between t1, t2, t3, etc. I go to but the documentation here has no mention of T1. What are the differences between t1 and t2 instances?

2022-07-23 00:00:00

I forgot to say, our current setup is an old desktop machine running an Intel i7 quadcore CPU @3.073Ghz, with 24Gb or Ram. It’s happily supporting our 20 vms (normally 10 running at any one time).

2025-10-03 00:00:00
memory_usage
Load More
Similar Instances to
t1.micro

Consider these:

Feedback

We value your input! If you have any feedback or suggestions about this t4g.nano instance information page, please let us know.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.