-
Remove folders
* cli
* exo-deploy
* exo-lint
* exo-sync
* exosphere-shared
-
## Exosphere roadmap
@hugobho
- milestone [new exo deploy](https://github.com/Originate/exosphere/milestone/1)
@cheahuychou
- milestone [new code generation](https://github.com/Originate/exosp…
kevgo updated
7 years ago
-
Trying to install the sdk on the latest `originate/exosphere-base` docker image. Any ideas for a fix or workaround?
- node v6.7.0
- npm v3.10.3
Dockerfile:
```
FROM originate/exosphere-base:…
-
Both ECS and terraform support enabling [autoscaling](https://www.terraform.io/docs/providers/aws/r/appautoscaling_policy.html) of ECS tasks.
- [ ] Update the task module to setup autoscaling polic…
-
RDS supports encryption at rest, but it is [not enabled by default](https://www.terraform.io/docs/providers/aws/r/db_instance.html#storage_encrypted) by terraform.
- [ ] Update the `rds` module so…
-
It's possible to enable [additional cloudwatch metrics](https://www.terraform.io/docs/providers/aws/r/autoscaling_group.html#enabled_metrics) on the autoscaling groups, but terraform does not do it by…
-
Allow `terraform destroy` to work cleanly by setting the [`final_snapshot_identifier`](https://www.terraform.io/docs/providers/aws/r/db_instance.html#final_snapshot_identifier) on the `aws_db_instance…
-
RDS instances can be created from a snapshot. This is useful in several cases, namely renaming a database instance (which causes a new instance to be created). The `rds` module currently does not supp…
-
Read public AWS config from application.yml including:
- region
- account id
- ssl centificate arn
-
After booting up an application with `exo run`, when making changes to files of any service I see the message `Restarting service x because x was changed`, but I do not see output for the containers b…