Closed flostadler closed 1 month ago
This impacts EKS as well: https://github.com/pulumi/pulumi-eks/issues/1345.
If you're running into this, you can downgrade to v6.50.1
of the AWS provider while we're working on fixing this
I was able to pin-point it to this: https://github.com/pulumi/pulumi-terraform-bridge/issues/2408
This issue has been addressed in PR #4450 and shipped in release v6.51.1.
Describe what happened
Since version
v6.51.0
theuserData
property of EC2 Launch Configurations shows a diff on every deployment. TheuserData
property is marked asForceNew
, so this causes replacements. This can cause downtime, because this can cascade into ASG instances being replaced.This does not reproduce under
v6.50.1
of the provider. My suspicion is that this is caused by the rollout ofPlanResourceChange
as there were no changes to theLaunchConfiguration
resource in the last 3 months (see).Sample program
Log output
No response
Affected Resource(s)
aws:ec2:LaunchConfiguration
Output of
pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).