Enhance Ocp_efs role providing RWX storage class on AWS to support Multi-AZ setup to have high availability
Reference: https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/ocp_efs/tasks/efs-setup.yml
Code block below and related scripts needs enhancement to account for Multi AZ setup where customer has multiple private subnets in a VPC.
# 6. Get Private Subnet to Create Mount Target
private_subnet.stdout|from_json|json_query(\"[0]\
private_subnet_id: "{{ private_subnet.stdout|from_json|json_query(\"[0]\") }}"
Target Scenario that requires enhancement to generate one mount target per private subnet in each AZ

@maulik-modi22 @prasanthgelli1 any updates on this issue for the past month? I'm not really familiar with the code behind this so can I ask what's your expectation around this? Is there a team/squad already planning to work on this ?
@andrercm - @prasanthgelli1 has not worked on this. Not sure why he has been tagged for this.
@andrercm , I have made edits in the title to emphasis the importance. None of the MAS applications can be deployed without having RWX storage class on AWS.
Hello team,
Kindly observe Red Boxes

IBM Maximo Visual Inspection requires EFS Storage and our architecture has been published on AWS after rigorous reviewes here High availability requires deploying EFS in at-least 2 AZ
@durera , your comments?
Possible duplicate #808
For idea/reference, refer - (Watch Amazon Copyright) https://github.com/aws-samples/ibm-mas-on-aws/blob/main/scripts/create_efs_rwx_sc.sh
I don't think there's any chance we get around to this, mainly due to lack of resources in AWS to work on enhancements specific to AWS, so I am closing this issue.