Skip to content

Instantly share code, notes, and snippets.

@gchait
Created December 13, 2025 13:25
Show Gist options
  • Select an option

  • Save gchait/5b4c8e9c9b8701170484aa6e3f47b6fa to your computer and use it in GitHub Desktop.

Select an option

Save gchait/5b4c8e9c9b8701170484aa6e3f47b6fa to your computer and use it in GitHub Desktop.
Set AWS profile given an account ID
export AWS_PROFILE=$(grep -B20 "${ACCOUNT_ID}" ~/.aws/config | \
grep "^\[" | tail -1 | tr -d "[]" | awk '{print $NF}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment