Skip to content

Commit

Permalink
Center diagrams and remove inline-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Jan 29, 2023
1 parent 2c1327f commit ac2e5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2023-01-29-the-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Let's first sketch out the Account Governance structure, before diving into the
- **Monitoring**: Centralize monitoring and observability into one account, allowing access to insights without access to sensitive logs or infrastructure from the other accounts
- **Logs**: Centralized storage of logs, which may require different access considerations than metrics and traces

<pre class="mermaid" style="max-width:80%;">
<pre class="mermaid">
graph TD
subgraph ControlTower[AWS: Control Tower]
AuditLog[Audit Log]
Expand Down Expand Up @@ -130,7 +130,7 @@ Let's zoom in a bit on the various pieces our infrastructure consists of:
- **Notification**: SES for emails and SNS for mobile push notifications.
- **Monitoring**: XRay traces and CloudWatch metrics/alarms.

<pre class="mermaid" style="max-width:80%;">
<pre class="mermaid">
graph TD
Client
Route53
Expand Down
2 changes: 2 additions & 0 deletions resources/scss/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
}

pre.mermaid {
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

Expand Down

0 comments on commit ac2e5f0

Please sign in to comment.