Skip to main content

CDK construct for Amazon FSx for Netapp ONTAP

Reason this release was yanked:

Project moved to cdk-fsx-ontap

Project description

CDK FSx ONTAP

AWS CDK Version License

Overview

An AWS Cloud Development Kit (CDK) construct for deploying shared file storage using Amazon FSx for Netapp ONTAP.

Installation

  • TypeScript

    yarn add cdk-fsx-ontap
    
  • Python

    pip install rafalkrol-xyz.cdk_fsx_ontap
    

Usage

a) basic - going with all of the defaults

NB, check the full example in src/examples/basic.ts

declare const vpc: ec2.Vpc;
declare const securityGroupSource: ec2.SecurityGroup;

new FsxOntap(this, 'FsxOntap', {
  vpc,
  ec2SecurityGroup,
});

Acknowledgements

This project utilizes projen (star it on GitHub) and was created by following this guide by hayao-k (like it on Dev.to).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rafalkrol-xyz.cdk-fsx-ontap-1.0.5.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page