Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guillaume-bh/aws-stop

This is a plugin to stop your AWS EC2 instance (if the server is hosted with Amazon Web Service) when the server is stopping.
https://github.com/guillaume-bh/aws-stop

amazon-web-services aws-ec2 config java java-8 minecraft-plugin minecraft-server-plugin

Last synced: 4 days ago
JSON representation

This is a plugin to stop your AWS EC2 instance (if the server is hosted with Amazon Web Service) when the server is stopping.

Awesome Lists containing this project

README

        

# Reloaded-MC AWS Stop

This is a plugin to stop your AWS EC2 instances when the server is stopping.

## Configuration

To use this plugin, you need to edit the `config.yml` file in the plugin folder.

Replace the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` with your AWS Access Key ID and Secret Access Key.

`config.yml`
```yaml
AWS_ACCESS_KEY_ID: "" # Your AWS Access Key ID
AWS_SECRET_ACCESS_KEY: "" # Your AWS Secret Access Key
```