You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external" href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a></p>
155
168
<p><aclass="reference external" href="http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/">How to set up a safe and secure Web server</a> (Ars Technica)</p>
156
169
<p><aclass="reference external" href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You</a> (Patrick McKenzie)</p>
<p><aclass="reference external" href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a></p>
110
121
<p><aclass="reference external" href="http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/">How to set up a safe and secure Web server</a> (Ars Technica)</p>
111
122
<p><aclass="reference external" href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You</a> (Patrick McKenzie)</p>
Copy file name to clipboardExpand all lines: source/content/pages/servers.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,20 @@ require for ongoing maintenance such as persistent storage backups.
56
56
57
57
Infrastructure-as-a-service
58
58
---------------------------
59
+
Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
60
+
because the resources are often presented in the same way. The
61
+
difference between virtualized servers and IaaS is the granularity of the
62
+
billing cycle. IaaS generally encourages a finer granularity based on minutes
63
+
or hours of server usage instead of on monthly billing cycles.
59
64
65
+
IaaS can be used in combination with virtualized servers to provide
66
+
dynamic upscaling for heavy traffic. When traffic is low then virtualized
67
+
servers can solely be used. This combination of resources reduces cost at
68
+
the expense of greater complexity in the dynamically scaled infrastructure.
60
69
61
70
Platform-as-a-service
62
71
---------------------
72
+
Platform-as-a-service (PaaS)
63
73
64
74
65
75
Server Monitoring
@@ -76,6 +86,8 @@ section) but they are listed here:
76
86
77
87
Further Server Resources
78
88
------------------------
89
+
`Choosing a low cost VPS <http://blog.redfern.me/choosing-a-low-cost-vps/>`_
90
+
79
91
`How to set up a safe and secure Web server <http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/>`_ (Ars Technica)
80
92
81
93
`Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You <http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/>`_ (Patrick McKenzie)
0 commit comments