利用目的
jsonの結果を見やすく整形してPDFにしたかったので
プロンプト
下記のjsonをテーブル形式で、いい感じにしてマークダウンで出力してください。
ちなみに項目名は適切な日本語にしてください。
{
"TypeName": "AWS:InstanceInformation",
"InstanceId": "xxxxxxxxxxxxx",
"SchemaVersion": "1.0",
"CaptureTime": "2024-08-20T08:17:15Z",
"Entries": [
{
"AgentType": "amazon-ssm-agent",
"AgentVersion": "3.3.551.0",
"ComputerName": "xxxxxxxxxxxxx",
"IamRole": "service-role/AmazonEC2RunCommandRoleForManagedInstances",
"InstanceId": "xxxxxxxxxxxxx",
"InstanceStatus": "Active",
"IpAddress": "xxxxxxxxxxxxx",
"PlatformName": "CentOS Linux",
"PlatformType": "Linux",
"PlatformVersion": "7.9.2009",
"ResourceType": "ManagedInstance"
}
]
}
プロンプトのポイント
特にポイントは無し
達成された成果
マークダウンが出力されたので、ローカルでPDF化して利用できた
使用上のヒントやアドバイス
項目名を日本語化したり、欲しい部分だけ抜き出してもらったり、色々と便利に使える
レビューを書く | |
AIアセットラボ
Average rating: 0 reviews