Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
AWS IAM operations
v0.1.2IAM introspection — users, roles, policies, attached policies, access keys — plus incident-response mutators: deactivate access key, delete access key, detach user policy. Auth via AWS_PROFILE. Routine IAM changes belong in IaC; these actions are for emergency lockout.
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:f8366aabb167b9620fc7cca328235f148f9712ff79cc5b5ab126dde7cb979d84
sudo emisar pack install aws-iam \ --hash sha256:f8366aabb167b9620fc7cca328235f148f9712ff79cc5b5ab126dde7cb979d84 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 11 total
View on GitHub-
aws iam update-access-key --status Inactive
-
aws iam delete-access-key
-
aws iam detach-user-policy
-
aws iam get-role
-
aws iam get-user
-
aws iam get-access-key-last-used
-
aws iam list-access-keys
-
aws iam list-attached-user-policies
-
aws iam list-policies --scope Local
-
aws iam list-roles
-
aws iam list-users