Skip to content

Commit 23036e6

Browse files
committed
new paas resource
1 parent 5682467 commit 23036e6

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,11 @@ <h2>Platform-as-a-service resources</h2>
11731173
<li><a href="http://rdegges.com/devops-django-part-4-choosing-heroku">Part Four: Choosing Heroku</a></li>
11741174
</ul>
11751175
</li>
1176+
<li>
1177+
<p><a href="https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk/">Deploying a Django App to AWS Elastic Beanstalk</a>
1178+
is a fantastic post that shows how to deploy to Amazon Web Service's own
1179+
PaaS.</p>
1180+
</li>
11761181
</ul>
11771182
<h2>Platform-as-a-service learning checklist</h2>
11781183
<p><i class="fa fa-check-square-o"></i>

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>2015-01-21T10:33:37Z</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>2015-01-22T13:19:31Z</updated></feed>

platform-as-a-service.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ <h2>Platform-as-a-service resources</h2>
120120
<li><a href="http://rdegges.com/devops-django-part-4-choosing-heroku">Part Four: Choosing Heroku</a></li>
121121
</ul>
122122
</li>
123+
<li>
124+
<p><a href="https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk/">Deploying a Django App to AWS Elastic Beanstalk</a>
125+
is a fantastic post that shows how to deploy to Amazon Web Service's own
126+
PaaS.</p>
127+
</li>
123128
</ul>
124129
<h2>Platform-as-a-service learning checklist</h2>
125130
<p><i class="fa fa-check-square-o"></i>

source/content/pages/03-deployment/0305-platform-as-a-service.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ application framework and your app itself is up to date and secured. See the
9494
* [Part Three: The Heroku Way](http://www.rdegges.com/devops-django-part-3-the-heroku-way/)
9595
* [Part Four: Choosing Heroku](http://rdegges.com/devops-django-part-4-choosing-heroku)
9696

97+
* [Deploying a Django App to AWS Elastic Beanstalk](https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk/)
98+
is a fantastic post that shows how to deploy to Amazon Web Service's own
99+
PaaS.
100+
97101

98102
## Platform-as-a-service learning checklist
99103
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)