This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
Releases: puppetlabs-toy-chest/puppetlabs-aws
Releases · puppetlabs-toy-chest/puppetlabs-aws
Supported Release 2.1.0
This release includes:
- Japanese language support added.
- Puppet Tasks are supported.
- Support for the AWS SDK v3.
- Region support for GovCloud merged.
- Loadbalancers are now region specific.
Supported release
This release includes:
- Integration with VPC for Autoscaling groups, instances and security groups
- Support for managing Elastic IP addresses
- Additional DNS types for the Route53 support
- Detailed documentation on the properties of each type
- Better error messaging in case of AWS failures
- Extensive validation of types
v0.3.0
This includes support for:
- Autoscaling groups
- VPC (Virtual Private Cloud - basically the AWS internal network)
- Route53 DNS
This also improves the other resources (instances, security groups and
elastic load balancers) and expands the acceptance testing suite which
brings up large chunks of AWS whenever we run a build.
In total that's 19 types/providers, 16 of them new from the previous release.
The examples cover how to use the new functionality.
Initial Forge release
Builds on existing support for instances, security groups and load balancers, plus:
- Allows editing of existing security group ingress rules
- Exposes lots of information about instances to puppet resource
- Adds lots of new examples
- Adds a pretty comprehensive acceptance testing suite
- Fixes a bunch of bugs
Initial module release
Includes nominal support for
- EC2 Instances
- Security Groups
- Elastic Load Balancer (ELB)