Making a discovered instance to managed one not being accessible from instances tab

We tried to onboard a machine created on AWS account which is configured with morpheus.
We are able convert the instance from discovered to managed,but when we try to access the machine from Provisioning>instances we recieve authorisation error.
We are able to access the machine from clouds>aws account>VMs.
Machine is tagged to the tenant.
1)Can you suggest on how this needs to be handled to be visible to a user on instances.
2)Can you let us know what day-2 customization options are available when an instance is onboarded as managed.

The morpheus-ui logs should be showing more data on what is causing the 403 error. You can find the logs under Administration > Health > Morpheus Logs.

As for day 2 customizations, you can do things like reconfigure (resize/add or remove disks and networks), run workflows and tasks, add or remove nodes and some other items.

I get the below on logs but couldnt find what is happening MachineNme:Onboardserver

[http-nio-127.0.0.1-8080-exec-1] Full Stack Trace: org.grails.taglib.GrailsTagException: [views/instances/show.gsp:26] Error executing tag <g:render>: [views/instances/_instanceHeader.gsp:479] Error executing tag <g:render>: Cannot get property ‘name’ on null object at jdk.internal.reflect.GeneratedMethodAccessor4704.invoke(Unknown Source) [2 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp$_run_closure2.doCall(gsp_morpheus_ui_instancesshow_gsp.groovy:64) [5 skipped] at jdk.internal.reflect.GeneratedMethodAccessor7541.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor4297.invoke(Unknown Source) [13 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp.run(gsp_morpheus_ui_instancesshow_gsp.groovy:125) [9 skipped] at com.morpheus.remote.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:20) [30 skipped] [84 skipped] Caused by: org.grails.taglib.GrailsTagException: [views/instances/_instanceHeader.gsp:479] Error executing tag <g:render>: Cannot get property ‘name’ on null object at gsp_morpheus_ui_instances_instanceHeader_gsp.run(gsp_morpheus_ui_instances_instanceHeader_gsp.groovy:891) [3 skipped] at jdk.internal.reflect.GeneratedMethodAccessor2046.invoke(Unknown Source) [5 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor4704.invoke(Unknown Source) [8 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp$_run_closure2.doCall(gsp_morpheus_ui_instancesshow_gsp.groovy:64) [5 skipped] at jdk.internal.reflect.GeneratedMethodAccessor7541.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor4297.invoke(Unknown Source) [13 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp.run(gsp_morpheus_ui_instancesshow_gsp.groovy:125) [9 skipped] at com.morpheus.remote.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:20) [30 skipped] [84 skipped] … 150 common frames omitted Caused by: java.lang.NullPointerException: Cannot get property ‘name’ on null object at gsp_morpheus_ui_instances_expireWarning_gsp.run(gsp_morpheus_ui_instances_expireWarning_gsp.groovy:48) [4 skipped] at jdk.internal.reflect.GeneratedMethodAccessor2046.invoke(Unknown Source) [5 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instances_instanceHeader_gsp.run(gsp_morpheus_ui_instances_instanceHeader_gsp.groovy:891) [9 skipped] at jdk.internal.reflect.GeneratedMethodAccessor2046.invoke(Unknown Source) [5 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor4704.invoke(Unknown Source) [8 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp$_run_closure2.doCall(gsp_morpheus_ui_instancesshow_gsp.groovy:64) [5 skipped] at jdk.internal.reflect.GeneratedMethodAccessor7541.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor4297.invoke(Unknown Source) [13 skipped] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at gsp_morpheus_ui_instancesshow_gsp.run(gsp_morpheus_ui_instancesshow_gsp.groovy:125) [9 skipped] at com.morpheus.remote.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:20) [30 skipped] [84 skipped] … 167 common frames omitted

@cbunge Access role tagged to is system admin,Let usknow if we need to have any additional logging to be enabled to find the RC