A family of System Center products that enable enterprise-wide management of virtual machines.
Hello @NUNI RAMESH RAJU
The issue points to Enhanced HTTP (EHTTP) connectivity or certificate trust between your AWS servers and the on-prem SCCM MP, since on-prem servers work fine.
Things to Check:
1. Network Connectivity Verify port 443 is open between AWS and your on-prem SCCM server:
powershell
Test-NetConnection MECM2403.yourdomain.com -Port 443
2. Management Point Discovery Check if the AWS client can discover and reach the MP:
- Review
LocationServices.logon the client for MP discovery issues - Verify DNS resolution of the MP FQDN from AWS
3. Certificate Trust (EHTTP) EHTTP uses self-signed certificates. AWS clients may not trust the SCCM-issued certificate:
- Verify the SCCM root certificate is in the client's Trusted Root Certification Authorities store
- Check
ClientIDManagerStartup.logfor certificate registration errors
4. Boundary Configuration
- Confirm the AWS subnet is defined as a boundary in SCCM
- Verify that boundary is assigned to a boundary group containing your MP
5. Client Registration Check ClientLocation.log for registration failures with the MP.
The "?" icon and limited cycles indicate the client isn't fully communicating with the site. Focus on connectivity and certificate trust first.