JayP
2012-11-14 18:44:53 UTC
Is there a way to mock ec2 instances so when I run this it doesn't fail
saying it can't find the instance?
x = Fog::AWS[:elb].load_balancers.get("elb-name")
x.register_instances(["i-123abc"])
Thanks,
Jay
saying it can't find the instance?
x = Fog::AWS[:elb].load_balancers.get("elb-name")
x.register_instances(["i-123abc"])
Thanks,
Jay