EMR Cluster - Automatically apply latest Amazon Linux Updates - is there an API call for setting updates

0

EMR API call? Trying to determine if there an API call to determine if "Automatically apply latest Amazon Linux updates" for EMR cluster was checked..

profile pictureAWS
asked 3 months ago268 views
1 Answer
0

Hi, If I understand your question correctly, the Automatically apply latest Amazon Linux updates in Console will map to the attribute osReleaseLabel in RunJobFlow API. When this option is checked in Console, osReleaseLabel won't be set, so EMR will use the latest validated Amazon Linux release for cluster launch. Whereas, when the option is unchecked and a specific AMI release is specified, the osReleaseLabel will be set and EMR will launch instances using the provided AMI release. Similarly, DescribeCluster API can be used to verify if this attribute was set or not.

AWS
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions