Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base/Getting Started/RTE on AWS

To create a full Stardust Runtime Environment on Amazon Web Services EC2 Infrastructure,

You will be asked to login with an existing Amazon account or to register for one.

Launch with one 1-Click will launch the Stardust Runtime on your EC2 environment of choice. The AWS Virtual Machine Image (AMI) is configured to run on all Instance Types including the Standard Micro (t1.micro) type and your choice depends entirely on the expected load profile. For first experiments the Standard Micro is definitely sufficient.

Please consider that although there are no charges for Stardust, Amazon charges you for most of the EC2 configurations.

Select your data center region of choice - the Stardust AMI is available for all AWS data center regions.

You will be prompted to confirm that you do not want to create a Key Pair. You only need this if you intend to login to the EC2 instance and modify the setup. If you jsut intend to run and configure Stardust via the Stardust Web Portal, there is no need to login and you can consider the installation a block box.

After you have launched your instance and the instance is available, lookup the Public DNS Name for the instance and login with

http://<Public DNS Name>:8080/stardust-standard

and use the Portal as described in the Stardust documentation.

If you are keen to start playing and do not bother to create a Process Model at this point you may e.g. the Car Rental Example and just upload and deploy under Administration > Model Management

Model-deployment.gif

Do not forget to create users and assign to roles via Administration > Participant Management to run some of the sample processes.

For troubleshooting: If something totally unexpected happens in the Portal, try a reboot of your EC2 instance.

Back to the top