Skip to content
kbraak edited this page Feb 16, 2016 · 17 revisions

How to setup an IPT using Amazon EC2 cloud service

Table of Contents

Introduction

It is possible to install the IPT in a cloud deployment using Amazon EC2 Web Services. EC2 allows you to obtain and boot a new server instance running Tomcat in minutes, on which you can install the IPT normally.

What are the benefits?

If power cuts or bad Internet connectivity are problems in your area, using EC2 will allow you to keep your IPT online more reliably.

If your server is within a network that has restrictions against public access, using EC2 is a secure alternative that can save you time and effort configuring a proxy server just to access to your IPT.

How much does it cost?

New customers will get free usage for one year as part of AWS Free Tier. Afterwards, I estimated the monthly cost to be about $15 using the monthly calculator, however, this will obviously vary depending on how much storage is required. Fortunately Amazon EC2 allows you to pay only for capacity that you are actually using to minimize cost. A screenshot showing my monthly estimate is included below.

How easy is it to use?

Installation is quite straightforward, but the IPT instance will still require regular administration and backups similar to running the IPT on a normal server. Backups of the IPT data directory could be stored for example on an Amazon Simple Storage Service (S3) directory that is both secure and low-cost.

Instructions

TODO

Clone this wiki locally