Skip to content

Commit 28d9b7e

Browse files
authored
Improve formatting
1 parent f11e8e8 commit 28d9b7e

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

documentation/aws-account-and-identity-architecture.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3131
degree of autonomy. Project teams need to be able to develop applications, deliver them, and perform some amount of
3232
operational 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
4141
would like provision these accounts in a standardized way with low effort and simple adoption of Cloud security and
4242
governance practices.
4343

@@ -47,20 +47,20 @@ This design provisions a set of AWS accounts for each project team to deliver th
4747
accounts 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

6666
The design accommodates the wide set of people, skills, and techniques used throughout Helpful Engineering and scopes the

0 commit comments

Comments
 (0)