Jimmy Schementi
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...
Currently waits for AWS's instance status checks to all pass. Instead, can just keep trying to SSH to the machine.
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.
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...
- [ ] 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...
For applications which require a proper environment when installing (like Rails if you use ENV['XYZ'] in any environment configs or initializers).
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.