Troubleshooting Tip: Failed Test Connectivity with AWS CloudTrail API and FortiSIEM integration
| Description | This article explains how to solve the Test Connectivity error: failed (Invalid Credential or Timeout) with AWS CloudTrail API and FortiSIEM integration, even using the right credentials.
|
| Scope | FortiSIEM. |
| Solution |
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:GetObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::bucket-name", "arn:aws:s3:::bucket-name/*" ] } ] }
This error may also occur if firewall rules do not permit access to Amazon services. Verify that outbound access is allowed for all required Amazon services, not just the amazon.com domain. |


