Export to GitHub

typica - issue #98

Add Namespace to ScalingTrigger (if not autoscaling does not work)


Posted on Jul 19, 2010 by Massive Ox

What steps will reproduce the problem? 1. Create a launchconfiguration, a autoscaling group and a trigger 2. ./as-describe-triggers --auto-scaling-group yourgroup -show-long -H 3. The NameSpace is (nil) and the scalingtrigger is blocked at NoData

Doing the same but passing "AWS/EC2" as a namespace makes the trigger works. But unfortunaly there is no Namespace property in the trigger object.

Comment #1

Posted on Jul 19, 2010 by Massive Ox

For what is worth, Namespace is listed as required : http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/

Status: New