user_data_jobsender.sh 280 B

1234567
  1. # Add to start application
  2. echo "nohup python3 /home/ec2-user/amazon-s3-resumable-upload/cluster/s3_migration_cluster_jobsender.py &" >> /etc/rc.local
  3. chmod +x /etc/rc.local
  4. echo "Start python3 s3_migration_cluster_jobsender.py"
  5. nohup python3 s3_migration_cluster_jobsender.py &