You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To deploy an application with AWS Code Deploy, the Wercker step follow this steps :
66
66
67
-
#### Step 1: [Checking Dependencies]
67
+
#### Step 1: Checking Dependencies
68
68
69
69
The following executables are installed:
70
70
* python-pip
@@ -110,7 +110,7 @@ Environment Variables:
110
110
*`AWS_CODE_DEPLOY_EC2_TAG_FILTERS` (optional): EC2 tags to filter on when creating a deployment group
111
111
*`AWS_CODE_DEPLOY_AUTO_SCALING_GROUPS` (optional): Auto Scaling groups when creating a deployment group
112
112
113
-
#### Step 6: [Compressing Source]
113
+
#### Step 6: Compressing Source
114
114
115
115
This step compresses the specified source directory as a zip file in preparation for uploading to S3. This is useful for application deployments that use unique file names per revision. This helps limit the transfer to and from S3 during deployment.
# The resulting stored file would exist at s3://my-bucket-test/production-www/100#c3a5fea.zip
136
136
```
137
137
138
-
#### Step 8: [Limiting Deploy Revisions per Bucket/Key]
138
+
#### Step 8: Limiting Deploy Revisions per Bucket/Key
139
139
140
140
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.
141
141
@@ -160,7 +160,7 @@ Environment Variables:
160
160
161
161
*`AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION` (optional): A description that is stored within AWS Code Deploy that stores information about the specific revision.
162
162
163
-
#### [Monitor Deployment]
163
+
#### Monitor Deployment
164
164
165
165
This step monitors the deployment and logs information about the overall status as well as any failed instance statuses.
0 commit comments