Skip to content

v1.431.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 06 May 20:05
· 16 commits to refs/heads/main since this release
ee59fd8
feat: Spacelift worker pool enhancements @RoseSecurity (#1029)

what

  • Adds instance_lifetime variable
  • Adds logic for launch_template_version
  • Makes AMI filter for architecture extensible

why

  • Adds instance_lifetime to enhance security of worker by terminating and replacing long-lived instances

[!NOTE]
The addition of this variable is purely for security purposes and can be removed if contributors deem it unnecessary

  • A refresh will not start when version = "$Latest" is configured in the launch_template block. To trigger the instance refresh when a launch template is changed, configure version to use the latest_version attribute of the aws_launch_template resource.

references