Skip to content

Conversation

@aknysh
Copy link
Member

@aknysh aknysh commented May 7, 2018

what

  • Terraform generic modules to provision common AWS resources
  • A collection of reusable root modules for CloudPosse AWS accounts

why

  • To be reused across different CloudPosse AWS accounts (prod, staging, dev, audit)

@aknysh aknysh self-assigned this May 7, 2018
@aknysh aknysh requested review from goruha, osterman and sarkis May 7, 2018 13:35

variable "POSTGRES_INSTANCE_TYPE" {
type = "string"
default = "db.r4.large"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we default to something smaller here for the example? I worry people use this later and incur charges they didn't expect :) - if they forget to clean up. Maybe: db.t2.small or db.t2.medium?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed r4.large is the smallest available for Aurora PostgreSQL

sarkis
sarkis previously approved these changes May 7, 2018
@osterman
Copy link
Member

Build failing

@aknysh aknysh merged commit e12590d into master May 12, 2018
@aknysh aknysh deleted the init branch May 12, 2018 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants