A county wants fleets to stay patched and configuration-consistent without operators SSHing into snowflake servers. Which AWS approach best supports that configuration-management goal?
Select an answer to reveal the explanation.
Short Explanation
SSH snowflakes melt under audit. Patch Manager keeps the fleet on the same patch calendar, and Parameter Store hands out the same config knobs—no unique pet servers required.
Full Explanation
AWS Systems Manager Patch Manager automates patch baselines across fleets, and Parameter Store centralizes configuration values, reducing reliance on interactive SSH and one-off hosts. Manual per-instance SSH processes, disabled agents, and embedding secrets in user data conflict with consistent, secure configuration management.