Skip to main content

CDK construct for Amazon FSx for Netapp 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 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

cdk-fsx-ontap-1.0.7.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

cdk_fsx_ontap-1.0.7-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

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