REPOSITORY_URL = "https://git.wmi.amu.edu.pl/s464863/aws.git"
user_data=f"""
#!/bin/bash
sudo yum update -y
sudo yum install -y git
sudo git clone {REPOSITORY_URL}
cd aws
sudo chmod +x webservice
./webservice
"""