forked from serverless/serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
Ryan Pendergast edited this page Sep 8, 2015
·
11 revisions
You never want to store your service keys / credentials in version control. IAM policies for S3 allow for fine grain access control. You only give access to the bucket that contains env vars to people with authority to deploy code.
S3 buckets are a limited resource and one of the only globally unique assets in AWS. This combined with the fact that we prefer convention over configuration led us down this decision. Instead of one bucket per project per stage, we have one bucket and based on convention store data for your JAWS projects and stages.