Skip to content

Releases: cloudposse/terraform-aws-elastic-beanstalk-environment

0.4.3

12 Jul 02:43

Choose a tag to compare

what

  • Remove invalid S3 actions

why

There are a few S3 actions which are invalid and therefore are not being applied to the role.

invalid actions

Fix readme

10 Jul 14:03
bfad2d1

Choose a tag to compare

  • Fix avatars links
  • Fix link on badge release

0.4.1 Migrate to README.yaml format

05 Jul 12:32
678ba6b

Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.4.0

17 Apr 13:28

Choose a tag to compare

what

  • Add support for Application Version label

why

  • To be able to deploy different application versions to Elastic Beanstalk

0.3.11

06 Mar 01:22

Choose a tag to compare

Add custom metrics for CloudWatch (#32)

0.3.10

02 Mar 22:44

Choose a tag to compare

Change default Availability Zones to Any (#31)

0.3.9

02 Mar 21:52

Choose a tag to compare

Set variables for managed updates (#33)

0.3.8

01 Mar 22:46

Choose a tag to compare

Add variable for EBS type and size (#29)

0.3.7

01 Mar 22:10

Choose a tag to compare

Add variable for SSHSourceRestriction (#30)

0.3.6

01 Mar 14:31

Choose a tag to compare

what

Add a setting to use Immutable strategy of deployment (instead changing instances in-place, create new ones)

why

Because immutable strategy ensure that all the process of deployment can be done from scratch (don't depend on old components, force creation of new resources for changes).

references

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rollingupdates.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environmentmgmt-updates-immutable.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html