Jimmy Schementi

Results 59 issues of Jimmy Schementi

See https://github.com/jschementi/riker/blob/master/riker/api.py#L480 Currently, the `~/.ssh/id_rsa.pub` from the machine running riker is used to push code to instances. This means that only a machine with that exact `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub` can...

enhancement

Currently waits for AWS's instance status checks to all pass. Instead, can just keep trying to SSH to the machine.

enhancement

When running `riker deploy`, it's possible that the app AMI will not be found when actually deploying it, even though it's been created properly.

bug
help wanted

Currently Riker will create one security group, and requires the user to specify the rules. However, incorrectly doing this will leave a deployment unusable. Riker should create as many security...

enhancement

- [ ] TLS/HTTPS - [ ] Internal-only (no public IP) Should terminate TLS at load-balancer, and all other traffic is in the VPC. If not, TLS needs to be...

enhancement

For applications which require a proper environment when installing (like Rails if you use ENV['XYZ'] in any environment configs or initializers).

enhancement

Make output look like Heroku: ``` -----> Log line 1 Log line 2 =====> Log line 3 ``` See http://areyoufuckingcoding.me/2013/04/15/dont-repeat-yourself-with-setting-up/ Should also add logging levels, as currently it's very verbose.

enhancement

help wanted