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: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,18 @@ This error happens when the ECS `TaskRole` has no permissions to assume this rol
349
349
A: Probably you or someone in the same environment you're using, already deployed a resource with the sysdig terraform module and a naming collision is happening.
350
350
<br/>S: If you want to maintain several versions, make use of the [`name` input var of the examples](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/examples/single-account#input_name)
351
351
352
+
### Q-AWS-Datasources: I cannot see my acccount alias in the `Data Sources > Cloud page`
353
+
A: There are several causes to this.
354
+
<br/>Check that your aws account has an alias set-up. It's not the same as the account name.
355
+
```bash
356
+
$ aws iam list-account-aliases
357
+
```
358
+
If all good, test `deploy_benchmark` flag is enabled on your account, hence the trust-relationship is enabled between Sysdig and your cloud infrastructure.
359
+
In order to validate the trust-relationship expect no errows on following API.
0 commit comments