Skip to content

AWS Backup: Visual editor <--> JSON interchangeable?

0

Hi all

I'd love to configure Organization level backup policies using AWS Backup. I can see there are two options "Visual editor" and "JSON" as follows. Are they interchangeable? Both are visible to the users regardless of the options users chose? I mean if I created the 1st version of the policy with "Visual editor", can I see the corresponding JSON when I want to edit it later, and vice versa?

Visual editor Visual editor

JSON JSON

If not, which one provides granular control? And examples?

Thanks.

asked 5 months ago75 views
1 Answer
0
Accepted Answer

Yes, the Visual editor and JSON options for AWS Backup policies in AWS Organizations are interchangeable. When you create a backup policy using the Visual editor, you can later view and edit the same policy in JSON format, and vice versa. This allows you flexibility in how you manage your backup policies.

Regarding granular control, the JSON editor typically provides more advanced capabilities, especially for complex resource selection criteria. For example, with JSON, you can implement more sophisticated backup strategies such as:

  • Selecting specific resources by resource type
  • Excluding resources based on resource type or tags
  • Using combinations of multiple tags within the same resource selection
  • Creating more complex conditional logic for resource selection

The JSON approach is particularly useful when you need to implement flexible backup strategies across your organization by combining multiple resource types and/or tags. It also allows you to exclude resources you don't want to back up using resource type or tag criteria, which can help optimize costs for non-critical resources.

To use these advanced selection features, you would create or modify a resource selection using the JSON editor in either the AWS Organizations or AWS Backup console. This gives you more precise control over which resources are included in your backup policies.
Sources
Enhance resource selection in AWS Backup Policies in AWS Organizations | AWS Storage Blog
AWS Backup now supports resource type and multiple tag selections in backup policies - AWS

answered 5 months ago
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.