Skip to content

Commit

Permalink
Merge pull request #342 from NetApp/341-docs-aws-fsx-guide-page-syntax
Browse files Browse the repository at this point in the history
Edit aws-config-for-fsx.md.
  • Loading branch information
suhasbshekar authored Dec 10, 2024
2 parents 5dcca80 + d7f9189 commit a647d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/aws-config-for-fsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ The shared AWS config and credentials files contain a set of profiles. A profile
[AWS shared config and credentials file format](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html)
[AWS shared config and credentials file location](https://docs.aws.amazon.com/sdkref/latest/guide/file-location.html)

You must setup credentials files to use Fsx ONTAP.
You must setup credentials files to use Fsx ONTAP.\
Example of AWS credentials file
```
[fsx]
aws_access_key_id = <aws_access_key_id>
aws_secret_access_key = <aws_secret_access_key>
```

You can either specify `region` in the `connection_profiles` or in the AWS config files. If both palces have region set up, the region in the Terraform config file will be used. The profile name must be the same in both AWS config and credentials files.
Example of region dlecaration in AWS config profile
Expand Down

0 comments on commit a647d65

Please sign in to comment.