Cloudy-Networks / cloudydeploys

Deploy infrastructure for games and more in the free tier of AWS
0 stars 0 forks source link

make names more generic add deploy.sh #1

Closed russelltadams closed 3 years ago

russelltadams commented 3 years ago

re-organizing, parameterizing deploys to s3 objects

trying out deploys being in the s3 bucket, making it cleaner to parameterized them...

this works... now you can add a script (bash, etc...) and parameterized it from the CF on creation, and when instance boots it will coping it form s3 and execute.

ckx commented 3 years ago

Nice work Russ, all the commits here look good to me. Regarding deploy.sh (which I love btw, nice call just pulling it in from S3), we probably want to figure out how to give users some configurable parameters (and add some abstraction to allow that), but for our OA deploy this is good.