Sapphire Cat
Sapphire Cat
Enabling the "V2 Only (token required)" option for accessing instance metadata when launching an EC2 instance prevents Paws from using the instance credentials (IAM role). AFAICT, `Paws::Credential::InstanceProfile` is using V1....
Starting from Dancer 1.3118 and running `dancer -a foo`, then writing in `foo/lib/foo.pm`: ``` prefix '/:client' => sub { get '/' => sub { template 'index'; }; get '/tickets' =>...
This appears to be because [_multi_get()](https://github.com/aio-libs/aiomcache/blob/ca3e79e1bf1dd262835162da3748f5515046a48b/aiomcache/client.py#L78) defaults `with_cas=True` but the callers are all written as if the default were `with_cas=False`.
Running the tests generates a couple of errors, that seem to be the result of: ``` /usr/bin/fusermount3: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf ``` Setting the...
Sometimes, the ssm-agent-worker gets stuck consuming all CPU resources (e.g. 179%+ on a 2-vCPU instance) after reboot. I'm not sure what's helpful, but I'm attaching the logs I have, except...