I-ALiRT - update ecs ami#1134
Merged
laspsandoval merged 2 commits intoIMAP-Science-Operations-Center:devfrom Mar 2, 2026
Merged
I-ALiRT - update ecs ami#1134laspsandoval merged 2 commits intoIMAP-Science-Operations-Center:devfrom
laspsandoval merged 2 commits intoIMAP-Science-Operations-Center:devfrom
Conversation
Closed
Contributor
Author
|
A summary of the I-ALiRT Architecture: After I deployed to dev the AMI didn't update. So I deleted the EC2 instance prompting the autoscaling group to bring another back up in its place with the new version (AL2023). Then I tested to make certain that the task (container) reached a steady state and I could reach it via tcp. I thought that maybe I could show you on the Console sometime if you are interested. |
lacoak21
approved these changes
Mar 2, 2026
added 2 commits
March 2, 2026 11:44
This reverts commit fc95e0a.
eb5dac7
into
IMAP-Science-Operations-Center:dev
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Overview
The current ECS AMI is being deprecated so we need an update.
File changes
ialirt_processing_construct.py
Testing
Testing in dev.
Old
44.246.157.218
ami-02cdaf0146c5a47f1
amzn2-ami-ecs-hvm-2.0.20250909-x86_64-ebs
IalirtStack-IalirtProcessingAutoScalingGroupASG503538FE-FJz8ekAktdam
i-0900e233a708467a7
IalirtStack-IalirtProcessingAutoScalingGroupInstanc-ulQ2fDFb2O4q
Terminated at 12:09pm.
Back at 12:11pm.
New
44.246.157.218
ami-0b6ac29f4b0dc9bf1
al2023-ami-ecs-hvm-2023.0.20260210-kernel-6.1-x86_64
IalirtStack-IalirtProcessingAutoScalingGroupASG503538FE-FJz8ekAktdam
i-00621c20940e0a103
IalirtStack-IalirtProcessingAutoScalingGroupInstanc-ulQ2fDFb2O4q
From the terminal:
((.venv) ) Lauras-MacBook-Pro:sds-data-manager laurasandoval$ nc -vz 44.246.157.218 7526
Connection to 44.246.157.218 port 7526 [tcp/] succeeded!
((.venv) ) Lauras-MacBook-Pro:sds-data-manager laurasandoval$ nc -vz 44.246.157.218 7564
Connection to 44.246.157.218 port 7564 [tcp/] succeeded!
((.venv) ) Lauras-MacBook-Pro:sds-data-manager laurasandoval$ nc -vz 44.246.157.218 7566
Connection to 44.246.157.218 port 7566 [tcp/vsi-omega] succeeded!
((.venv) ) Lauras-MacBook-Pro:sds-data-manager laurasandoval$