Managing dev/staging/production on DynamoDB?

后端 未结 5 2259
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 17:10

We\'re starting to use DynamoDB, and want separate environments for dev/staging/production. We can\'t figure out a natural way to do this---do we just create separate AWS ac

5条回答
  •  遥遥无期
    2020-12-14 17:28

    Don't forget Amazon's greatly enhanced IAM for access control. It largely gives you the same benefits of separate accounts. (Separate accounts are still an option if you have want to have different levels of paid support.)

    Naming wise, my preference is name.environment.whatever.

提交回复
热议问题