Cloudy-Networks / cloudydeploys

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

s3 bucket name is hard coded #4

Closed russelltadams closed 3 years ago

russelltadams commented 3 years ago

s3 bucket name is hardcoded in the IAM resources and cli s3 command in UserData for instance. This should be parameterized. Since this bucket is the "bootstrap" bucket the user will need to enter the name of the bucket they created in the bootstrap step.

Further thoughts for later, out of scope for the above change: this bucket name might be stored via SSM so the stacks can reference it without input from the user later?