Closed mpurusottamc closed 2 years ago
There are 2 mappings for Elastic Map Reduce (elasticmapreduce & emr). It should be merged under elasticmapreduce
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
emr
But, it should be under elasticmapreduce - https://github.com/Cloudanix/cloud-console-links/blob/main/cloudconsolelink/clouds/aws/links.py#L368
@ganeshjagdale9545 I have fixed it as part of this commit - https://github.com/Cloudanix/cloud-console-links/commit/2da791adf132e2ed729313a2875dd9cf875909e4
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#L387But, it should be under
elasticmapreduce
- https://github.com/Cloudanix/cloud-console-links/blob/main/cloudconsolelink/clouds/aws/links.py#L368