Giter Club home page Giter Club logo

plugin-vm-aws's Introduction

๐Ÿ”— Ligoj AWS EC2 plugin Maven Central

Coverage Quality Gate Codacy Badge CodeFactor Maintainability License

Ligoj EC2 AWS plugin, and extending VM plugin Provides the following features :

  • Supported operations from the VM plugin : ON, OFF, REBOOT, RESTART. No suspend or resume.
  • Use AWS secret and access key with AWS API 4.0

Dashboard features :

  • Status of the VM, including the intermediate busy mode

Note Scheduled Lambda could be used instead on REST calls :

  • There are limits : 100/500
  • Changes management are more complex : update CRON, delete VM, add operation

plugin-vm-aws's People

Contributors

fdaugan avatar ligoj avatar nicolas59 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

plugin-vm-aws's Issues

Add system log access

AWS provides access to EC2 system logs. Add a button triggering a popup pooling the console stream

NPE while searching with terminated instances

In the the subscription wizard, while searching for a VM, got a NullPointerException.
These error disappear when terminated instances are removed from the list by AWS cleanup sub-routine.
ERROR Non managed error java.lang.NullPointerException: null at org.ligoj.app.plugin.vm.aws.VmAwsPluginResource.getTagText(VmAwsPluginResource.java:281) ~[plugin-vm-aws-1.0.3.jar:1.0.3] at org.ligoj.app.plugin.vm.aws.VmAwsPluginResource.toVm(VmAwsPluginResource.java:258) ~[plugin-vm-aws-1.0.3.jar:1.0.3] at org.ligoj.app.plugin.vm.aws.VmAwsPluginResource.lambda$toVms$2(VmAwsPluginResource.java:244) ~[plugin-vm-aws-1.0.3.jar:1.0.3] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_131]

Show only available instances when add new aws instance

When we are adding new aws instance, the suggest field shows also instances where have just been destroyed. I think you should use the action DescribeInstanceStatus or add a filter instance-state-code (multi value ??) to suggest only available instances.

Update the home link to the EC2 page

Instead of console page, points to the EC2 page :
Sample :
https://eu-west-1.console.aws.amazon.com/ec2/v2/home?region=eu-west-1#Instances:instanceId=i-0ee0000eeee0e0000;sort=tag:Name

Pattern :
https://$az.console.aws.amazon.com/ec2/v2/home?region=$az#Instances:instanceId=$id;sort=tag:Name

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.