Michael Wittig

Results 140 comments of Michael Wittig

My only thoughts: I would prefer hashing the uid/arn (unique value) to an unsigned integer instead of the creation date where we don't have any guarantees on uniqueness. In case...

I'm not sure if something similar is possible in plain bash. But we could also use some python for that. Because aws cli depends on python. So we have python...

we have a config `USERADD_ARGS`, so I suggest we just add something called `USERDEL_ARGS`?

You need to use the region us-east-1. The book assumes (and also mentions) that you use this region. Two possibilities: run `aws configure` and set the default region to `us-east-1`....

Hi! The problem ist that we used us-east-1 as the region for the bucket containing the app. Elastic beanstalk and the s3 bucket must be in the same region. What...

Hi @sergeiwaigant I labeled this issue as a feature request

We have a very limited uninstall in the RPM. It runs: ``` sed -i 's:AuthorizedKeysCommand /usr/bin/authorized_keys_command.sh:#AuthorizedKeysCommand none:g' /etc/ssh/sshd_config sed -i 's:AuthorizedKeysCommandUser nobody:#AuthorizedKeysCommandUser nobody:g' /etc/ssh/sshd_config /etc/init.d/sshd restart ``` As I can...

I added two notes and I can remember that one of the supported distributions did not have the config values and that's why they are added if not found. I...

Hi @hmeltaus How would your custom implementation look like? E.g. we could also handle the case of email addresses and remove everything after the @ ?