Features
Manage AWS Organizations
telophasecli
allows you to define your AWS Organization Unit structure via code.
Example organization.yml
Organization:
OrganizationUnits:
- Name: Production
Accounts:
- Email: safety+firmware@example.app
AccountName: Safety Firmware
- Email: safety+ingestion@example.app
AccountName: Safety Ingestion Team
- Name: Development
Accounts:
- Email: eng1@example.app
AccountName: Engineer A
The configuration above will create
Production
Organizational UnitSafety Firmware
andSafety Ingestion Team
accounts in theProduction
OUDevelopment
Organizational UnitEngineer A
account in theDevelopment
OU
These accounts can be provisioned via telophasecli account deploy