AWS IAM operations

v0.1.2

IAM 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.

Pack ID
aws-iam
Vendor
emisar
OS
linux
Actions
11
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:f8366aabb167b9620fc7cca328235f148f9712ff79cc5b5ab126dde7cb979d84

on the runner host
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