You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v18.5.2] 2024-12-12
Breaking Changes
CUMULUS-3934
Removed ecs_cluster_instance_allow_ssh resource.
The ecs_cluster_instance_allow_ssh was implemented before SSM hosts were deployed
to NGAP accounts and allowed for SSHing into an instance from an SSH bastion, which no longer exists.
Tunneling into an EC2 via SSM is still supported. Users relying solely on SSH will need to transition to SSM.
Changed
CUMULUS-3936,CUMULUS-3948
Updated tf-modules/cumulus/ecs_cluster_instance_autoscaling_cf_template.yml.tmpl
user-data for compatibility with Amazon Linux 2023 AMI
Fixed tf-modules/cumulus scripts to use Instance Metadata Service V2
Updated fake-provider-cf.yml to work for Amazon Linux 2023 AMI
CUMULUS-3941
Updated SendPan task to generate short pan with FAILED disposition.
CUMULUS-3955
Removed VACUUM statements from db migrations. In cases where the PG database is very large, these queries
can take a long time and exceed the Lambda timeout, causing failures on deployment.