Skip to content

v1.0.1

Compare
Choose a tag to compare
@san99tiago san99tiago released this 27 Sep 02:46
· 3 commits to main since this release
6312a1a

Add Marketing OUs and Accounts

Updated AWS Organizations OUs and AWS Accounts with the structure:

# Hierarchy of the OUs and Accounts
OURoot/
├── 🏠ManagementAccount(🚩)
├── 📝OUInfrastructure/
│   ├── 📝OUInfrastructureNonProd/
│   │   └── 🏠AccountSharedServicesNonProd
│   └── 📝OUInfrastructureProd/
│       └── 🏠AccountSharedServicesProd
├── 📝OUWorkloads/
│   ├── 📝OUFinance/
│   │   ├── 📝OUFinanceNonProd/
│   │   │   ├── 🏠AccountFinanceDev
│   │   │   └── 🏠AccountFinanceQA
│   │   └── 📝OUFinanceProd/
│   │       └── 🏠AccountFinanceProd
│   └── 📝OUMarketing/  # New
│       ├── 📝OUMarketingNonProd/  # New
│       │   ├── 🏠AccountMarketingDev  # New
│       └── 📝OUMarketingProd/  # New
│           └── 🏠AccountMarketingProd  # New
└── 📝OUPolicyStagingTests/
    └── 🏠AccountPolicyStagingTests