A software company needs to implement a solution to manage and rotate SSH keys used by their development team to access EC2 instances securely. Which AWS service should they use?
Other
Explanation:
AWS Secrets Manager is ideal for managing and rotating credentials securely, including SSH keys, which can be used to access EC2 instances. It automates the rotation of secrets safely without disrupting the application's operations.