Skip to content

[Enhancement]: Adding recently added Interactive Endpoint on AWS EMR Serverless Application #34377

@haraldmeister

Description

@haraldmeister

Description

AWS enabled interactive analytics on EMR Serverless applications, using the Interactive Endpoint. It would be nice to integrate the new feature in the resource aws_emrserverless_application in the new provider version, by providing a true/false parameter called interactive_endpoint (defaulted to false).

This is the configuration on the AWS console:

interactive_endpoint_emr

Affected Resource(s) and/or Data Source(s)

  • aws_emrserverless_application

Potential Terraform Configuration

resource "aws_emrserverless_application" "example" {
  name          = "example"
  release_label = "emr-6.6.0"
  type          = "hive"
  
  interactive_endpoint = true
}

References

https://aws.amazon.com/about-aws/whats-new/2023/10/amazon-emr-studio-interactive-analytics-amazon-emr-serverless/

Would you like to implement a fix?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/emrserverlessIssues and PRs that pertain to the emrserverless service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions