Skip to content

1.1.0

Compare
Choose a tag to compare
@tobiasmcnulty tobiasmcnulty released this 06 Sep 02:37
· 320 commits to main since this release

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