https://github.com/scottlogic/finos-cloud-services-certification
A prototype implementation of the FINOS Cloud Services Certification tests
https://github.com/scottlogic/finos-cloud-services-certification
compliance-as-code finos
Last synced: 3 months ago
JSON representation
A prototype implementation of the FINOS Cloud Services Certification tests
- Host: GitHub
- URL: https://github.com/scottlogic/finos-cloud-services-certification
- Owner: ScottLogic
- License: apache-2.0
- Created: 2019-10-31T16:26:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T17:35:41.000Z (over 5 years ago)
- Last Synced: 2024-12-31T06:12:10.418Z (5 months ago)
- Topics: compliance-as-code, finos
- Language: Java
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 37
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FINOS Cloud Service Certification - Prototype Implementation
The FINOS [Cloud Service Certification Project](https://finosfoundation.atlassian.net/wiki/spaces/FDX/pages/904626436/Cloud+Service+Certification+Project) has the following missions:
> The mission of the Cloud Service Certification Working Group is to accelerate the development, deployment, and adoption of a common set of controls and tests for cloud services.
These controls are currently documented in Word / markdown format within the project's respective GitHub repo, [finos/cloud-service-certification](https://github.com/finos/cloud-service-certification).
## Prototype Implementation
This prototype seeks to automate these compliance check so that they can be validated rapidly and with repeatability. They make use of AWS Config, a service which provides an event-driven framework for detecting changes in configuration and executing checks (as Lambda functions). It also provides a dashboard with metrics and reporting.
It is anticipated that each test case identified by the Cloud Service Certification Project will be implemented as a Lambda Function.
## Licence
Copyright 2019 Scott Logic
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0