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).
Release files for cdk-fsx-ontap 1.0.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cdk-fsx-ontap-1.0.14.tar.gz | 1.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdk_fsx_ontap-1.0.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.5 MB
Release files / cdk-fsx-ontap-1.0.14.tar.gz
| Download URL | cdk-fsx-ontap-1.0.14.tar.gz |
|---|---|
| Size | 1.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
382b5cd6681399016a25198d99dd0497024516d241f4172cd8439c7525ddd8d6
|
|
BLAKE2b-256 checksum How to use checksums |
87e41f54832329f52fb06c50871b5df96d06f039917d1ce69cab22ce18e7cd27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|
Release files / cdk_fsx_ontap-1.0.14-py3-none-any.whl
| Download URL | cdk_fsx_ontap-1.0.14-py3-none-any.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b2d95e63581e259012575afe33afc498a5ecabd1a529d011ad6b4d2f395c32e2
|
|
BLAKE2b-256 checksum How to use checksums |
1eda8dc6ba83942dded8c35eb61ff0bd4a2ed0e94f54b6563a219dbfbc61b947
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|