Releases: cloudposse/terraform-aws-components
Releases · cloudposse/terraform-aws-components
0.7.0: [ses] update lambda forwarder (#55)
* update ses lambda forwarder * Pin to release
0.6.4 Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.6.3 Add `allowed_cidr_blocks` to `aurora-mysql`
what
- Add
allowed_cidr_blocks
toaurora-mysql
why
- To make it publicly accessible
notes
For an Aurora cluster to be publicly accessible, the following three conditions must be met:
-
publicly_accessible
flag must be set totrue
, in which case the RDS instances will be assigned a public IP address and the internal DNS will be pointed to it (otherwise it will be assigned a private IP address) -
The instances must be placed into public subnets (with an Internet Gateway), so they could be reached from the Internet
-
The Security Group must have ingress rules to allow connection from an external IP address, CIDR blocks, or other security groups. To allow public access from any IP, use
"0.0.0.0/0"
as allowed CIDR blocks
0.6.2 Add Aurora MySQL module
what
- Add Aurora MySQL module
- Update Aurora Postgres module
why
- To provision Aurora MySQL clusters
- Availability zones were dropped from https://github.com/cloudposse/terraform-aws-rds-cluster
0.6.1
0.6.0: [aws/users,aws/account-settings] new modules (#45)
* add iam settings and scaffolding for user account creation * add signin url local * Add email template * Fix formatting * use data provider output for account alias * remove redundant group
[elasticache redis] Allow name configurable
[aws/backing-services] update module versions (#44) * Update elastic cache
0.5.8: Added rds as backing service (#43)
What
- Added RDS as backing service
Why
- To make it useful for some projects
0.5.7
0.5.6: Added elasticsearch permissions (#38)
* Added elasticsearch permissions * Fix style