Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guillaume-bh/aws-stop
- Owner: Guillaume-BH
- License: gpl-3.0
- Created: 2024-10-14T08:47:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T09:37:04.000Z (2 months ago)
- Last Synced: 2024-12-18T16:19:02.702Z (4 days ago)
- Topics: amazon-web-services, aws-ec2, config, java, java-8, minecraft-plugin, minecraft-server-plugin
- Language: Java
- Homepage: https://discord.gg/w5YE4Adc77
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```