Skip to content

Instantly share code, notes, and snippets.

@jimathyp
Created August 18, 2022 20:52
Show Gist options
  • Save jimathyp/5fadaa7bbe74ebac3dad9294d705cb90 to your computer and use it in GitHub Desktop.
Save jimathyp/5fadaa7bbe74ebac3dad9294d705cb90 to your computer and use it in GitHub Desktop.

AWS Vault errors

$ aws-vault exec some_profile -- ./some_bach_script.sh
aws-vault: error: exec: exec format error

Script was missing a shebang #!/bin/bash -> FIXED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment