This message was deleted.
# aws
s
This message was deleted.
l
Did the up say it had been created, or did it entirely "miss" that it needed to be created?
s
It said it had been created
Copy code
+  aws:elasticloadbalancingv2:ListenerRule prod-web-listener-rule created
l
ListenerRules aren't heavyweight.. it should create it immediately... odd.
As to your question: no, other than increasing the log level (e.g.
-v=9
) I don't think there's a way to be "more aware" of provisioning failures.
s
It's troubling--if the resource isn't there I'd expect to get a failure.
l
Yep. There are some sorts of resources where I accept that the request to create can be successful, and the actual creation might take a while and later be unsuccessful.. that's just clouds for you..
s
Yeah, I suppose, to a point. Although, the way CF handles that is to have a long poller for status
If you're counting on your deployment status for CI/CD, you'd hope there'd be a stronger guarentee
s
Could you cut a ticket with the details? As close a representation of your code as is possible would be great.