- Newest
- Most votes
- Most comments
You can setup autologin via defaults
command in mac depending on your security requirements. https://apple.stackexchange.com/questions/264068/can-autologin-be-set-up-from-the-command-line-how
Hello, thank you for your post. I understand you are running tests on your EC2 Mac instance and the tests require OpenGL. You have managed to workaround the OpenGL errors you initially encountered, by establishing a VNC connection via Apple Remote Desktop (ARD). This requires the use of the kickstart utility in order to set access privileges for the ARDAgent. The problem you are facing is that your workflow requires restarting the Mac instance, but after a restart, the display is no longer present. You need a solution that can be implemented via script.
In my review of the issue, I determined the best solution would be to use the "Run Command" feature of AWS Systems Manager. We have a blog post[1] with Mac-specific instructions for configuring the Run Command feature and executing scripts. Please take a look at this blog post to determine if it works for you.
References:
[1] https://aws.amazon.com/blogs/mt/manage-your-amazon-ec2-macos-instances-with-aws-systems-manager/
Relevant content
- asked a day ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 6 months ago
Hi Sam, This work around does not work for me since it requires manually connecting to each instance via screen share and logging into the machine. I need the image to boot and already think that there is a display/monitor attached to it. So far I have no solution which can run as a script.
Is it possible to configure a dedicated host so it has an EDID or thinks a monitor/display is attached to the machine?