I have a AWS EMR Serverless application in terraform. I’d like to configure the pre-initialized capacity, however, I can’t find a way to do that. Could anyone confirm this feature is not implemented in Terraform yet?
According to the AWS documentation, pre-initialized capacity is enabled by setting the initialCapacity
parameter of an application to the number of workers you want to pre-initialize. Based on that, it seems achievable by setting initial_capacity
in the aws_emrserverless_application
resource. The latest resource documentation has an example usage. I don’t use EMR so I hope it is as straight forward as illustrated.