Skip to content

Commit

Permalink
doc(aws): update supporting docs for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Nov 21, 2023
1 parent fed23a3 commit f3db2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
# Uncomment to provide aws region. Alternatively, use AWS_REGION env variable
#region = eu-west-1

# Uncomment to manage whether or not to confirm instance in region. Alternatively, use AWS_CONFIRM_INSTANCE env variable.
# Uncomment to manage whether or not to confirm instance in AWS account supported region.
# Alternatively, use AWS_CONFIRM_INSTANCE env variable.
#confirm_instance = true

[cloudtrail_lake]
Expand Down
6 changes: 6 additions & 0 deletions docs/aws/manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ You can either use the `config/config.ini` file or you can use environment varia

##### 3.2.1 Configure the FIG using the `config/config.ini` file

> [!NOTE]
> Instance existence confirmation can be disabled using the `confirm_instance` config.ini in
> the `[aws]` section or by setting the `AWS_CONFIRM_INSTANCE` environment variable. This option is
> available for scenarios where the account that is running the service application does not have
> access to the AWS account where the instance with the detection resides.

1. Modify the `config/config.ini` file and set the following minimum values:

```ini
Expand Down

0 comments on commit f3db2c2

Please sign in to comment.