Skip to content

jrafa1607/CloudScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

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