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
已提問 3 個月前檢視次數 284 次
1 個回答
1

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
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南