Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Default task running doesn't work without additional configuration #73

Open
themotu opened this issue Dec 5, 2018 · 3 comments
Open

Comments

@themotu
Copy link

themotu commented Dec 5, 2018

Basic task run:
InvalidParameterException: subnets can not be empty.
Basic task run with subnets:
InvalidParameterException: security group cannot be blank

@dstroot
Copy link

dstroot commented Feb 24, 2019

Did you find a way around this?

@dstroot
Copy link

dstroot commented Feb 24, 2019

FYI - for anyone else who watches the video and can't get a task running, the video is misleading. You need additional configuration. The minimum I found that worked was:

fargate task run web --image repo/container:latest \
--subnet-id subnet-xxxxxxxxxxxxx \
--security-group-id sg-xxxxxxxxxxxx

@joshenders
Copy link

joshenders commented Dec 25, 2020

The video should be updated if it's misleading. It was for me and this issue confirms that I am not alone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants