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
@@ -48,8 +48,8 @@ Currently, we support writing evaluation script in Node.js. In future, we will a
48
48
49
49
You must export a default function inside the evaluation script. This function must return an object containing the following properties:
50
50
51
-
-`status` - A string that can be `success` or `fail` depending on whether the user passed the challenge. If it returns `success`, we will mark the evaluation as success for the given challenge. If it returns `fail`, we will mark the evaluation as failed.
52
-
-`errorMessage` - An optional string value that can be used to display an error message to the user. You can use this property to give the user hints in case the evaluation fails.
51
+
-`status` - A string that can be `success` or `fail` depending on whether the user passed the challenge. If it returns `success`, we will mark the evaluation as success for the given challenge. If it returns `fail`, we will mark the evaluation as failed.
52
+
-`errorMessage` - An optional string value that can be used to display an error message to the user. You can use this property to give the user hints in case the evaluation fails.
53
53
54
54
Remember that the user cannot skip challenges and have to complete all challenges in a given lab in a step-by-step order.
55
55
@@ -113,15 +113,202 @@ Currently, only Pro users can use AWS cloud sandboxes. You can signup for a Pro
113
113
114
114
## Which services are enabled?
115
115
116
-
We enable services as required by instructors. Currently the following services have been enabled on AWS Sandbox accounts:
116
+
We enable services as required by instructors.
117
117
118
-
- EC2
119
-
- API Gateway
120
-
- Lambda Functions
121
-
- Cloudfront
122
-
- S3
123
-
- Cloudformation
124
-
- Cloudwatch
125
-
- Key Management Service (KMS)
118
+
:::info
119
+
Only us-east-1 region is enabled. Every other region is unoperational under codedamn sandbox
120
+
:::
126
121
127
-
If you plan on creating a course that uses a service that is not listed above, <ahref="https://codedamn.com/contact">contact our support</a> and we would be happy to enable it.
122
+
Currently the following services have been enabled on AWS Sandbox accounts
123
+
124
+
<details>
125
+
<summary>EC2</summary>
126
+
127
+
Enabled Services:
128
+
```
129
+
AllocateAddress
130
+
AssignIpv6Addresses
131
+
AssignPrivateIpAddresses
132
+
AssociateAddress
133
+
AssociateDhcpOptions
134
+
AssociateEnclaveCertificateIamRole
135
+
AssociateIamInstanceProfile
136
+
AssociateInstanceEventWindow
137
+
AssociateRouteTable
138
+
AssociateSubnetCidrBlock
139
+
AssociateTrunkInterface
140
+
AssociateVerifiedAccessInstanceWebAcl
141
+
AssociateVpcCidrBlock
142
+
AttachInternetGateway
143
+
AttachNetworkInterface
144
+
AttachVerifiedAccessTrustProvider
145
+
AttachVolume
146
+
AuthorizeSecurityGroupEgress
147
+
AuthorizeSecurityGroupIngress
148
+
CancelConversionTask
149
+
CancelExportTask
150
+
CancelImageLaunchPermission
151
+
CancelImportTask
152
+
CancelSpotInstanceRequests
153
+
ConfirmProductInstance
154
+
CopyFpgaImage
155
+
CopyImage
156
+
CopySnapshot
157
+
CreateDefaultSubnet
158
+
CreateDefaultVpc
159
+
CreateDhcpOptions
160
+
CreateEgressOnlyInternetGateway
161
+
CreateFlowLogs
162
+
CreateImage
163
+
CreateInstanceConnectEndpoint
164
+
CreateInstanceEventWindow
165
+
CreateInstanceExportTask
166
+
CreateInternetGateway
167
+
CreateKeyPair
168
+
CreateLaunchTemplate
169
+
CreateLaunchTemplateVersion
170
+
CreateManagedPrefixList
171
+
CreateNetworkAcl
172
+
CreateNetworkAclEntry
173
+
CreateNetworkInsightsAccessScope
174
+
CreateNetworkInsightsPath
175
+
CreateNetworkInterface
176
+
CreateNetworkInterfacePermission
177
+
CreateReplaceRootVolumeTask
178
+
CreateRestoreImageTask
179
+
CreateRoute
180
+
CreateRouteTable
181
+
CreateSecurityGroup
182
+
CreateSnapshot
183
+
CreateSnapshots
184
+
CreateSpotDatafeedSubscription
185
+
CreateStoreImageTask
186
+
CreateSubnet
187
+
CreateTags
188
+
CreateVolume
189
+
CreateVpc
190
+
CreateVpcEndpoint
191
+
CreateVpcEndpointConnectionNotification
192
+
CreateVpcEndpointServiceConfiguration
193
+
EnableEbsEncryptionByDefault
194
+
EnableFastLaunch
195
+
EnableFastSnapshotRestores
196
+
EnableImageDeprecation
197
+
EnableSerialConsoleAccess
198
+
EnableVolumeIO
199
+
ExportImage
200
+
ImportImage
201
+
ImportInstance
202
+
ImportKeyPair
203
+
ImportSnapshot
204
+
ImportVolume
205
+
MonitorInstances
206
+
MoveAddressToVpc
207
+
PauseVolumeIO
208
+
PutResourcePolicy
209
+
RebootInstances
210
+
RegisterImage
211
+
RegisterInstanceEventNotificationAttributes
212
+
RejectVpcEndpointConnections
213
+
ReleaseAddress
214
+
ReleaseHosts
215
+
ReplaceIamInstanceProfileAssociation
216
+
ReplaceNetworkAclAssociation
217
+
ReplaceNetworkAclEntry
218
+
ReplaceRoute
219
+
ReplaceRouteTableAssociation
220
+
ReportInstanceStatus
221
+
RequestSpotInstances
222
+
ResetAddressAttribute
223
+
ResetEbsDefaultKmsKeyId
224
+
ResetFpgaImageAttribute
225
+
ResetImageAttribute
226
+
ResetInstanceAttribute
227
+
ResetNetworkInterfaceAttribute
228
+
ResetSnapshotAttribute
229
+
RestoreImageFromRecycleBin
230
+
RestoreManagedPrefixListVersion
231
+
RestoreSnapshotFromRecycleBin
232
+
RestoreSnapshotTier
233
+
RevokeSecurityGroupEgress
234
+
RevokeSecurityGroupIngress
235
+
RunInstances
236
+
SendDiagnosticInterrupt
237
+
SendSpotInstanceInterruptions
238
+
StartInstances
239
+
StartNetworkInsightsAccessScopeAnalysis
240
+
StartNetworkInsightsAnalysis
241
+
StartVpcEndpointServicePrivateDnsVerification
242
+
StopInstances
243
+
TerminateInstances
244
+
UnassignIpv6Addresses
245
+
UnassignPrivateIpAddresses
246
+
UnmonitorInstances
247
+
UpdateSecurityGroupRuleDescriptionsEgress
248
+
UpdateSecurityGroupRuleDescriptionsIngress
249
+
Delete*
250
+
Describe*
251
+
Disassociate*
252
+
Deregister*
253
+
Detach*
254
+
Disable*
255
+
Get*
256
+
List*
257
+
Modify*
258
+
```
259
+
</details>
260
+
<details>
261
+
<summary>API Gatewaty</summary>
262
+
263
+
Full access
264
+
265
+
</details>
266
+
<details>
267
+
<summary>Lambda Functions</summary>
268
+
269
+
Full access
270
+
271
+
</details>
272
+
<details>
273
+
<summary>CloudFront</summary>
274
+
275
+
Full access
276
+
277
+
</details>
278
+
279
+
<details>
280
+
<summary>CloudWatch</summary>
281
+
282
+
Full access
283
+
284
+
</details>
285
+
<details>
286
+
<summary>KMS</summary>
287
+
288
+
Full access
289
+
290
+
</details>
291
+
<details>
292
+
<summary>IAM</summary>
293
+
294
+
Full access
295
+
296
+
</details>
297
+
<details>
298
+
<summary>CloudShell</summary>
299
+
300
+
Full access
301
+
302
+
</details>
303
+
<details>
304
+
<summary>STS</summary>
305
+
306
+
Enabled services:
307
+
308
+
```
309
+
DecodeAuthorizationMessage
310
+
```
311
+
312
+
</details>
313
+
314
+
If you plan on creating a course that uses a service that is not listed above, <ahref="https://codedamn.com/contact">contact our support</a> and we would be happy to see if we can enable it.
0 commit comments