I am new to GIT, is there a way to pull a GIT script that holds the user data to provision an AWS EC2 instance via CLI?
aws ec2 run-instances --image-id ami-cd0f5cb6 --count 1 --instance-type t2.micro
--key-name ciServer --subnet-id subnet-2f31275b --associate-public-ip-address
--security-group-ids sg-762a5006 --block-device-mappings '[{"DeviceName":"/dev/sda1","Ebs":{"VolumeSize":20}}]'
--tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=My New Server}]'
--user-data me@git.com/myUserDatarepo.git