update_alias
Update an alias to reference a new key ARN, enabling key rotation without changing application code.
Instructions
Call this when rotating a key — point the existing alias to the new key ARN so application code referencing the alias picks up the rotation automatically.
Point an alias to a different key (enables key rotation without code changes).
Args: alias_name: Full alias name including 'alias/' prefix key_arn: New key ARN to associate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_arn | Yes | ||
| alias_name | Yes |