Advertisement
pavel_ch

Create DRMS AWS Instance

Apr 13th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # Create DRMS AWS Instance
  2. # ---------------------
  3.  
  4. export AWS_SCRIPTS_PATH=/opt/automation/scripts
  5.  
  6. source $AWS_SCRIPTS_PATH/set_env.sh
  7.  
  8. name="$drms_name"
  9. read -a arr <<<$AWSMachineTypeServer
  10. type=${arr[0]}
  11. echo "Chosen AWS Type is '$type'"
  12. ippath="$name-ip"
  13.  
  14.  
  15. create-aws-drm-template-instance.sh $name $type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement