This repository stores the automations developed to perform Cross-Region and Multi-Account tasks. All automations were developed in Python or ShellScript.
- CLI Install and Configuration
- Config the files:
Config
eCredentials
on the directory .AWS - Copy the scripts located in this repositoty to your environment.
- Copy to your enviroment the file:
Contas
- Insert the ID's Number Accounts of your AWS LangindZone in the file:
Contas
, like:
<AccountName-Num1>
<AccountName-Num2>
- Configure the Config file with AWS SSO Configure or Using these structure:
[profile <AccountName-Num1>]
sso_start_url = URL
sso_region = <region>
sso_account_id=<ID Number>
sso_role_name = <PermissionSet>
output = json
[profile <AccountName-Num2>]
sso_start_url = URL
sso_region = <region>
sso_account_id=<ID Number>
sso_role_name = <PermissionSet>
output = json