Skip to content

Commit 50c46b2

Browse files
CSOAR-3801: Update AWS integration doc related to bridge information. (#5728)
* CSOAR-3801: Updated the doc * CSOAR-3801: Added link * CSOAR-3801: added resource image * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent 2328ce1 commit 50c46b2

File tree

11 files changed

+32
-2
lines changed

11 files changed

+32
-2
lines changed

docs/platform-services/automation-service/app-central/integrations/aws-cloudtrail.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ For information about AWS CloudTrail, see [CloudTrail documentation](https://doc
6363

6464
<IAMConfiguration/>
6565

66+
## Limitations
67+
68+
Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version.
69+
6670
## Required Permissions
6771
```
6872
cloudtrail:DescribeTrails

docs/platform-services/automation-service/app-central/integrations/aws-route53.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ For information about AWS Route 53, see [Route 53 documentation](https://docs.aw
5959
### AWS IAM role-based access
6060
<IAMConfiguration/>
6161

62+
## Limitations
63+
64+
Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version.
65+
6266
## Change Log
6367

6468
* December 24, 2019 - First upload

docs/platform-services/automation-service/app-central/integrations/aws-s3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ import IAMConfiguration from '../../../../reuse/automation-service/aws/iam-confi
6262

6363
<IAMConfiguration/>
6464

65+
## Limitations
66+
67+
Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version.
68+
6569
## Required Permissions
6670
```
6771
s3:GetBucketPolicy

docs/platform-services/automation-service/app-central/integrations/aws-simple-notification-service.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import IAMConfiguration from '../../../../reuse/automation-service/aws/iam-confi
4848
* <IntegrationEngine/>
4949
* <IntegrationProxy/>
5050

51-
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/aws-simple-notification-service-configuration.png')} style={{border:'1px solid gray'}} alt="AWS Simple Notification Service configuration" width="400"/>
51+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/aws/aws-simple-notification-service-configuration.png')} style={{border:'1px solid gray'}} alt="AWS Simple Notification Service configuration" width="400"/>
5252

5353
For information about Amazon Simple Notification Service, see [Amazon Simple Notification Service documentation](https://docs.aws.amazon.com/sns/).
5454

@@ -58,6 +58,20 @@ For information about Amazon Simple Notification Service, see [Amazon Simple Not
5858

5959
<IAMConfiguration/>
6060

61+
## Limitations
62+
63+
Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version.
64+
65+
## Required Permissions
66+
```
67+
sns:Publish
68+
sns:ListSubscriptions
69+
sns:ListTopics
70+
sns:GetSubscriptionAttributes
71+
sns:GetTopicAttributes
72+
sns:ListSMSSandboxPhoneNumbers
73+
```
74+
6175
## External Libraries
6276

6377
* [AWS Simple Notification Service](https://github.com/boto/boto3/blob/develop/LICENSE)

docs/platform-services/automation-service/app-central/integrations/aws-sqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ For information about AWS SQS, see [SQS documentation](https://docs.aws.amazon.c
5959

6060
<IAMConfiguration/>
6161

62+
## Limitations
63+
64+
Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version.
65+
6266
## Required Permissions
6367
```
6468
sqs:ListQueues
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**IAM Role**. Enter an AWS IAM Role ARN to provide authentication. See the AWS documentation on [IAM identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) for more information.
1+
**IAM Role ARN**. Enter an AWS IAM Role ARN to provide authentication. See the AWS documentation on [IAM identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) for more information.
55.6 KB
Loading
68.6 KB
Loading
69 KB
Loading
161 KB
Loading

0 commit comments

Comments
 (0)