-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
@aws-cdk/aws-backupRelated AWS BackupRelated AWS Backupfeature-requestA feature should be added or improved.A feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p2
Description
Describe the feature
AWS Backuplower-cost warm storage tier for Amazon S3 backups, see
https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-tiering.html
Use Case
Missing construct (otherwise I missed it, then sorry).
Proposed Solution
AWS CLI example:
aws backup update-tiering-configuration \
--tiering-configuration-name "MyTieringConfig" \
--tiering-configuration '{
"BackupVaultName":"*",
"ResourceSelection":[{
"Resources":["*"],
"TieringDownSettingsInDays":60,
"ResourceType":"S3"
}]
}' Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS CDK Library version (aws-cdk-lib)
2.231.0
AWS CDK CLI version
2.1033.0
Environment details (OS name and version, etc.)
macOS
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-backupRelated AWS BackupRelated AWS Backupfeature-requestA feature should be added or improved.A feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p2