Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
AWS RDS operations
v0.1.2RDS instance + cluster inventory, parameter groups, snapshots, plus narrow operator actions (reboot, create-snapshot). Auth via AWS_PROFILE. Does NOT include delete-instance/delete-cluster.
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
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-
aws rds create-db-snapshot
-
aws rds describe-db-clusters --db-cluster-identifier
-
aws rds describe-db-instances --db-instance-identifier
-
aws rds describe-db-clusters
-
aws rds describe-db-instances
-
aws rds describe-db-snapshots
-
aws rds describe-db-parameter-groups
-
aws rds reboot-db-instance