osml-cdk-constructs
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

OSML CDK Constructs

This project demonstrates a CDK Construct Library which includes the constructs that make up the OversightML (OSML) solution's AWS infrastructure.

Table of Contents

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests

Components

This package contains an assortment of CDK components that may be re-used and re-purposed for your own projects. These components are split into four groups:

  1. osml_*: these are OversightML (osml) components. These create the OSML infrastructure for storing imagery, queueing jobs, setting up SageMaker endpoints, creating a VPC, and more.
  2. mr_*: these are Model Runner (mr) components. These create the Model Runner infrastructure, which is responsible for leveraging the user-provided AI model against images.
  3. me_*: these are Model Endpoint (me) components. These create the Model Endpoint infrastructure, which is responsible for leveraging the user-provided AI models.
  4. ts_*: these are Tile Server (ts) components. These create the Tile Server infrastructure for queuing jobs, lambda sweeper, and more.

To learn more about the CDK constructs and access their API, please visit our documentation page at OSML CDK Constructs Documentation. There, you'll find full in-depth documentation to help you get started with using the constructs in your own projects. You can follow or use our infrastructure setup by visiting OSML project, Guidance for Processing Overhead Imagery.

IAM Permissions / Roles

This CDK construct offers flexibility in role management, allowing you to pass through your custom roles to utilize Model Runner, Models, and/or Tile Server. By default, we have provided policies that can be easily integrated into your roles, enabling seamless access to these containers. This allows you to maintain control over role management and easily switch between different roles as needed.

Working with AWS Cloud Infrastructure

This package is designed with flexibility in mind, taking dependencies only on AWS services and features that are widely available across most regions. Additionally, we’ve open-sourced this package to empower customers to customize these constructs to meet their specific needs and requirements. By open-sourcing the code, we’ve enabled customers to tailor the constructs to their unique environments, ensuring a perfect fit for their cloud infrastructure. If you need further assistance, please don’t hesitate to reach out to us through our Issues page.

Feature Flags

By default, ModelRunner does not send status messages to SNS. To get status messages about the image processing status, set the IMAGE_PROCESSING_STATUS environment variable to the ARN of the SNS topic to send messages to.

Support & Feedback

To post feedback, submit feature ideas, or report bugs, please use the Issues section of this GitHub repo.

If you are interested in contributing to OversightML Model Runner, see the CONTRIBUTING guide.

Security

See CONTRIBUTING for more information.

License

MIT No Attribution Licensed. See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i osml-cdk-constructs

Weekly Downloads

13

Version

1.8.1

License

MIT

Unpacked Size

866 kB

Total Files

119

Last publish

Collaborators

  • awsosml
  • odoug