@@ -27,7 +27,7 @@ The solution should:
2727
2828### UC1 - Deliver & Operate Applications Independently
2929
30- HelpfulEng project teams and deployments are independent, do not generally depend on each other, and expect a high
30+ Helpful Engineering project teams and deployments are independent, do not generally depend on each other, and expect a high
3131degree of autonomy. Project teams need to be able to develop applications, deliver them, and perform some amount of
3232operational activities in a self-service, low coordination manner.
3333
@@ -37,7 +37,7 @@ encourage automated configurations delivery and operation to production. The Dev
3737
3838### UC2 - Provision Accounts
3939
40- The HelpfulEng DevOps team will provision AWS accounts for both shared and project delivery accounts. The DevOps team
40+ The Helpful Engineering DevOps team will provision AWS accounts for both shared and project delivery accounts. The DevOps team
4141would like provision these accounts in a standardized way with low effort and simple adoption of Cloud security and
4242governance practices.
4343
@@ -47,20 +47,20 @@ This design provisions a set of AWS accounts for each project team to deliver th
4747accounts for prototyping, security, and governance. The Helpful Engineering AWS Organization will look like:
4848
4949```
50- HelpfulEng AWS Org
51- └ Core
52- └ Log
53- └ Audit
54- └ Sandboxes
55- └ he-sandbox2
56- └ Project Delivery
57- └ Monitoring O2
58- └ he-project-monitoring-O2-dev
59- └ he-project-monitoring-O2-prod
60- └ <project name>
61- └ he-<project name>-dev
62- └ he-<project name>-prod
63- └ ...
50+ AWS
51+ ├── Core
52+ │ ├── Log
53+ │ └── Audit
54+ ├── Sandboxes
55+ │ └── he-sandbox2
56+ └── Project Delivery
57+ ├── Monitoring O2
58+ │ ├── he-project-monitoring-O2-dev
59+ │ └── he-project-monitoring-O2-prod
60+ ├── <project name>
61+ │ ├── he-<project name>-dev
62+ │ └── he-<project name>-prod
63+ └── ···
6464```
6565
6666The design accommodates the wide set of people, skills, and techniques used throughout Helpful Engineering and scopes the
0 commit comments