` bucket.
* Get the link of the solution template uploaded to your Amazon S3 bucket.
* Deploy the solution to your account by launching a new AWS CloudFormation stack using the link of the solution template in Amazon S3.
# File structure
Machine Downtime Monitor on AWS consists of:
- CDK constructs to generate necessary resources
- Microservices used in the solution
- Dashboard built with React and AWS Amplify
|-deployment/ [ Stores build & test scripts and will contain directories for assets following a custom build ]
|-source/
| |-cdk-infrastructure [ CDK project for building the solution's infrastructure ]
| | |-bin [ entry point for CDK app ]
| | |-lib [ Constructs for the components of the solution ]
| | ââtest [ Unit tests for the CDK constructs ]
| |-lambda [ Lambda packages used by the solution ]
| |-web-ui [ Front-end dashboard built with React and AWS Amplify ]
# Collection of operational metrics
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/machine-downtime-monitor-on-aws/collection-of-operational-metrics.html).
# License
See license [here](https://github.com/aws-solutions/machine-downtime-monitor-on-aws/blob/master/LICENSE)