Infrastructure automation must create municipal cloud resources without an operator clicking the web console each time. What IAM capability enables that?
Select an answer to reveal the explanation.
Short Explanation
Bots do not click buttons—they call APIs. Give automation scoped API keys or roles so it can create resources on the management plane without a human in the portal every time.
Full Explanation
Programmatic access via APIs and SDKs, authenticated with keys, tokens, or assumed roles, lets automation provision and manage cloud resources. Disabling APIs, fax workflows, or shared interactive desktops are not viable IAM patterns for infrastructure-as-code scale.