Skip to content

v0.38.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Mar 16:53
0b227b0
Update service role policy @anton-kachurin (#175)

what

Adds a new variable prefer_legacy_ssm_policy to be able to control IAM policy attached to the service role.

why

As mentioned in #171 , the AWSElasticBeanstalkService policy is getting deprecated and AWS recommends to replace it with AWSElasticBeanstalkManagedUpdatesCustomerRolePolicy. Since existing environments may still rely on permissions existing in the deprecated policy, the prefer_legacy_ssm_policy variable's default value is set to true for backward compatibility.

references

Closes #171