UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 547beeda authored by Jacob Kershaw's avatar Jacob Kershaw
Browse files

Fixed change within k3d script

parent b93d7f3a
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5053Fixed change within k3d script
Pipeline #3595805 passed
......@@ -466,9 +466,9 @@ EOF
--key-name "${KeyName}" \
--security-group-ids "${SecurityGroupId}" \
--instance-initiated-shutdown-behavior "terminate" \
--user-data file://../aws/userdata.txt \
--block-device-mappings file://../aws/device_mappings.json \
--instance-market-options file://../aws/spot_options.json \
--user-data file://$HOME/aws/userdata.txt \
--block-device-mappings file://$HOME/aws/device_mappings.json \
--instance-market-options file://$HOME/aws/spot_options.json \
${additional_create_instance_options} \
| jq -r '.Instances[0].InstanceId'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment