Mantis - Resin
Viewing Issue Advanced Details
5013 minor always 04-02-12 14:52 06-13-12 15:42
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.28  
0005013: CONFIG EC2: ElasticCloudService needs to be turned on with resin.properties
For EC2 support, goal is only file you need to change is resin.properties which is in EC2 instance user data.

Properties file should support turning on spoke servers as follows:


Change needed in resin.xml:
<resin:if test="${spokeServer}">
    <resin:ElasticCloudService/>
</resin:if>

Change needed in resin.properties

# Spoke server off by default
#spokerServer=false

Notes
(0005842)
ferg   
06-13-12 15:35   

elastic_cloud_enable : true