Optionally create SNS topic to send important events or long-running process notifications to
Optionally create SNS topic to send important events or long-running process notifications to.
If possible, subscribe to a user-defined email address to the topic as well.
The following event notifications should be sent:
- Failure to download world server height map data archive (only send once, and/or have on an aggressive back-off to not spam on retries)
- Starting world server height map data generation using game client data from the S3 bucket
- Completion of world server height map data generation using game client data from the S3 bucket
- Successful upload of world server height map data to the S3 bucket
- Registration of the world server with the authentication server
- Detection of changes to the
authserver.conf
orworldserver.conf
when updating them periodically - Failures to start (or restart) the
authserver
orworldserver
containers for any reason - Failures to export RDS database snapshots to the S3 bucket (if and when that functionality is added of course)