Skip to content

Commit b6f161c

Browse files
committed
updating with new paas/iaas resource
1 parent 7bf5926 commit b6f161c

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5616,6 +5616,12 @@ <h2>Platform-as-a-service resources</h2>
56165616
is a basic post on keeping developer sandbox accounts separate from
56175617
production AWS environments.</p>
56185618
</li>
5619+
<li>
5620+
<p><a href="https://medium.com/@davidmytton/how-much-is-spotify-paying-google-cloud-ebb3bf180f15">How much is Spotify Paying Google Cloud?</a>
5621+
provides some insight into how Spotify runs all of their infrastructure
5622+
on Google Cloud and posits what they may be paying to run their
5623+
service.</p>
5624+
</li>
56195625
</ul>
56205626
<h2>Platform-as-a-service learning checklist</h2>
56215627
<ol>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-07T07:57:49Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-08T14:54:12Z</updated></feed>

platform-as-a-service.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ <h2>Platform-as-a-service resources</h2>
152152
is a basic post on keeping developer sandbox accounts separate from
153153
production AWS environments.</p>
154154
</li>
155+
<li>
156+
<p><a href="https://medium.com/@davidmytton/how-much-is-spotify-paying-google-cloud-ebb3bf180f15">How much is Spotify Paying Google Cloud?</a>
157+
provides some insight into how Spotify runs all of their infrastructure
158+
on Google Cloud and posits what they may be paying to run their
159+
service.</p>
160+
</li>
155161
</ul>
156162
<h2>Platform-as-a-service learning checklist</h2>
157163
<ol>

source/content/pages/07-web-app-deployment/04-platform-as-a-service.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ application framework and your app itself is up to date and secured. See the
117117
is a basic post on keeping developer sandbox accounts separate from
118118
production AWS environments.
119119

120+
* [How much is Spotify Paying Google Cloud?](https://medium.com/@davidmytton/how-much-is-spotify-paying-google-cloud-ebb3bf180f15)
121+
provides some insight into how Spotify runs all of their infrastructure
122+
on Google Cloud and posits what they may be paying to run their
123+
service.
124+
120125

121126
## Platform-as-a-service learning checklist
122127
1. Review the potential Python platform-as-a-service options listed above.

0 commit comments

Comments
 (0)