0
내가 할 수있는 내가 PowerShell 명령수없는
을 사용할 때 URL 동일한 시스템에서http://169.254.169.254/latest/meta-data/instance-id
를 사용하여 AWS EC2의 윈도우 머신의 IE 브라우저에서 인스턴스 ID를 얻을 수
Invoke-WebRequest http://169.254.169.254/latest/meta-data/instance-id
는 내가
Invoke-WebRequest : Network Error (tcp_error) A communication error occurred: "Operation timed out" The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time. For assistance, contact your network support team. At line:1 char:1
+ Invoke-WebRequest http://169.254.169.254/latest/meta-data/instance-id
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
참고 오류 아래에 무엇입니까 : Invoke-WebRequest http://google.com
작업과 PowerShell을 cmd를의 응답을주고있다.
이 오류가 무엇인지 명확히 말씀해주십시오.
이 작업은 저에게 효과적이지 않습니다. – Mohan