Skip to main content

AWS RDS operations

v0.1.2

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.

6 allowed by default 2 need approval
Pack ID
aws-rds
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
aws

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:319a4ad087d9eeba19c8c09902f8fb2e92bca4ab8f5b3022ec71bd07a21df663

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

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

Actions 8 total

View on GitHub