Skip to content

Commit 0ed20b3

Browse files
committed
Update Readme
1 parent 07f78f1 commit 0ed20b3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,18 @@ For Services (Update Service):
149149
service-managed-ebs-volume: '{"sizeInGiB": 30, "volumeType": "gp3", "encrypted": true, "roleArn":"arn:aws:iam::<account-id>:role/ebs-role"}'
150150
```
151151

152-
Note: Note: Your task definition must include a volume that is configuredAtLaunch:
153-
152+
Note: Your task definition must include a volume that is configuredAtLaunch:
154153

154+
```json
155+
...
156+
"volumes": [
157+
{
158+
"name": "ebs1",
159+
"configuredAtLaunch": true
160+
}
161+
],
162+
...
163+
```
155164

156165
For Standalone Tasks (RunTask):
157166

0 commit comments

Comments
 (0)