Continuity and recovery
We deploy our infrastructure every day due to these key concepts:
This approach has many benefits in terms of business continuity and disaster recovery. By adopting infrastructure as a code , and based on AWS , Terraform , and GitLab CI features, we can:
-
Destroy and deploy infrastructure quickly. We redeploy the infrastructure constantly because autoscaling is done daily, based on usage. In such an infrastructure environment, it is expected that a server could not exist for more than 24 hours. This is the reason why we regenerate our infrastructure on a daily basis with an automated process while autoscaling.


-
Monitor and review all the code in search of bugs or any other type of errors.
-
Hack continuously our own code, infrastructure included.
Additionally, we have an extensive backup strategy and well-defined recovery objectives .