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
posta 3 mesi fa284 visualizzazioni
1 Risposta
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
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande