test/aws: remove a no longer needed key from an instance
It's actually not needed, remove it. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
361ff64bfc
commit
b606e8afca
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ EOF
|
|||
greenprint "👷🏻 Building instance in AWS"
|
||||
$AWS_CMD ec2 run-instances \
|
||||
--associate-public-ip-address \
|
||||
--key-name personal_servers \
|
||||
--image-id "${AMI_IMAGE_ID}" \
|
||||
--instance-type t3a.micro \
|
||||
--user-data file://"${SSH_DATA_DIR}"/user-data \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue