An open API service indexing awesome lists of open source software.

https://github.com/ligoj/plugin-vm-aws

Ligoj plugin for AWS EC2 instance life cycle management : scheduled ON/OFF
https://github.com/ligoj/plugin-vm-aws

aws ec2 ligoj ligoj-plugin

Last synced: about 1 year ago
JSON representation

Ligoj plugin for AWS EC2 instance life cycle management : scheduled ON/OFF

Awesome Lists containing this project

README

          

# :link: Ligoj AWS EC2 plugin [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-vm-aws/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.ligoj.plugin/plugin-vm-aws)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.ligoj.plugin%3Aplugin-vm-aws&metric=coverage)](https://sonarcloud.io/dashboard?id=org.ligoj.plugin%3Aplugin-vm-aws)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?metric=alert_status&project=org.ligoj.plugin:plugin-vm-aws)](https://sonarcloud.io/dashboard/index/org.ligoj.plugin:plugin-vm-aws)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/36ca446c091540289d23fe47f5027c0d)](https://www.codacy.com/gh/ligoj/plugin-vm-aws?utm_source=github.com&utm_medium=referral&utm_content=ligoj/plugin-vm-aws&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/ligoj/plugin-vm-aws/badge)](https://www.codefactor.io/repository/github/ligoj/plugin-vm-aws)
[![Maintainability](https://api.codeclimate.com/v1/badges/e92fa81768de52d514b7/maintainability)](https://codeclimate.com/github/ligoj/plugin-vm-aws/maintainability)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://fabdouglas.mit-license.org/)

[Ligoj](https://github.com/ligoj/ligoj) EC2 AWS plugin, and extending [VM plugin](https://github.com/ligoj/plugin-vm)
Provides the following features :
- Supported operations from the [VM plugin](https://github.com/ligoj/plugin-vm) : 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](http://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html) could be used instead on REST calls :
- There are limits : 100/500
- Changes management are more complex : update CRON, delete VM, add operation