You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2019. It is now read-only.
I'd like to create a work environment. i can do this in the AWS console, but how do I specify that the environment is a worker environment in the eb.yml ?
develop-worker:
options:
aws:autoscaling:launchconfiguration:
InstanceType: t2.small
# what options specify worker?
I'd like to create a work environment. i can do this in the AWS console, but how do I specify that the environment is a worker environment in the
eb.yml?