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
Previously, contrib/ec2 used its own stripped-down user-data file.
We have customizations in contrib/coreos/user-data, and we want all
providers using the same user-data file.
To do this, we introduce a Python script which will dynamically generate
the appropriate JSON payload from contrib/coreos/user-data when running
the provision-ec2-cluster script. While ideally this would be achieved without
requiring an external scripting language, this is very easy to achieve in Python,
and we already require Python as a dependency (since the AWS CLI is a Python package).
Also, have EC2 respect DEIS_NUM_INSTANCES like every other provider does.
closes #858, #826
0 commit comments