Rotating SSM Parameter Store secrets

0

Hi, I am assessing the effort to implement lifecycle management capabilities for SSM parameter store.

A set of lambdas read parameters from SSM, but some constraints now requires that secrets should be rotated.

I am aware that you can combine both SSM Parameter Store and AwS Secrets Managers, but I would like to avoid that:

I am aware that aws secrets managers supports rotation natively, so my question is, is there a resilience approach documented about rotating SSM parameter store secrets, or would just be wiser to refactor the application and use secrets managers instead?

1개 답변
1
수락된 답변

As you mentioned in your message, while AWS Secrets Manager has native support for secret rotation, SSM Parameter Store does not directly support this.

What I would recommend instead for this scenario is Referencing AWS Secrets Manager secrets from Parameter Store parameters. That way you don't have to fully refactor the applications and you can take advantage of the secrets manager secret rotation functionality.

You could also implement a custom solution if you wish to avoid using AWS Secrets Manager altogether. However, implementing and maintaining this custom rotation process could add complexity to your architecture. AWS Secrets Manager provides this functionality out-of-the-box and is integrated with many AWS services, which can simplify your architecture and potentially reduce maintenance effort. It's also worth noting that Secrets Manager can automatically handle some scenarios that might be challenging with a custom solution, such as handling secrets that are in use during rotation.

profile picture
전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 10달 전
profile picture
전문가
검토됨 일 년 전
profile pictureAWS
전문가
kentrad
검토됨 일 년 전
  • Thanks, having both seems a bit towards doubling the cost potentially, but I agree that custom could become problematic. Hinting towards refactoring and use only secrets manager.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠