You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash
|
|
#aws configure --profile us
|
|
aws ec2 run-instances --image-id ami-80861296 --count 1 --instance-type t2.micro --key-name arpagon --security-group-ids sg-3b3cc94a --subnet-id subnet-4be9b971 --region us-east-1 --user-data file://data-aws-openvpn.yaml
|