Stop instances
step
Stops a provided set of EC2 instances.
aws-ec2-step-instances-stop
This AWS EC2 step container requests that the a set of given instances stop immediately.
Stops 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 stop immediately.
name: ec2-stop-instances
image: relaysh/aws-ec2-step-instances-stop
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
instanceIDs:
- !Parameter instance-id
name: ec2-stop-instances
image: relaysh/aws-ec2-step-instances-stop
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
instanceIDs:
- i-0123456789abcdef0
- i-abcdef0123456789a