Oddthesis-logo

Page: Running JBoss Cloud on Amazon EC2

Available AMI's

Current AMI list is available at the releases page.

Additional steps

Since 1.0.0.Beta5 there are no required additional steps to do besides running management-appliance.

Make sure you provide your EC2 credentials as user data to launch management-appliance. If you don't do this it'll boot, but it will not be able to discover other appliances. To inject credentials encode with base64 following string:

access_key: YOUR_ACCESS_KEY
secret_access_key: YOUR_SECRET_ACCESS_KEY

To encode this string you can use for example this page. Passing this data to management-appliance i really simple. If you're using Amazon AWS Management Console, just click Show advanced options and put your encoded string into User Data field.

Warning

Do not check base64 encoded? checkbox! This will encode it one more time and your management appliance won't be able to discover other nodes!

Creative Commons License Copyright 2008. Odd Thesis by Bob McWhirter is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.