Server screenshot shows lock screen even when server is not in lockscreen

0

Hello,

My server screenshot shows that the server is in lock screen even when the server is not in lock screen. I log into my server with RDP. I use the monitor to do task. I use the screen so it is not in lock screen. I do server screenshot from aws console online and it shows my server is in lock screen. So the aws console server screenshot does not capture what is happening, only shows lock screen. Can someone please help how to get the server screenshot to actually show what is happenign?

已提問 2 年前檢視次數 459 次
1 個回答
0

Are you saying that you're logged into your EC2 instance, I'm assuming Windows based on RDP, but when you grab a screenshot it's showing the lock screen instead of your active user session? If so, that's the expected behavior. The GetConsoleScreenshot API call is similar to the legacy KVM (Keyboard, Video, Mouse) days when you would connect a monitor to the back of your physical server and even if several users are logged into it, you would be presented with the login screen instead of seeing what active users are doing. The Console Screenshot service isn't using your credentials so it's not seeing your session.

I'm unsure what type of task you're trying to monitor on your instance, but something like CloudWatch Application Monitoring gives you the ability to setup Synthetic Canaries (configurable scripts) that run on a schedule, to monitor your endpoints and APIs. There's also CloudWatch RUM that can gather telemetry data on the performance and reliability of your application, including page load time, client-side errors, and user behavior.

AWS
AWSJoe
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南