Skip to content

aws-backup: S3 backup tiering #36285

@HannesOberreiter

Description

@HannesOberreiter

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

No one assigned

    Labels

    @aws-cdk/aws-backupRelated AWS Backupfeature-requestA feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions