Karel Debedts
Karel Debedts

Reputation: 5788

Neo4J on AWS t2.micro

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

Answers (1)

jose_bacoy
jose_bacoy

Reputation: 12694

You can subcribe to your free AWS t2.micro and install it by yourself. This is what I did before;

  1. Subcribe to a free t2.micro tier up to 12-months.
  2. Download the neo4j community edition here:
  1. Upload the installation file to your AWS server
  2. Install your neo4j and manage it yourself.

Upvotes: 1

Related Questions