Nuno Fernandes

Results 10 issues of Nuno Fernandes

AWS Announced support for the `enable-execute-command` in the ECS Service (see [here](https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/)). That support is already in botocore as awscli which uses botocore also has that (see [here](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst#11928)). Can you...

When executing `go get github.com/optiopay/klar` I get the following error: ``` package github.com/coreos/clair/database: cannot find package "github.com/coreos/clair/database" in any of: /usr/local/go/src/github.com/coreos/clair/database (from $GOROOT) /go/src/github.com/coreos/clair/database (from $GOPATH) ```

It should be possible to have better logs on what the application is doing. Something like using an environment variable like `VERBOSE` or even a flag passed as a parameter.

Target: Allow the possibility to allocate an existing EBS volume to a container in AWS ECS Optimized AMI without third party components. Automatic EBS migration of the volume when the...

ECS
Under consideration

Hi.. I'm getting the following error when running inside docker when I stop the service. ``` OSError: [Errno 16] Device or resource busy: '/etc/hosts.local-cname-backup' -> '/etc/hosts' ``` `/etc/hosts` is mounted...

… AWS Fixes https://github.com/aws/amazon-ssm-agent/issues/553 *Description of changes:* This adds a new environment variable that one can use to exclude the interface from being reported to AWS. You just need to...

Hello, We have an onprem server (rocky linux 8) with SSM agent (amazon-ssm-agent-3.2.2016.0-1.x86_64). At AWS Fleet Manager we have that instance registered with the ip address from docker0 (172.17.0.1): ![image](https://github.com/aws/amazon-ssm-agent/assets/1197165/d472a7ab-837d-4696-8e66-a70c7893c2a8)...

With the latest packer (1.5.1), I started to get the following error with goss: ``` Failed to initialize build 'amazon-ebs': error initializing provisioner 'goss': Incompatible API version with plugin. Plugin...

Prior to creating an issue, please review the troubleshooting documentation: http://pycurl.io/docs/dev/troubleshooting.html ## What did you try to do? I was expecting that when coding: ```python CURLOPT_HAPROXY_CLIENT_IP = 323 CURL.setopt(CURLOPT_HAPROXY_CLIENT_IP, '192.0.2.22')...

--- name: Add device when forwarding logs about: Add support for setting the device when forwarding logs --- **Describe the change** When the device has multiple VRFs, it may be...