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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ This may be best for first time users with
137
137
"Effect": "Allow",
138
138
"Action": [
139
139
"codedeploy:CreateDeployment",
140
+
"codedeploy:CreateDeploymentGroup",
140
141
"codedeploy:GetDeployment",
141
142
"codedeploy:GetDeploymentGroup",
142
143
"codedeploy:GetDeploymentInstance",
@@ -237,6 +238,12 @@ Environment Variables:
237
238
238
239
*`AWS_CODE_DEPLOY_AUTO_SCALING_GROUPS` (optional): Auto Scaling groups when creating a deployment group
239
240
241
+
Required IAM Access:
242
+
```
243
+
"codedeploy:CreateDeploymentGroup",
244
+
"codedeploy:GetDeploymentGroup"
245
+
```
246
+
240
247
#### Step 6: Compressing Source
241
248
242
249
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.
0 commit comments