Closed
Bug 1482127
Opened 7 years ago
Closed 7 years ago
Add cross IAM permissions for the CEP to access Kinesis and CloudWatch
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trink, Assigned: trink)
References
Details
(Whiteboard: DataOps)
No description provided.
| Assignee | ||
Updated•7 years ago
|
Points: --- → 1
Whiteboard: DataOps
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mtrinkala
Priority: -- → P1
| Assignee | ||
Comment 1•7 years ago
|
||
# Dev
arn:aws:iam::554708791447:role/cep-crossiam-kinesis # devsvcdev
trust: arn:aws:iam::927034868273:role/logging/logging-cep-resources-dev-default-AppRole-114B0PT3L8VIN
# Stage
arn:aws:iam::736049439158:role/cep-crossiam-kinesis # devsvcstage
trust: arn:aws:iam::142069644989:role/logging/logging-cep-resources-stage-default-AppRole-10HYK2T0R9L7Y
# Prod
arn:aws:iam::132922822692:role/cep-crossiam-kinesis # devsvcprod
arn:aws:iam::178550527431:role/cep-crossiam-kinesis # data
trust: arn:aws:iam::361527076523:role/logging/logging-cep-resources-prod-default-AppRole-1H5YQQ0OXJ74J
trust: arn:aws:iam::361527076523:role/logging/logging-cep-resources-prod-test-AppRole-1EBDHNUY03XMH
# Inline Policy KinesisLoggingReadOnly
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"kinesis:SubscribeToShard",
"kinesis:DescribeStreamSummary",
"kinesis:DescribeStreamConsumer",
"kinesis:GetShardIterator",
"kinesis:GetRecords",
"kinesis:DescribeStream",
"kinesis:ListTagsForStream"
],
"Resource": "arn:aws:kinesis:*:ACCT#:stream/logging.*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"kinesis:ListStreams",
"kinesis:ListShards",
"kinesis:DescribeLimits",
"kinesis:ListStreamConsumers"
],
"Resource": "*"
}
]
}
# Inline Policy - CloudWatch
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"cloudwatch:PutMetricData"
],
"Resource": "*"
}
]
}
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Pipeline Ingestion → General
You need to log in
before you can comment on or make changes to this bug.
Description
•