Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 917cd83

Browse files
Merge pull request #2312 from splunk/urbiz-OD6457-aws-ts-improve
[6457]: AWS TS permission improvements
2 parents fd112d7 + 7b90c63 commit 917cd83

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gdi/get-data-in/connect/aws/aws-prereqs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Read more at the official AWS documentation:
412412

413413
* :new-page:`AWS Organization Service Control Policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>`
414414
* :new-page:`Permissions boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`
415-
* :new-page:`Troubleshooting IAM permission access denied or unauthorized errors <https://web.archive.org/web/20231129090004/https://repost.aws/knowledge-center/troubleshoot-iam-permission-errors>`
415+
* :new-page:`Troubleshooting IAM permission access denied or unauthorized errors <https://repost.aws/knowledge-center/troubleshoot-iam-permission-errors>`
416416

417417
.. _aws-regions:
418418

gdi/get-data-in/connect/aws/aws-troubleshooting.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ If issues persist, you can also contact :ref:`support`.
1818
Error validating your AWS connection
1919
=========================================
2020

21-
The automatic attempt to validate a connection that you just configured fails, so there is no connection between Splunk Observability Cloud and your AWS account.
21+
The automatic attempt to validate a connection that you just configured fails, so there is no connection between Splunk Observability Cloud and your AWS account. This can include failed API calls with ``400`` error codes.
2222

2323
Cause
2424
^^^^^^
2525

26-
The connection might fail due to invalid Identity Access Management (IAM) policy used by your AWS integration.
26+
The connection might fail due to your AWS integration using invalid Identity Access Management (IAM) policies, or missing some of the required permissions.
2727

28-
If you use the AWS Organizations' :new-page:`Service control policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>` or :new-page:`Permission boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`, they
28+
If you use AWS Organizations' :new-page:`Service control policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>` or :new-page:`Permission boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`, they
2929
might impact the AWS IAM policy you're using to connect to Splunk Observability Cloud.
3030

3131
Solution
3232
^^^^^^^^^
3333

34-
Ensure all :ref:`aws-required-permissions` are included in your IAM policy.
34+
Make sure to include all the required policies to connect your AWS account to Splunk Observability Cloud, as described in :ref:`aws-required-permissions`. Note that required permissions depend on your connection method (polling or Metric Streams), and that tag collection requires specific permissions.
3535

36-
Also review the AWS Organizations' policies and boundaries you're using.
36+
You also need to review the AWS Organizations' policies and boundaries you're using.
3737

3838
.. _aws-ts-cloud:
3939

0 commit comments

Comments
 (0)