Skip to content

Commit 9f8aa3c

Browse files
committed
Turn DryRun off for launch instance wizard
1 parent c138a1b commit 9f8aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsshell/data/wizards/2016-01-01/launch-instance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"Resource": {
144144
"Service": "ec2",
145145
"Operation": "RunInstances",
146-
"Parameters": { "DryRun": true },
146+
"Parameters": { "DryRun": false },
147147
"EnvParameters": {
148148
"ImageId": "ImageId",
149149
"SubnetId": "SubnetId",

0 commit comments

Comments
 (0)