本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
使用 CloudFormation for Accelerate 標記 EC2 執行個體
以下是如何將值為 true 的 ams:rt:ams-managed 標籤套用至由 管理的 Amazon EC2 執行個體的範例 CloudFormation。ams:rt:ams 受管標籤會選擇讓 AMS Accelerate 監控您的資源。
Type: AWS::EC2::Instance Properties: InstanceType: "t3.micro" # ...other properties... Tags: - Key: "ams:rt:ams-managed" Value: "true"