Skip to content

v0.32.11

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 15 Mar 10:11
ad51245

Modules affected

  • aws

Description

  • Added new aws.GetRecommendedRdsInstanceType methods which allow you to pass in a list of RDS instance types (e.g., db.t2.micro, db.t3.micro, etc) and get back an instance type that is supported in the current region. This is useful for running automated tests against RDS code across multiple regions, as not all regions support all instance types.

Special thanks

Special thanks to @alpacamybags118 for the contribution!

Related links