This module deploys an AWS Lambda function in a private subnet to read EMR Cluster's stderr
logs and write them to
an existing OpenSearch Domain
opensearch-sg-id
: The security group id of the OpenSearch clusteropensearch-domain-endpoint
: The OpenSearch Domain endpointopensearch-domain-name
: The OpenSearch Domain namevpc-id
: The VPC-ID that the cluster will be created inlogs-bucket-name
: The Bucket Name where the EMR logs are configured to be written to(In this case, its shared logs bucket deployed in thedatalake-buckets
module)emr-logs-prefix
: The prefix to which EMR cluster is configured to write logs to
LambdaName
: The Lambda Function name which loads the logs from EMR to OpenSearchLambdaArn
: The Lambda Function Arn which loads the logs from EMR to OpenSearch
{
"LambdaName":"addf-local-integration-XXXXXXXXX",
"LambdaArn":"arn:aws:lambda:us-west-2:XXXXXXXXX:function:addf-local-integration-XXXXXXXXX"
}