Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The stack gets stuck on CREATE_IN_PROGRESS #10

Closed
Jim-Bar opened this issue Oct 4, 2019 · 2 comments
Closed

The stack gets stuck on CREATE_IN_PROGRESS #10

Jim-Bar opened this issue Oct 4, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Jim-Bar
Copy link

Jim-Bar commented Oct 4, 2019

When creating the stack with default parameters, region Paris, and with a key pair, the stack never reaches the state RUNNING because of the resource EcsService:

EcsService arn:aws:ecs:eu-west-3:384881610529:service/factorio AWS::ECS::Service CREATE_IN_PROGRESS Resource creation Initiated  

I waited for about one hour. Thoughts?

@m-chandler m-chandler self-assigned this Oct 5, 2019
@m-chandler m-chandler added the bug Something isn't working label Oct 5, 2019
@m-chandler
Copy link
Owner

@Jim-Bar the issue is that Paris is quite a new region, and the m3.medium instance type that the stack defaults to is not available in this region.

The reason for using the older instance by default, is because it's very cheap in regions that have it.

I would suggest that you use an m5.large. This will probably run you about 3-4c/hr. You can try with a smaller instance type, but I wouldn't recommend it. The compute / memory on the smaller instances is fine but I've had network issues with certain friends.

image

Trying this now... and will update readme if it works okay.

@m-chandler
Copy link
Owner

Added some more detail to readme. Hope this makes sense and helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants