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:
a notification was sent successfully and my debug app was able to receive it
registration requests were handled properly. Changes were verified in the database
we retrieved the report on the test notification from the report endpoint successfully
no tests were done on ec2sender as we are not using it and it will be removed soon
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
andec2sender
) 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:
report
endpoint successfullyec2sender
as we are not using it and it will be removed soonNo error logs were found during testing.