Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 277 Bytes

nowy-server.md

File metadata and controls

9 lines (9 loc) · 277 Bytes
aws ec2 run-instances \
    --image-id ami-01720b5f421cf0179  \
    --instance-type t2.nano \
    --subnet-id REPLACE_ME \
    --security-group-ids REPLACE_ME \
    --key-name REPLACE_ME \
    --tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=Tester}]"