Skip to content

Commit 1537e46

Browse files
authored
Fix syntax errors (#26)
1 parent d3c5fad commit 1537e46

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/devops-methodology/root-cause-analysis-postmortem/postmortem-example.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The site experienced the classic cascading failure that affected all components
7777
- During the rollout, API keys for the `amazon-associates-link-builder` plugin got cleared ![](/assets/e82e21a-image_10.png)
7878
- During the rollout, TablePress options got cleared ![](/assets/4204bed-image_11.png)
7979

80-
## Remediations
80+
## Remediations
8181

8282
List of actions performed to resolve the problem:
8383

@@ -120,13 +120,15 @@ Prior to rollout, all 3 production instances indicated high memory pressure (90%
120120

121121
{{< img src="/assets/1f27db8-image_12.png" title="Pingdom 1" >}}
122122

123-
{{< img src="/assets/89c0050-image_13.png title="Pingdom 2" >}}
123+
{{< img src="/assets/89c0050-image_13.png" title="Pingdom 2" >}}
124124

125-
{{< img src="/assets/9d3f441-image_14.png title="Pingdom 1" >}}
125+
{{< img src="/assets/9d3f441-image_14.png" title="Pingdom 1" >}}
126126

127127
### Elastic Beanstalk
128128

129-
ElasticBeanstalk saw a massive increase in requests which manifested as a Denial of Service Attack. This was triggered probably by mod_pagespeed generating pages for webp assets which could not be served by upgraded servers. Varnish does not cache 404s. ![](/assets/af54926-image_15.png)
129+
ElasticBeanstalk saw a massive increase in requests which manifested as a Denial of Service Attack. This was triggered probably by mod_pagespeed generating pages for webp assets which could not be served by upgraded servers. Varnish does not cache 404s.
130+
131+
{{< img src="/assets/af54926-image_15.png" title="ElasticBeanstalk Request Spike" >}}
130132

131133
{{< img src="/assets/dc4dbd3-image_16.png" title="ElasticBeanstalk Request Spike" >}}
132134

@@ -136,7 +138,7 @@ There were no deadlocks. There was no increase in IOPS (r/w)
136138

137139
#### CPU Utilization spiked.
138140

139-
{{< img src="/assets/2e1d7be-image_17.png)" title="CPU Utilization Spiked" >}}
141+
{{< img src="/assets/2e1d7be-image_17.png" title="CPU Utilization Spiked" >}}
140142

141143
#### Connections peaked and maxed out.
142144

0 commit comments

Comments
 (0)