/bcs-cloud-endure-service

This package contains the backend service to manage CloudEndure.

Primary LanguageJavaMIT No AttributionMIT-0

Disaster Recovery Factory - CloudEndure Service

Introduction

This project is published as a solution in the Amazon Web Services Solutions Library. For more information, including how to deploy it into your AWS account, please visit:

This Package

This package contains the backend service to manage CloudEndure.

To enable the auto-configuration of the cloud endure service, configure your application.yaml file with the following properties:

cloudendure:
  enabled: true
  api:
    url: https://console.cloudendure.com/api/latest

Add the following property to deserialize datetime values as ISO strings:

spring:
  jackson:
    serialization:
      WRITE_DATES_AS_TIMESTAMPS: false

AWS Blogs

The following blog articles introduce in depth how this solution works and how to make the most of it.