-
Hi , I am trying to make another resource after ec2 has completed its initialization.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
it turns out that in eventPattern, it should be 'eventName', not 'event' and 'ModifyVolume'. Look into Event trail json before making a eventPattern.
Also, script from https://gist.githubusercontent.com/weavenet/5815644/raw/fd283f614cad86abe41cccfc3e7b79eb1b613741/cfn-signal.sh can be used to send signal without installing cloud cfn signals package in ec2 machine. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
it turns out that in eventPattern, it should be 'eventName', not 'event' and 'ModifyVolume'. Look into Event trail json before making a eventPattern.
Also, script from https://gist.githubusercontent.com/weavenet/5815644/raw/fd283f614cad86abe41cccfc3e7b79eb1b613741/cfn-signal.sh can be used to send signal without installing cloud cfn signals package in ec2 machine.