Alex Chantavy
Alex Chantavy
@udm17, thanks for digging and for the PR. It's been a while since I've looked at the ELB code. It'd be ideal to write a test that catches this problem,...
> created using carto -> elb_match[1]-elb_match[2].elb.region.amazonaws.com > actual dnsname -> elb_match[1]-elb_match[2]-9574787.region.elb.amazonaws.com @udm17 - I'm having some trouble reproducing what you described . I looked in my environment and see a...
@xiaoen-liu - Thanks for reporting, this is a valid issue. To make sure I understand, the current model is ``` EC2 Instance ←→ IAM Role ``` but it should be...
Bumping up this issue and hoping to come to a fix soon. > This issue becomes more pronounced when using Infrastructure as Code (IaC) tools like Terraform, CloudFormation, or CDK,...
Another thing to consider: we need to call `list-instance-profiles` anyway because `describe-ec2-instances` does not tell us the role name. So, if we are calling `list-instance-profiles`, one argument is that we...
@xiaoen-liu finally got this done. would love to get your feedback on https://github.com/cartography-cncf/cartography/releases/tag/0.101.0rc2
@soumyadipDe Thanks for the PR. I need a bit more time to review closely since it changes the structure of the sync. It'd be amazing to add unit tests to...
Hi there, what does your ~/.aws/config look like, and how are you specifying your credentials? See also https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials. AWS creds can be a bit complicated. I would also try the...
Huh, that's weird, communityinviter has been down for a while it seems, I'll see if I can ping cncf
> I am defining my access/secret key on .aws/credentials and this is my .aws/config: Oh, I see it now! Your `docker-compose` command is not passing any credentials to the docker...