guardian / mobile-n10n

n10n for nOTIFICATIOn
Apache License 2.0
26 stars 4 forks source link

LIVE-5049 Change to AMI using ubuntu Jammy #1017

Closed waisingyiu closed 1 year ago

waisingyiu commented 1 year ago

What does this change?

Ubuntu bionic (v18) will reach end of support by April 2023. The PR changes the EC2-based services (registration, notification, report and ec2sender) to use the new AMI which is based on Ubuntu Jammy (v22).

How to test

The services were deployed to CODE successfully.

The following tests were performed to validate the new AMI:

  1. a notification was sent successfully and my debug app was able to receive it
  2. registration requests were handled properly. Changes were verified in the database
  3. we retrieved the report on the test notification from the report endpoint successfully
  4. no tests were done on ec2sender as we are not using it and it will be removed soon

No error logs were found during testing.