AWS RDS operations

v0.1.1

RDS instance + cluster inventory, parameter groups, snapshots, plus narrow operator actions (reboot, create-snapshot). Auth via AWS_PROFILE. Does NOT include delete-instance/delete-cluster.

Pack ID
aws-rds
Vendor
emisar
OS
linux
Actions
8
Required binaries: aws. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:cbc3e32c604c8979dc54e3272956cfcecb3f8d93c222cf321d988054525e3662

on the runner host
sudo emisar pack install aws-rds \
  --hash sha256:cbc3e32c604c8979dc54e3272956cfcecb3f8d93c222cf321d988054525e3662 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub