Skip to main content

AwsEfsFilesystemModule

AwsEfsFilesystemModule is an EFS-based AWS filesystem module that provides an implementation for the Filesystem model. This module creates AWS EFS (Elastic File System) filesystems that can be mounted and shared across multiple containers and services. It provides persistent, scalable file storage for containerized applications.

@example

TypeScript

import { AwsEfsFilesystemModule } from '@quadnix/octo-aws-cdk/modules/filesystem/aws-efs-filesystem';

octo.loadModule(AwsEfsFilesystemModule, 'my-filesystem-module', {
filesystemName: 'shared-data',
region: myRegion
});
@group

Modules/Filesystem/AwsEfsFilesystem

@see

Hierarchy

Index

Constructors

Methods

Resources

Constructors

constructor

Methods

onInit

registerMetadata

Page Options