feat(fsx): add properties to enable automatic backups for Lustre file system#30343
feat(fsx): add properties to enable automatic backups for Lustre file system#30343mergify[bot] merged 7 commits intoaws:mainfrom
Conversation
|
@mazyu36 Thanks for the PR. Looks like property |
|
@ashishdhingra
Therefore, I think it would be preferable to address it either in #30207, which is adding the storage type, or in a separate PR. Please let me know if you have any other thoughts or suggestions. |
|
Nice work! |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
| testCases: [stack], | ||
| }); | ||
|
|
||
| app.synth(); |
|
almost missed it, but no need for the |
|
@comcalvi |
comcalvi
left a comment
There was a problem hiding this comment.
Thank you for your contribution! Nice work.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@Mergifyio update |
✅ Branch has been successfully updated |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Issue # (if applicable)
Closes #30340.
Reason for this change
Current LustreFileSystem class does not support automatic backups.
Description of changes
Add properties equivalent to those of the L1 construct to the L2 construct.
Segregated the
dailyAutomaticBackupStartTimeas a class to enable its usage in another file system's L2 construct (for example, Ontap) in the future.Description of how you validated changes
Add unit tests and integ tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license