How to specify multiple import and export paths when creating FSX for Lustre filesystem in CDK #22606
Replies: 3 comments
-
这是来自QQ邮箱的自动回复邮件。
您好,您的邮件我已收到,会尽快给您回复滴~~~
|
Beta Was this translation helpful? Give feedback.
-
It looks to me like CloudFormation doesn't allow for configuring multiple imports and exports, see their docs here. CDK will be limited by what CloudFormation can provide here, if you need a way to work around this I would recommend looking into custom resoures - maybe AwsCustomResource could help you out here if you can make a simple API call to set this Else, I would recommend creating an issue on the CloudFormation Coverage Roadmap if one doesn't exist already 🙂 |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的自动回复邮件。
您好,您的邮件我已收到,会尽快给您回复滴~~~
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am creating a new FSXFileSystem for Lustre. I want to setup auto import/export from 2 different S3 buckets on the filesystem. The LustreConfiguration in CDK takes only a string which lets me specify only a single bucket. How do I setup export/import on multiple buckets on creation?
Beta Was this translation helpful? Give feedback.
All reactions