Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax errors #26

Merged
merged 1 commit into from
May 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The site experienced the classic cascading failure that affected all components
- During the rollout, API keys for the `amazon-associates-link-builder` plugin got cleared ![](/assets/e82e21a-image_10.png)
- During the rollout, TablePress options got cleared ![](/assets/4204bed-image_11.png)

## Remediations
## Remediations

List of actions performed to resolve the problem:

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

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

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

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

### Elastic Beanstalk

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)
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.

{{< img src="/assets/af54926-image_15.png" title="ElasticBeanstalk Request Spike" >}}

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

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

#### CPU Utilization spiked.

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

#### Connections peaked and maxed out.

Expand Down