Reputation: 5788
I'm learning neo4j and I'm planning to install it on an Amazon t2.micro.
However, in the aws marketplace, instances only start from t2.medium. https://aws.amazon.com/marketplace/pp/Neo4j-Neo4j-Graph-Database-Community-Edition/B071P26C9D
How can I run neo4J on a t2.micro or are there other alternatives that also have a free tier?
Thanks in advance.
Upvotes: 0
Views: 255
Reputation: 12694
You can subcribe to your free AWS t2.micro and install it by yourself. This is what I did before;
- Subcribe to a free t2.micro tier up to 12-months.
- Download the neo4j community edition here:
- Upload the installation file to your AWS server
- Install your neo4j and manage it yourself.
Upvotes: 1