m-chandler / factorio-spot-pricing

Factorio Deployment to AWS
MIT License
98 stars 25 forks source link

ADD: EFS Improvements #20

Closed apeabody closed 2 years ago

apeabody commented 2 years ago

-EFS retained upon stack deletion to preserve saves. -EFS lifecycle management enabled to lower cost when not actively utilized. -Migrate to CloudFormation's native EFS handler for ECS tasks. Removes the ASG dependency on the EFS mount points for increased parallelization during build-out. However, migrating save files is slightly complicated.

m-chandler commented 2 years ago

Thanks for the improvements @apeabody ! I'll have to update the template in S3 later today.