We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc808b commit 78e7b0dCopy full SHA for 78e7b0d
qemu_artifact.md
@@ -23,7 +23,7 @@ aws ec2 authorize-security-group-ingress --group-id "insert-sg-group" --ip-permi
23
aws ec2 run-instances \
24
--image-id "ami-0a87daabd88e93b1f" \
25
--instance-type "c6g.metal" \
26
---key-name "insert-key-pair" \
+--key-name "INSERT_KEY_PAIR_NAME" \ # create a key pair, or use other mechanism of getting on to the box
27
--block-device-mappings '{"DeviceName":"/dev/sda1","Ebs":{"Encrypted":false,"DeleteOnTermination":true,"Iops":3000,"SnapshotId":"snap-0fe84a34403e3da8b","VolumeSize":200,"VolumeType":"gp3","Throughput":125}}' \
28
--network-interfaces '{"AssociatePublicIpAddress":true,"DeviceIndex":0,"Groups":["insert-sg-group"]}' \
29
--tag-specifications '{"ResourceType":"instance","Tags":[{"Key":"Name","Value":"qemu-pg-image"}]}' \
0 commit comments