

• AWS Systems Manager CloudWatch 대시보드는 2026년 4월 30일 이후에는 더 이상 사용할 수 없습니다. 고객은 Amazon CloudWatch 콘솔을 계속 사용하여 현재와 마찬가지로 Amazon CloudWatch 대시보드를 보고, 생성하고, 관리할 수 있습니다. 자세한 내용은 [Amazon CloudWatch 대시보드 설명서](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Dashboards.html)를 참조하세요.

# Amazon Q에게 플릿에 대해 질문하는 효과적인 프롬프트 작성 방법 배우기
<a name="view-aggregated-node-details-Q-prompts"></a>

Amazon Q에 제공하는 질문 또는 프롬프트의 품질이 좋을수록 더 나은 결과를 얻을 수 있습니다.

**쿼리 프롬프트 관련 팁**  
Amazon Q에 플릿에 대해 쿼리하는 경우 다음 팁을 기억하세요.

1. 결과의 정확도를 높이려면 프롬프트에 ‘노드’ 및 ‘인스턴스’ 대신 ‘관리형 노드’ 및 ‘관리형 인스턴스’라는 용어를 사용합니다.

1. AWS Organizations에 구성된 대로 **조직에 속한 여러 계정에서 결과를 쿼리하려면 지정된 홈 리전의 위임된 관리자 계정에 로그인해야 합니다.

1. 위임된 관리자 계정에서 “내 조직에서” 또는 “내 계정 123456789012”와 같은 구체적인 용어를 사용하여 조직 전반에 걸친 노드 및 인스턴스에 대해 질문하고 있음을 Amazon Q가 이해할 수 있도록 하세요.

**Topics**
+ [Amazon Q에 대한 샘플 질문](#sample-questions-Q)
+ [지원되는 운영 체제 이름 및 프롬프트 버전](#supported-os-names-Q)

## Amazon Q에 대한 샘플 질문
<a name="sample-questions-Q"></a>

다음 표에서는 더 나은 결과를 얻을 수 있는 Amazon Q 쿼리를 생성하는 몇 가지 방법을 보여주는 샘플 질문을 제공합니다.

또한 프롬프트의 콘텐츠에서 생성되는 [ListNodes](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_ListNodes.html) 명령을 실행하는 경우에 Amazon Q에서 적용하는 필터의 예시도 제공합니다.


| 샘플 자연어 질문 | Amazon Q 적용 필터 | 
| --- | --- | 
| Show me my Windows managed nodes. | <pre>PlatformType = Windows</pre> | 
| List my managed instances in account 123456789012. | <pre>AccountId = 123456789012</pre> | 
| Show me all managed nodes running Amazon Linux 2 across my organization. | <pre>PlatformName = Amazon Linux<br />PlatformVersion = 2</pre> | 
| Show me all managed instances running Microsoft Windows Server 2019 Datacenter in my organization. | <pre> PlatformName = Microsoft Windows Server 2019 Datacenter</pre> | 
| Can you show me all managed nodes with SSM Agent version 3.3.1142.0? | <pre>AgentType = amazon-ssm-agent<br />AgentVersion = 3.3.1142.0                               </pre> | 
| List all Amazon Linux 2 managed instances in account 123456789012 that have SSM Agent version 3.3.1230.0. | <pre>PlatformName = Amazon Linux<br />PlatformVersion = 2<br />AccountId = 123456789012<br />AgentType = amazon-ssm-agent<br />AgentVersion = 3.3.1230.0</pre> | 
| What Microsoft Windows Server 2012 R2 Enterprise managed nodes are running in the eu-central-1 region across my entire organization? | <pre>PlatformName = Microsoft Windows Server 2012 R2 Enterprise<br />Region = eu-central-1</pre> | 
| Show me all managed instances running Red Hat Linux 7 in ou-d6ty-gxdma6vm. | <pre>PlatformName = RHEL Linux<br />PlatformVersion = 7<br />OrganizationalUnitId = ou-d6ty-gxdma6vm</pre> | 
| What Ubuntu managed instances are in account 123456789012?  | <pre>PlatformName = Ubuntu<br />AccountId = 123456789012</pre> | 
| List my Linux managed instances. | <pre>PlatformType = Linux</pre> | 
| Find my macOS managed nodes. | <pre>PlatformType = macOS</pre> | 
| Show me all versions of Amazon Linux managed nodes in my org. | <pre>PlatformName = Amazon Linux</pre> | 
| List managed nodes running Amazon Linux 2. | <pre>PlatformName = Amazon Linux<br />PlatformVersion = 2                               </pre> | 
| List the managed nodes with Ubuntu 16.04 in account 123456789012. | <pre>PlatformName = Ubuntu<br />PlatformVersion = 16.04<br />AccountId = 123456789012</pre> | 
| Find all managed nodes that have an SSM Agent version that is not 3.3.987.0. | <pre>AgentType = amazon-ssm-agent<br />AgentVersion != 3.3.987.0                               </pre> | 
| List all managed instances that are not running a Linux operating system. | <pre>PlatformType != Linux</pre> | 

## 지원되는 운영 체제 이름 및 프롬프트 버전
<a name="supported-os-names-Q"></a>

계정의 관리형 노드에 대해 Amazon Q에 문의하는 경우에는 Systems Manager에 레이블이 지정된 운영 체제 이름을 제공하는 것이 좋습니다. 버전 번호를 입력하여 결과의 범위를 더 좁힐 수도 있습니다. 예를 들어 다음 표에 나온 것처럼 **macOS 14.5**, **Microsoft Windows Server 2019 Datacenter**, **AlmaLinux 9.2 through 9.4**에 대한 결과를 구체적으로 요청할 수 있습니다.

이러한 목록은 전체 목록이 아닐 수 있으며 예시로만 제공됩니다.


**macOS**  

| 플랫폼 이름 | 버전 번호 | 
| --- | --- | 
| macOS | 13.2, 13.4, 13.7, 14.1, 14.5, 14.6.1, 15.0 | 


**Windows**  

| 출시 | 버전 번호 | 
| --- | --- | 
| Microsoft Windows Server 2012 R2 Datacenter | 6.3.9600 | 
| Microsoft Windows Server 2012 R2 Standard | 6.3.9600 | 
| Microsoft Windows Server 2012 Standard | 6.2.9200  | 
| Microsoft Windows Server 2016 Datacenter | 해당 사항 없음 | 
| Microsoft Windows Server 2016 Standard | 10.0.14393  | 
| Microsoft Windows Server 2019 Datacenter | 해당 사항 없음 | 
| Microsoft Windows Server 2019 Standard | 해당 사항 없음 | 
| Microsoft Windows Server 2022 Datacenter | 해당 사항 없음 | 
| Microsoft Windows Server 2022 Standard | 10.0.20348  | 


**Linux**  

| 플랫폼 이름 | 버전 번호 | 
| --- | --- | 
| AlmaLinux  | 8.10, 9.2, 9.3, 9.4 | 
| Amazon Linux 2 | 2.0 이상 | 
| Amazon Linux 2023 | 2023.0.20230315.0 이상 | 
| Bottlerocket | 1.14.3, 1.16.1, 1.18.0, 1.19.1, 1.19.2, 1.19.5, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.20.5, 1.21.1, 1.23.0, 1.24.0, 1.24.1, 1.25.0, 1.26.1, | 
| CentOS Stream | 9  | 
| Debian GNU/Linux  | 11-12 | 
| Oracle Linux Server  | 7.8, 8.2, 8.3, 8.8, 8.9, 8.10, 9.4 | 
| Red Hat Enterprise Linux | 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 8.10, 9.2, 9.3, 9.4 | 
| Red Hat Enterprise Linux 서버 | 17.3, 7.6, 7.7, 7.8,7.9 | 
| Rocky Linux | 8.6, 8.7, 8.8, 8.9, 8.10, 9.1, 9.2, 9.3, 9.4 | 
| Ubuntu Server  | 16.04, 18.04, 20.04, 22.04, 24.04 | 