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