...
Using the public Stratos 2.0 setup on Amazon EC2
...
We provide a pre-configured Elastic Compute Cloud (EC2) image that is publicly accessible through the EC2 and have made available the following public EC2 images (AMIs
) that you can use, in order to setup and run Stratos 2.0 in Amazon EC2 with minimum start-up time.
EC2 Image | Asia Pacific (Singapore) Region | US East - 1 (N. Virginia) Region |
---|---|---|
Stratos 2.0 | ami-c3ca8491 | ami-dfb8cfb6 |
PHP Cartridge | ami-57cf8105 | ami-c5b6c1ac |
MySQL Cartridge | ami-4bcf8119 | ami-7bb4c312 |
Tomcat | ami-23b5fb71 | ami-09b5c260 |
WSO2 Carbon Cartridge | ami-0da7e95f | ami-63b6c10a |
Please see the Quick Start GuideNEW for information on how to use the pre-configured image to run Stratos 2.0.
Info |
---|
A Puppet Master and Puppet Agent is pre-configured with the Stratos 2 Amazon EC2 demo setup. As a result when using the public Stratos 2.0 setup on Amazon EC2, you will not need to setup a Puppet Master, Puppet Agent and Stratos 2 as mentioned in the following sections. |
Installing Stratos2 in Amazon EC2 using the Puppet based deployment methodology
We provide a Puppet based deployment mechanism to deploy Stratos 2 using Amazon EC2. Puppet is an IT automation software that helps system administrators to manage infrastructure throughout its life cycle. For more information on Puppet go to https://puppetlabs.com/. You need to access the EC2 environment, by creating an Amazon AWS account for EC2 IaaS.
...
Create a folder path for Stratos2 Puppet manifests.
Code Block $ mkdir -p /mnt/puppet/stratos2
- Extract the Puppet master files (
manifests
,modules
,templates
) to/mnt/puppet/stratos2
Change the hosts template file in
/mnt/puppet/stratos2/templates/hosts.erb
Public Stratos 2.0 Setup on Amazon EC2
...