Cloudanix / cloud-console-links

Apache License 2.0
2 stars 2 forks source link

elasticmapreduce incorrectly mapped for aws #33

Closed mpurusottamc closed 2 years ago

mpurusottamc commented 2 years ago

There are 2 mappings for Elastic Map Reduce (elasticmapreduce & emr). It should be merged under elasticmapreduce

This is the resource name used by AWS. Reference Link: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticmapreduce.html#amazonelasticmapreduce-resources-for-iam-policies

Currently, it's mapped under emr - https://github.com/Cloudanix/cloud-console-links/blob/main/cloudconsolelink/clouds/aws/links.py#L387

But, it should be under elasticmapreduce - https://github.com/Cloudanix/cloud-console-links/blob/main/cloudconsolelink/clouds/aws/links.py#L368

mpurusottamc commented 2 years ago

@ganeshjagdale9545 I have fixed it as part of this commit - https://github.com/Cloudanix/cloud-console-links/commit/2da791adf132e2ed729313a2875dd9cf875909e4