Cloud admins want to manage the city's subscriptions from a terminal with provider command-line tools and scripts. What must IAM provide?
Select an answer to reveal the explanation.
Short Explanation
The CLI is just another front door to the control plane—it still needs a badge. Wire up secured credentials or federation (and keep logging) so terminal scripts are authenticated, not anonymous.
Full Explanation
Provider CLIs authenticate to the same management plane as consoles and APIs, so IAM must supply secure credentials, short-lived tokens, or federated identity. Anonymous access, disabled auditing, or blanket MFA exemptions weaken accountability for scriptable administration.