Code Monkey home page Code Monkey logo

ec2neo's People

Contributors

endrec avatar greyfairer avatar leviwilson avatar scottpgallagher avatar simpsonjulian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ec2neo's Issues

Create_Failed

Failed to create: Volume :EBSVolume, AWS::EC2::SecurityGroup : sgNeo4jServer.
this is the error when deploying it with Ubuntu system. Can you guys help me with this?

Deployment gets rolled back

Hi, apologies in advance for newbie question.

When I run this script in CloudFormation for the Ubuntu version, the EC2 server deployment gets rolled back with:

The following resource(s) failed to create: [Server]. . Rollback requested by user.
12:20:42 UTC-0500 CREATE_FAILED AWS::EC2::Instance Server API: ec2:RunInstances Not authorized for images: [ami-1a059572]

I'm not clear whether this is because I need to set up some kind of permissions, or whether there is an issue with the AMI. I've tried searching for this AMI, but I cannot find it on the EC2 AMI search.

Any help is appreciated.

Is an elastic IP required?

Does neo4j need an elastic IP to work? I tried searching the docs but didn't see anything obvious. Thanks!

CREATE_FAILED

I get the following message:

CREATE_FAILED AWS::EC2::Instance Server The image id 'ami-1a059572' does not exist

ROLLBACK_IN_PROGRESS AWS::CloudFormation::Stack Neo4j The following resource(s) failed to create: [Server]. . Rollback requested by user.

I used the Ubuntu template on a m3.xlarge instance.

I get the same error when I use the puppet module too.

Cannot connect from application

If I try to connect in ruby with the username and password I supplied upon creation I get:

Server not available on http://xx.xx.xx.xx:7474/db/data (response code 302) (RuntimeError)

When I first try to login to the browser, the username and password I specified dont work and I have to login with neo4j/neo4j.

Rollback - Create_Failed Server Instance

Hello,
Failed to create.

CREATE_FAILED AWS::EC2::Instance Server Virtualization type 'hvm' is required for instances of type 't2.small'.

I've tried with a micro - do I have to select a medium ?
I'd like to use a test and minimize costs.

I also did an amendment to the json instance, you may want to use a SSD drive instead of EBS - I've seen a post o fMicheal Hunger on stackoverflow.

"EBSVolume": {
"Type": "AWS::EC2::Volume",
"Properties": {
"AvailabilityZone": { "Fn::Select" : [ 0, { "Fn::GetAZs" : "" }] },
* "VolumeType": "gp2",*
"Size": "100"
}

Instance is Destroyed on Stop

Hi,

Great work making it easy to deploy Neo4j on AWS.

I noticed that stopping a deployed instance using the provided template erases directory content in /var/lib/neo4j. This renders the instance un-usable.

My guess is that the installation is done on ephemeral storage with the default instance type of m3.medium, which loses data on stop. Is any other instance type immune to this? Can you move the installation to non-ephemeral storage?

Thanks.

Dotun.

VPC

It seems that this script only provision the server on EC2-Classic, right?
Why not have a VPC option to provision it internally to a private subnet?

create web server and upload neo from local

Hello,
this is not an issue, but questions.

which is the procedure to upload the neo4j db from local into the cloud?
is it sufficient to copy the folder into the /neo4j folder created in EBS ?

Also, any procedure to set up a web server into AWS ?
I'd like to create a webserver, using flask / neo4j-phyton, but don't know how to ...
is there maybe a guide helping to figure it out?
in which folder should I upload it ?
how to create it?

thank you!

Getting 503 service unavailable errror

I deployed neo4j using this template and it worked perfectly. But after 2 months of deploy I am getting this error. What might be the issue. How to I find out? And how to I get to the log file in ec2?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.