Skip to content

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

Fix readme

10 Jul 14:03
bfad2d1
Compare
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
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.4.0

17 Apr 13:28
Compare
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
Compare
Choose a tag to compare
Add custom metrics for CloudWatch (#32)

0.3.10

02 Mar 22:44
Compare
Choose a tag to compare
Change default Availability Zones to Any (#31)

0.3.9

02 Mar 21:52
Compare
Choose a tag to compare
Set variables for managed updates (#33)

0.3.8

01 Mar 22:46
Compare
Choose a tag to compare
Add variable for EBS type and size (#29)

0.3.7

01 Mar 22:10
Compare
Choose a tag to compare
Add variable for SSHSourceRestriction (#30)

0.3.6

01 Mar 14:31
Compare
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

0.3.5

01 Mar 01:13
Compare
Choose a tag to compare
Use a variable to enable aws:ec2:vpc:AssociatePublicIpAddress (#27)