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
@@ -43,14 +43,41 @@ protected function configure()
43
43
{
44
44
$this
45
45
->setName('uecode:aws:ec2:createimage')
46
-
->setDescription('Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.')
47
-
->addArgument('Name', InputArgument::REQUIRED, 'A name for the new image.')
48
-
->addArgument('InstanceId', InputArgument::REQUIRED, 'The ID of the instance')
49
-
->addArgument('Description', InputArgument::OPTIONAL, 'A description for the new image.')
50
-
->addOption('BlockDeviceMappings', 'mappings', InputOption::VALUE_OPTIONAL, 'Information about one or more block device mappings. Takes JSON.')
51
-
->addOption('NoReboot', 'noreboot', InputOption::VALUE_NONE, 'Amazon EC2 will not shut down the instance before creating the image. Filesystem integrity is not guaranteed.')
0 commit comments