Reboot instances
step
Reboots a provided set of EC2 instances.
aws-ec2-step-instances-reboot
This AWS EC2 step container requests that the a set of given instances reboot immediately.
Reboots a provided set of EC2 instances.
aws
aws.
connection
aws.
region
instanceIDs[]
This AWS EC2 step container requests that the a set of given instances reboot immediately.
1name: ec2-reboot-instances2image: relaysh/aws-ec2-step-instances-reboot3spec:4 aws:5 connection: !Connection { type: aws, name: my-aws-account }6 region: !Parameter awsRegion7 instanceIDs:8 - !Parameter instance-id9
1name: ec2-reboot-instances2image: relaysh/aws-ec2-step-instances-reboot3spec:4 aws:5 connection: !Connection { type: aws, name: my-aws-account }6 region: !Parameter awsRegion7 instanceIDs:8 - i-0123456789abcdef09 - i-abcdef0123456789a10