fabulaws icon indicating copy to clipboard operation
fabulaws copied to clipboard

A Python tool for creating and interacting with ephemeral AWS resources

Results 15 fabulaws issues
Sort by recently updated
recently updated
newest added

As of Postgres 14 `scram-sha-256` is the default password authentication method. Password created during server creation use this rather than md5. pg_hba.conf has `scram-sha-256` automatically in place for local connections....

When trying to do a deploy (`fab deploy_serial:,`) from within a virtual environment with Python3.8.3, I get the following pickling error: `AttributeError: Can't pickle local object '_execute..inner'`. Looking deeper, this...

This PR uses the approach suggested in PR #47, that is, use the same logic as `deploy_full`, but don't show an upgrade message.

(Entirely optional). Add parameter to tell deploy_serial to replace multiple servers at a time, e.g. adding ",batchsize=3" would take down 3 servers at a time and wait for their replacements...

Traceback (most recent call last): File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/api.py", line 467, in _new server.setup() File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/servers.py", line 354, in setup super(WebMixin, self).setup() File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/servers.py", line 328, in setup super(AppMixin, self).setup() File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/ubuntu/packages/python.py",...

If we've got a lot of servers up, it ought to be reasonably safe to update them several at a time and speed things up quite a bit (at the...

If we add tags to everything we create as we go along, even things like snapshots, volumes, AMIs, etc, then it'll be easier later to tell which things in our...

enhancement

This should keep the hostname the same across reboots and keep rabbitmq working, right?

enhancement