Skip to content

Commit

Permalink
Explain either IDs or names can be used for AWS resources
Browse files Browse the repository at this point in the history
Adds a note to the manual explaining that either IDs or names can be
used when specifying instances or volumes in AWS.
  • Loading branch information
mikewallace1979 committed Jul 20, 2023
1 parent 799acf0 commit a012ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/manual/28-snapshots.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ azure_resource_group = AZURE_RESOURCE_GROUP

#### Configuration for AWS snapshots

When specifying `snapshot_instance` or `snapshot_disks`, Barman will accept either the instance/volume ID which was assigned to the resource by AWS *or* a name.
If a name is used then Barman will query AWS to find resources with a matching `Name` tag.
If zero or multiple matching resources are found then Barman will exit with an error.

The following optional parameters can be set when using AWS:

``` ini
Expand Down

0 comments on commit a012ccd

Please sign in to comment.