Skip to content

Releases: caktus/aws-web-stacks

v1.1.1

27 Sep 15:20
Compare
Choose a tag to compare

Features:

  • The retention period for automated RDS backups can now be customized or even disabled via
    CloudFormation parameters in the create/update stack form. The default number of retention
    days was also changed from 7 to 30. This change should not require replacement of your
    RDS instances, but as always, be on the lookout for unintended resource replacement when
    updating existing stacks. See: PR #12. Thanks @copelco for the change.

Bug fixes:

  • Underscores are now allowed in database names. See: PR #13. Thanks @copelco for the change.
  • The CloudFront distribution now passes querystring parameters to the origin. This provides
    a safer default for sites that may use querystring parameters to force re-fetching updated
    static media. See: PR #16
  • Disabling Elasticsearch via parameters is not possible in EB and ECS environments, so this
    feature has been disabled for now. See: PR #15
  • Elasticsearch has been removed from the GovCloud template, as it's not supported in that
    region.

1.1.0

06 Sep 02:37
Compare
Choose a tag to compare

Features:

  • Support for Elasticsearch was added. See: PR #9

Bug fixes:

  • While instance permissions were already limited for the EC2 and ECS configurations, Elastic
    Beanstalk instances were previously allowed to execute API actions for all AWS resources other
    than IAM. This release limits permissions granted to Elastic Beanstalk stalks considerably,
    granting permissions only previously granted to the ECS configuration, plus permissions
    included in the AWSElasticBeanstalkWebTier and AWSElasticBeanstalkMulticontainerDocker
    AWS managed policies. Please look out for and report any permission-related issues with
    Elastic Beanstalk stacks.
    See: PR #11

1.0.1

06 Sep 02:02
Compare
Choose a tag to compare

Bug fixes:

  • Remove the drop down list of Multicontainer Docker solution stacks, which was impossible to
    keep up to date. You'll need to copy/paste the current solution stack name from the AWS
    website
    .

1.0.0

16 Aug 21:35
Compare
Choose a tag to compare

Features:

  • A new stack type was added to support creating infrastructure with EC2 instances and an AMI of
    your choice with AWS Certificate Manager enabled (previously, the only option was to use one of
    the GovCloud stacks, which did not include an auto-generated SSL certificate). See: PR #7.

Bug fixes:

  • The default ACL on the private assets bucket was previously set to value authenticated-read.
    It is now set to private.

Backwards-incompatible changes:

  • Support for memcached added, with REDIS_URL renamed to CACHE_URL and the associated
    CloudFormation resource renamed from Redis to CacheCluster. This change will cause your
    Redis instance to be deleted and recreated.
    See: PR #8.
  • Support for RDS encryption added. This change will require your RDS instance to be deleted and
    recreated.

0.9.0

16 Aug 21:36
Compare
Choose a tag to compare

Initial public release