Skip to content

Commit 78e7b0d

Browse files
committed
Update qemu_artifact.md
1 parent 9fc808b commit 78e7b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu_artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aws ec2 authorize-security-group-ingress --group-id "insert-sg-group" --ip-permi
2323
aws ec2 run-instances \
2424
--image-id "ami-0a87daabd88e93b1f" \
2525
--instance-type "c6g.metal" \
26-
--key-name "insert-key-pair" \
26+
--key-name "INSERT_KEY_PAIR_NAME" \ # create a key pair, or use other mechanism of getting on to the box
2727
--block-device-mappings '{"DeviceName":"/dev/sda1","Ebs":{"Encrypted":false,"DeleteOnTermination":true,"Iops":3000,"SnapshotId":"snap-0fe84a34403e3da8b","VolumeSize":200,"VolumeType":"gp3","Throughput":125}}' \
2828
--network-interfaces '{"AssociatePublicIpAddress":true,"DeviceIndex":0,"Groups":["insert-sg-group"]}' \
2929
--tag-specifications '{"ResourceType":"instance","Tags":[{"Key":"Name","Value":"qemu-pg-image"}]}' \

0 commit comments

Comments
 (0)