Update Terraform cloudposse/ec2-autoscale-group/aws to v0.43.1 (main) - #129
Open
renovate[bot] wants to merge 1 commit into
Open
Update Terraform cloudposse/ec2-autoscale-group/aws to v0.43.1 (main)#129renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
Matt Gowie (Gowiem) and
PePe Amengual (jamengual)
January 26, 2025 22:38
|
/terratest |
1 similar comment
Member
|
/terratest |
renovate
Bot
force-pushed
the
renovate/main-cloudposse-ec2-autoscale-group-aws-0.x
branch
from
June 24, 2025 00:30
9507fd7 to
7deb882
Compare
renovate
Bot
force-pushed
the
renovate/main-cloudposse-ec2-autoscale-group-aws-0.x
branch
from
September 26, 2025 19:12
7deb882 to
35c5a7f
Compare
renovate
Bot
force-pushed
the
renovate/main-cloudposse-ec2-autoscale-group-aws-0.x
branch
from
October 22, 2025 09:08
35c5a7f to
cb668e1
Compare
renovate
Bot
force-pushed
the
renovate/main-cloudposse-ec2-autoscale-group-aws-0.x
branch
from
December 8, 2025 16:43
cb668e1 to
b6b4249
Compare
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.
This PR contains the following updates:
0.40.0→0.43.1Release Notes
cloudposse/terraform-aws-ec2-autoscale-group (cloudposse/ec2-autoscale-group/aws)
v0.43.1Compare Source
🚀 Enhancements
fix cpu_options condition @arnoldasbrazys (#162)
what
Should fix:
why
cpu_optionsshould not break the modulereferences
Closes #​161v0.43.0Compare Source
add cpu_options to launch template @y3ti (#159)
what
Add new variable
cpu_optionsto specify CPU options for an Amazon EC2 instancewhy
I need to disable Intel Hyper-Threading for instances created by AutoScaling Group. EC2 and Launch Template provides a CPU Options configuration that allows for:
threads_per_coreto 1 (default is 2 which means that hyper threading is enabled)references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#cpu-options
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html
v0.42.0Compare Source
feat: cleartext user_data variable @nitrocode (#158)
what
why
vendor.yamlstack yaml
references
N/A
v0.41.1Compare Source
fix: remove deprecated `elastic_gpu_specifications` @RoseSecurity (#154)
what
Amazon Elastic Graphics died on 8 Jan 2024, and the AWS provider yanked the knob in
v6.0.0. Use GPU-class instance types (G4*/G5, etc.) or other modern accelerators instead.What
Testing
atmos validate stacksatmos terraform planon component using this moduleReferences
🤖 Automatic Updates
Fix go version in tests @osterman (#152)
what
1.24why
References
Replace Makefile with atmos.yaml @osterman (#151)
what
Makefileatmos.yamlwhy
build-harnesswithatmosfor readme genrationReferences
v0.41.0Compare Source
add max_healthy_percentage - option used during instance refresh @scott-doyland-burrows (#149)
what
This is adding the
max_healthy_percentageoption.This allows the instance refresh to set this value.
min_healthy_percentageis already set as an option.why
The option is currently missing from the terraform module.
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#max_healthy_percentage
fix: Terratest Account ID @milldr (#150)
what
why
references
🤖 Automatic Updates
Migrate new test account @osterman (#148)
what
.github/settings.yml.github/chatops.ymlfileswhy
.github/settings.ymlfrom org level to getterratestenvironmenttestaccountReferences
Update .github/settings.yml @osterman (#147)
what
.github/settings.yml.github/auto-release.ymlfileswhy
.github/settings.ymlfrom org levelreferences
Update .github/settings.yml @osterman (#146)
what
.github/settings.yml.github/auto-release.ymlfileswhy
.github/settings.ymlfrom org levelreferences
Update .github/settings.yml @osterman (#145)
what
.github/settings.yml.github/auto-release.ymlfileswhy
.github/settings.ymlfrom org levelreferences
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.