Skip to content

Instantly share code, notes, and snippets.

View nightspotlight's full-sized avatar

Roman Eremeev nightspotlight

  • Poland
  • 07:59 (UTC +01:00)
View GitHub Profile
@nightspotlight
nightspotlight / aws_get_account_ou_csv.sh
Created December 16, 2025 14:59
Get account name and OU from AWS account id
#!/usr/bin/env bash
export AWS_PAGER=""
declare -a acc_ids=(
012345678901
123456789012
)
declare -a acc_names
declare -a acc_ous
@nightspotlight
nightspotlight / aws_accounts.csv
Created December 17, 2025 15:56
Sedai script to update group with AWS accounts
account_id account_name
012345678901 testacc1
123456789012 testacc2