quagly
quagly
I also only use cloudformation for role/instance profile creation and cloudformation does not support descriptions. config file seems like a reasonable approach, but I also like the idea of managing...
Have you considered using EFS for a common home directory across instances?
Resolved this for now by adding the following yaml to cfn-init ``` files: /usr/local/bin/keymaker-create-account-for-iam-user: source: https://raw.githubusercontent.com/kislyuk/keymaker/master/scripts/keymaker-create-account-for-iam-user mode: "000755" owner: "root" group: "root" ```
Resolved this for myself with this following cfn-init. I do not recommend that keymaker handle this issue as keymaker cannot know why someone may have existing entries. If we agree...
Agree that with automation of keymaker setup this is a non-issue. An alternative to baking keymaker into an AMI is to automate keymaker installation from a vanilla AMI, for example...
I use this for personal use. When sharing and I care to ensure that my code works for multiple versions of python I use tox and pyenv and do not...
As @ShelpAm said, . files are hidden. I like that dot- files are not. It is not required but nice to have. I don't want to replace dot- with ....