Skip to content

Commit 19e2915

Browse files
author
matthew-a-dunlap
committed
comment cleanup #4990
1 parent 7bc6af8 commit 19e2915

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/installer/ec2-create-instance.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ echo "*End creating EC2 instance"
5757
PUBLIC_DNS=$(aws ec2 describe-instances --instance-ids $INSTACE_ID --query "Reservations[*].Instances[*].[PublicDnsName]" --output text)
5858
PUBLIC_IP=$(aws ec2 describe-instances --instance-ids $INSTACE_ID --query "Reservations[*].Instances[*].[PublicIpAddress]" --output text)
5959

60-
#echo $BRANCH_NAME > $DEPLOY_FILE
6160
echo "Connecting to the instance. This may take a minute as it is being spun up"
62-
#MAD: I'm a bit confused, this says its adding it to a file even though I don't think it should. At least its passing without me pressing enter
63-
#scp -i devenv-key.pem -o 'StrictHostKeyChecking no' -o 'UserKnownHostsFile=/dev/null' $DEPLOY_FILE centos@${PUBLIC_DNS}:~
64-
#rm -rf $DEPLOY_FILE
6561

6662
echo "New EC2 instance created at $PUBLIC_DNS"
6763

0 commit comments

Comments
 (0)