Eric Villa

Results 93 comments of Eric Villa

Hi @lorengordon, it's been a while since this issue is open but - as @mattmcf stated - AWS CLI v2 has support for AWS SSO, allowing you to log into...

Hi @alexkirsz, I think that the issue is due to the fact that most SDKs and tools look for credentials under ~/.aws/credentials file, as you already stated. But, if you're...

Hi @jonasoneves, thank you for the feedback! As you can see in the the method reported below, it checks if the SSM-enabled instance have a Tag:Name. If an instance has...

Hi @jonasoneves, may you check if the [`aws ec2 describe-instances`](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html) command output contains more than one Reservation? This could be the reason why EMR-provisioned instances are not listed with their...

Ok, understood! Please, can you check whether `aws ec2 describe-instances` lists all instances in a single Reservation or in multiple ones? This could be the issue :suspect:

Thank you @jonasoneves! I think we'll solve this issue by iterating over `aws ec2 describe-instances` output "Reservations" array. As far as now, we're taking only instances of the first available...

Thank you @jonasoneves for your contribution!

Thank you @zswanson for the quick feedback! You can try to log the response of the following ec2Client.describeInstance call: https://github.com/Noovolari/leapp/blob/158ef8f90547a816f84c46db2a791c838b5117de/src/app/services/ssm.service.ts#L121 This will give us a clearer idea of the issue!...

Thank you @Nuru for reporting this issue! We already managed to resolve it. You will receive a more user-friendly message using the next Leapp version

This issue is linked to #245