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.
name: ec2-reboot-instances
image: relaysh/aws-ec2-step-instances-reboot
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
instanceIDs:
- !Parameter instance-id
name: ec2-reboot-instances
image: relaysh/aws-ec2-step-instances-reboot
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
instanceIDs:
- i-0123456789abcdef0
- i-abcdef0123456789a