CDK construct for Amazon FSx for Netapp ONTAP
Project description
CDK FSx ONTAP
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
Release history Release notifications | RSS feed
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.14.tar.gz
(1.2 MB
view details)
Built Distribution
File details
Details for the file cdk-fsx-ontap-1.0.14.tar.gz
.
File metadata
- Download URL: cdk-fsx-ontap-1.0.14.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 382b5cd6681399016a25198d99dd0497024516d241f4172cd8439c7525ddd8d6 |
|
MD5 | 34d74fda9cb74b213fc6901a8d6b59de |
|
BLAKE2b-256 | 87e41f54832329f52fb06c50871b5df96d06f039917d1ce69cab22ce18e7cd27 |
File details
Details for the file cdk_fsx_ontap-1.0.14-py3-none-any.whl
.
File metadata
- Download URL: cdk_fsx_ontap-1.0.14-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2d95e63581e259012575afe33afc498a5ecabd1a529d011ad6b4d2f395c32e2 |
|
MD5 | 71a3a76745cc19ff5b35704af0029acd |
|
BLAKE2b-256 | 1eda8dc6ba83942dded8c35eb61ff0bd4a2ed0e94f54b6563a219dbfbc61b947 |