Skip to content

Commit 673433e

Browse files
committed
Update README.md
1 parent 1a385b0 commit 673433e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION
6464
### Manual
6565

6666

67+
## IAM Requirements
68+
69+
6770
## AWS Code Deploy Workflow with Detailed Variable Information
6871

6972
#### Step 1: Checking Dependencies
@@ -145,7 +148,13 @@ AWS_CODE_DEPLOY_S3_FILENAME="100#c3a5fea.zip"
145148

146149
#### Step 8: Limiting Deploy Revisions per Bucket/Key
147150

148-
This step ensures that applications with high revision/commit volume with unique filenames can remove old revisions to help limit the size of the container. Large teams can quickly fill S3 with multiple TBs/day depending on the projects. Since deployments typically don't need to store that many versions backwards, this step will ensure that only N revisions exist, removing oldest revisions upon deploy.
151+
This step ensures that applications with high revision/commit volume with unique filenames can remove
152+
old revisions to help limit the size of the container. Large teams can quickly fill S3 with multiple
153+
TBs/day depending on the projects. Since deployments typically don't need to store that many versions
154+
backwards, this step will ensure that only N revisions exist, removing oldest revisions upon deploy.
155+
156+
> Note: If a limit is specified, the `ListObjects` IAM permission will need to be granted for the
157+
specific s3://bucket/(key).
149158

150159
Environment Variables:
151160

0 commit comments

Comments
 (0)