Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.13 KB

CloudScripts

This repository stores the automations developed to perform Cross-Region and Multi-Account tasks. All automations were developed in Python or ShellScript.

AWS

🚀💻 Prerequisites

  • CLI Install and Configuration
  • Config the files: Config e Credentials 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:

File: Contas

<AccountName-Num1>
<AccountName-Num2>

File: Config

[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