You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ansible/fsx_inventory_report/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ There are three files used to create the report:
16
16
There are a variable that can be changed at the top of the `generate_report.yaml` file:
17
17
- report\_name - Sets the file path of the report that will be generated.
18
18
19
+
Since this script leverages the AWS Ansible collection as well as the `aws` cli, you will need to provide authentication credentials for them.
20
+
You can read more about how to do that [here](https://docs.ansible.com/ansible/latest/collections/amazon/aws/docsite/aws_ec2_guide.html#authentication).
21
+
19
22
## Usage
20
23
To generate the report, run the following command:
0 commit comments