Name: | resalloc-aws |
---|---|
Version: | 1.7 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 42244 |
License: | GPLv2+ |
RPM: | resalloc-aws-1.7-1.el8.noarch.rpm |
Source RPM: | resalloc-aws-1.7-1.el8.src.rpm |
Build Date: | Fri Dec 01 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/praiskup/resalloc-aws |
Summary: | Resource allocator scripts for AWS |
Description: | When allocating/removing a machine in AWS/EC2 from command-line, there are many non-trivial options in the 'aws-cli' command. This project provides a simplified wrapping command. The 'resalloc-aws-new' script is able to (a) start a machine, (b) wait till SSH is available and (c) run a specified playbook. The 'resalloc-aws-delete' removes a machine started by 'resalloc-aws-new' script. These scripts are primarily designed to be used with 'resalloc-server', but they might be used separately. |
- resalloc-aws-new: run playbook with stdin=/dev/null - resalloc-aws-list: no need to double-kill "shutting-down" instances
- resalloc-aws-list: don't list terminated instances - resalloc-aws-minimal-spot-zone helper
- resalloc-aws-new: add `--root-volume-size` option (svashisht@redhat.com)
- resalloc-aws-new: use gp3 volume for the root filesystem (frostyx@email.cz) - Update the wait-for-ssh submodule (praiskup@redhat.com)
- New script resalloc-aws-list
- resalloc-aws-new: tag volumes started with new instances
- spec: package-review fixes (praiskup@redhat.com)
- new package built with tito