Closed tsmock closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
We probably won't move to 24.04 as hopefully will be doing production deployments with ECS within the next few months.
Good to hear. :)
Before I spend a lot of time setting up CodeBuild
for the frontend, what are you planning on doing for that? Keep using CircleCI? Or are you also going to use ECS for the frontend?
We are moving to github actions. You can see some of the prep work happening here:
About the frontend, I know we are pushing docker images for that but we may still use s3 static site. cc @mahesh-naxa .
What type of PR is this? (check all applicable)
Related Issue
Fixes #6506
Describe this PR
Use SSM ("Systems Manager") to find the newest AMI for Ubuntu 20.04.
The current method hardcodes a single AMI (in this case ami-0aa2b7722dc1b5612). The problem with this method is that:
Review Guide
Apply the cloudformation stack. Observe that the base AMI is significantly newer and that the deployment finishes.
Additional notes:
Updating the base AMI from Ubuntu 20.04 to 24.04 should be done soonish (EOL is 2025-04). The packages in
LaunchTemplateData.UserData
will need to be updated. The scope for that is outside of this PR.