Volume component
This package provides a volume hosted on EFS, served over the private network and restricted with security groups.
Usage
const volume = new VolumeComponent(this, 'vol', {
vpcId: 'xxxxxxxx',
subnetsIds: ['aaaaa', 'bbbbb'],
clientsSecurityGroupsIds: ['ssssss'],
preventDestroy: false,
});