Noah Zoschke
Noah Zoschke
Can we turn CloudTrail on by default for Praxis AWS? I's very low cost and absolutely necessary for debugging production accounts. http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html
I mistakenly put the keys/queues directive inside a service. Seems like validation should catch and prevent that. ```resources: database: type: postgres services: web: build: . command: development: buffalo dev test:...
This could be tighter. ``` UPDATE_IN_PROGRESS staging-ui-staging AWS::CloudFormation::Stack UPDATE_IN_PROGRESS ResourceDatabase AWS::CloudFormation::Stack UPDATE_COMPLETE ResourceDatabase AWS::CloudFormation::Stack UPDATE_IN_PROGRESS ServiceProxyTasks AWS::ECS::TaskDefinition UPDATE_IN_PROGRESS ServiceProxyTasks AWS::ECS::TaskDefinition UPDATE_COMPLETE ServiceProxyTasks AWS::ECS::TaskDefinition UPDATE_IN_PROGRESS ServiceProxy AWS::ECS::Service UPDATE_IN_PROGRESS ServiceWebTasks AWS::ECS::TaskDefinition UPDATE_IN_PROGRESS...
I found myself needed to deploy without cache to pick up new dependencies that changed upstream. `cx deploy --no-cache` would be a nice way to do this. A workaround is...
The readme links to Apache 2.0 but its standard to also include this in a LICENSE file.
``` root@702164a55ed3:/go/src/github.com/convox/interface# env env FOO=bar ... root@702164a55ed3:/go/src/github.com/convox/interface# exit exit exit ``` Note the extra `env` and `exit` commands that are echoed. Also `exit` doesn't actually exit without an extra "enter"
I made an env var change that broke my app database connection. Now it's stuck in UPDATE_IN_PROGRESS until I roll it back in CF. Would be nice to have a...
I did a build during a rack update, which terminated the build container. The build is now displaying as running even though the container is no longer there. ``` $...
I would like to specify the desired size of a postgres resource in `convox.yml` and/or cloudformation
If the stack delete fails (see #66), the uninstall script doesn't quit. It should exit with a non-zero status code. ``` ... DELETE_COMPLETE InstancesSecurity AWS::EC2::SecurityGroup DELETE_COMPLETE InstancesRole AWS::IAM::Role DELETE_IN_PROGRESS Network...