From 21237f42baf2f308e9b3357fba8a74dab7e8a6d9 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 30 Jan 2024 22:37:29 -0500 Subject: [PATCH] install-aws-server: Enable instance metadata tags. These are shown in the Teleport UI. --- tools/setup/install-aws-server | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/setup/install-aws-server b/tools/setup/install-aws-server index f78a57da5f..2d0640b395 100755 --- a/tools/setup/install-aws-server +++ b/tools/setup/install-aws-server @@ -138,6 +138,7 @@ EXTRA_ARGS+=( --monitoring Enabled=true --placement "AvailabilityZone=$AZ" --block-device-mappings "DeviceName=/dev/sda1,Ebs={VolumeSize=$DISK_SIZE,VolumeType=gp3,Throughput=125,Iops=3000,Encrypted=true}" + --metadata-options "InstanceMetadataTags=enabled" ) if [ -n "$DEBUG_KEY" ]; then