This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description: Terminates EC2 instances stopped for more than a specified number of days. | |
schemaVersion: '0.3' | |
assumeRole: "{{ AutomationAssumeRole }}" | |
parameters: | |
AutomationAssumeRole: | |
type: String | |
description: (Optional) The ARN of the role that allows Automation to perform the actions on your behalf. | |
default: '' | |
MaxStoppedDays: | |
type: Integer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Description: Advanced automation for backup, restore testing, and cleanup of EBS volumes with multi-volume support, reporting integration, and Well-Architected enhancements | |
Parameters: | |
BackupVaultName: | |
Type: String | |
Default: MyBackupVault | |
Description: Name of the backup vault | |
BackupRuleName: | |
Type: String |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Description: Backup Plan template to back up all resources | |
Outputs: {} | |
Parameters: | |
BackupAccountEventBus: | |
Type: String | |
Description: Event Bus in Backup Account | |