Flowoid allows you to automate repetitive tasks in AWS Backup. Connect AWS Backup with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Backup Job
Returns metadata about your backup jobs.
New Backup Plan
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
New Backup Plan Template
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
New Backup Plan Version
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
New Backup Selection
Returns an array containing metadata of the resources associated with the target backup plan.
New Backup Vault
Returns a list of recovery point storage containers along with information about them.
New Copy Job
Returns metadata about your copy jobs.
New Recovery Point By Backup Vault
Returns detailed information about the recovery points stored in a backup vault.
New Recovery Point By Resource
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
New Restore Job
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
Actions
Create Backup Plan
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery points of resources. If you call CreateBackupPlan with a plan that already exists, an AlreadyExistsException is returned.
Create Backup Selection
Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included by specifying patterns for a ListOfTags and selected Resources. For example, consider the following patterns: Resources: "arn:aws:ec2:region:account-id:volume/volume-id" ConditionKey:"department" ConditionValue:"finance" ConditionType:"StringEquals" ConditionKey:"importance" ConditionValue:"critical" ConditionType:"StringEquals" Using these patterns would back up...
Create Backup Vault
Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Sensitive data, such as passport numbers, should not be included the name of a backup vault.
Delete Backup Plan
Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
Delete Backup Selection
Deletes the resource selection associated with a backup plan that is specified by the SelectionId.
Delete Backup Vault
Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
Delete Backup Vault Access Policy
Deletes the policy document that manages permissions on a backup vault.
Delete Backup Vault Notifications
Deletes event notifications for the specified backup vault.
Delete Recovery Point
Deletes the recovery point specified by a recovery point ID.
Describe Backup Job
Returns metadata associated with creating a backup of a resource.
Describe Backup Vault
Returns metadata about a backup vault specified by its name.
Describe Copy Job
Returns metadata associated with creating a copy of a resource.
Describe Protected Resource
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
Describe Recovery Point
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
Describe Region Settings
Returns the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.
Describe Restore Job
Returns metadata associated with a restore job that is specified by a job ID.
Export Backup Plan Template
Returns the backup plan that is specified by the plan ID as a backup template.
Get Backup Plan
Returns the body of a backup plan in JSON format, in addition to plan metadata.
Get Backup Plan From JSON
Returns a valid JSON document specifying a backup plan or an error.
Get Backup Plan From Template
Returns the template specified by its templateId as a backup plan.
Get Backup Selection
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
Get Backup Vault Access Policy
Returns the access policy document that is associated with the named backup vault.
Get Backup Vault Notifications
Returns event notifications for the specified backup vault.
Get Recovery Point Restore Metadata
Returns a set of metadata key-value pairs that were used to create the backup.
Get Supported Resource Types
Returns the AWS resource types supported by AWS Backup.
List Backup Jobs
Returns metadata about your backup jobs.
List Backup Plan Templates
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
List Backup Plan Versions
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
List Backup Plans
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
List Backup Selections
Returns an array containing metadata of the resources associated with the target backup plan.
List Backup Vaults
Returns a list of recovery point storage containers along with information about them.
List Copy Jobs
Returns metadata about your copy jobs.
List Protected Resources
Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
List Recovery Points By Backup Vault
Returns detailed information about the recovery points stored in a backup vault.
List Recovery Points By Resource
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
List Restore Jobs
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
List Tags
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. ListTags are currently only supported with Amazon EFS backups.
Put Backup Vault Access Policy
Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
Put Backup Vault Notifications
Turns on notifications on a backup vault for the specified topic and events.
Start Backup Job
Starts a job to create a one-time backup of the specified resource.
Start Copy Job
Starts a job to create a one-time copy of the specified resource.
Start Restore Job
Recovers the saved resource identified by an Amazon Resource Name (ARN). If the resource ARN is included in the request, then the last complete backup of that resource is recovered. If the ARN of a recovery point is supplied, then that recovery point is restored.
Stop Backup Job
Attempts to cancel a job to create a one-time backup of a resource.
Tag Resource
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
Untag Resource
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
Update Backup Plan
Replaces the body of a saved backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.
Update Recovery Point Lifecycle
Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days”...
Update Region Settings
Updates the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.