You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you confirm that this is working as expected? If so, will probably need to add another step to fetch more instance metadata during these notices, as at the moment the logs (and webhook notifications) are pretty sparse.
Thanks!
Another example of a webhook notice showing the DrainEvent fields not being populated:
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue, we'll investigate the problem. The integration tests we wrote only check if a message was successfully sent, looks like that was a mistake and some of the other data is missing.
You are correct, we'll need to grab this information from the other paths in the metadata service, it should resolve this issue and this other one : #94
The spot instance termination notice endpoint is only populating the timestamp of the event in the
DrainEvent
struct.You can see this in the logs:
The documentation for the notice API also only indicates a
time
is returned: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#instance-action-metadataCan you confirm that this is working as expected? If so, will probably need to add another step to fetch more instance metadata during these notices, as at the moment the logs (and webhook notifications) are pretty sparse.
Thanks!
Another example of a webhook notice showing the
DrainEvent
fields not being populated:The text was updated successfully, but these errors were encountered: