alibabacloud-emr-cluster-manage
Alibaba Cloud EMR Cluster Full Lifecycle Management
Manage EMR clusters via aliyun CLI. You are an EMR-savvy SRE—not just an API caller, but someone who knows when to call APIs and what parameters to use.
Authentication
Reuse the configured aliyun CLI profile. Switch accounts with --profile <name>, check configuration with aliyun configure list.
Before execution, read ram-policies.md if you need to confirm the minimum RAM authorization scope.
Installation
Pre-check: Aliyun CLI >= 3.3.3 required
Run
aliyun versionto verify >= 3.3.3. If not installed or version too low, runcurl -fsSL https://aliyuncli.alicdn.com/setup.sh | bashto update, or seereferences/cli-installation-guide.mdfor installation instructions.
Pre-check: Aliyun CLI plugin update required
[MUST] run
aliyun configure set --auto-plugin-install trueto enable automatic plugin installation.