Coder Social home page Coder Social logo

myedda's Introduction

Description

myEdda is a webapp that allows users to review their AWS resource, which is based on the Netfliex Edda. Information includes EC2 Instance, S3 Buckets, AutoScaling Groups and Security Groups, users can not only keep track of the current information, but can also review the past records. And for instance, it provides advanced search and filter function, allowing users to search their instances using AMI, IP address, tags, etc.

Start using it

To use it, you need to do the following steps:

1)Set up the account information and other related information in edda.properties file, which is in /WEB-INF/class/,the prerequisite is that you have extract the .war file.

2)The default PermGen size is too small for gradle with scala most of the time also Edda stores all the AWS resources in memory so it can consume more memory that is typically allocated to Java, so increase the PermGen size and memory limits with this:

$ export JAVA_OPTS="-XX:MaxPermSize=256M -Xmx1g"

3)Install MongoDB database(http://www.mongodb.org/downloads) and run it. to run it, you can use the command(mongo-data is the directory created by youself):

mongod --dbpath = mongo-data

4)Since it's a webapp, you need to run it on some server, as for me, I use Tomcat7(http://tomcat.apache.org/download-70.cgi). After starting the server, it takes several seconds to read your AWS resource information.

5)Congratulations, you have started it, run it using any browers you like(the url should be something like Server URL/edda, as for me it's localhost:8080/edda.

See here Contact me

Email:[email protected]

myedda's People

Contributors

xiaoma318 avatar

Watchers

 avatar

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.