Hector Castro

Results 24 issues of Hector Castro

To help better align with the rest of the community's standards, wire up RuboCop to the existing Travis CI test suite.

Task

#### Problem description There are a several areas where a service's configuration can come from: - Scala defaults - Environment variables - Task definition defaults - Terraform configuration defaults -...

core
maintenance

This PR includes two distinct changes, but they're split across separate commits in case it isn't desirable to merge both at this time: 1. Add a `Dockerfile` that uses Node.js...

Currently, the existing Amazon S3 backend has a blocking API for various operations (`AttributeStore`, `ValueReader`, `LayerQuery`, etc.). This increases the complexity in integrating GeoTrellis with web services built on top...

enhancement

Amazon RDS for PostgreSQL has support for storage autoscaling which allows us to define an upper bound for storage, and then RDS automatically scales up capacity as storage utilization increases....

operations
size: 2
actionable backlog

A project was successfully using 2.5.0 of this module. An attempt to upgrade it to 2.6.0 caused the following exception: ``` * aws_db_instance.postgresql: Error modifying DB Instance dbtest: InvalidParameterCombination: A...

operations
size: 2
actionable backlog

This module isn't currently compatible with Terraform 0.12. The [0.12 upgrade guide](https://www.terraform.io/upgrade-guides/0-12.html) outlines backwards incompatible changes that need to be made. Consider using https://github.com/azavea/terraform-aws-ecs-cluster/pull/53 as a starting point.

operations
actionable backlog
okr

Right now, we support dynamic AMI lookup via an AMI search filter: https://github.com/azavea/terraform-aws-ecs-cluster/blob/develop/main.tf#L111-L140 Based on ECS AMI documentation, it seems like they're subtly nudging folks to grab AMI values via...

operations

Currently, the contents of the `TestSuite` directory contains ~1GB of data files: ``` bash $ du -sh TestSuite 1.0G TestSuite ``` It may be useful to track changes of these...