- Newest
- Most votes
- Most comments
Hi,
I'd strongly recommend you to read this WP (one of the best by AWS from my standpoint): https://docs.aws.amazon.com/pdfs/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.pdf
I suggest to read all what's related to Backup account in this document: it's close to what you want to achieve.
On your specific question, this page details fully how resource assignment is achieved: https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html
Best,
Didier
To manage resource backups effectively in AWS, using tags such as Backup: True and Backup: False can be very useful. This approach allows you to selectively include or exclude resources based on their tags. Here’s a summary of how to implement this using AWS Backup policies, referencing the provided AWS documentation: - https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html
I'd rather not have to manually manage new tags for all new ec2 instances and instead use existing logic if it is possible.
Relevant content
- asked 8 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Does https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html applied to AWS BackUp Policies? I can't seem to use that way when managing AWS Backup from the management account.