| Name: | resalloc-aws |
|---|---|
| Version: | 1.9 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 37712 |
| License: | GPLv2+ |
| RPM: | resalloc-aws-1.9-1.el9.noarch.rpm |
| Source RPM: | resalloc-aws-1.9-1.el9.src.rpm |
| Build Date: | Sat Oct 18 2025 |
| Build Host: | build-ol9-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. |
- Allow overriding the region that is set in ~/.aws/config (praiskup@redhat.com)
- The wait-for-ssh script moved to resalloc-helpers
- 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