mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
install-aws-server: Enable instance metadata tags.
These are shown in the Teleport UI.
This commit is contained in:
committed by
Tim Abbott
parent
1acfe59fe5
commit
21237f42ba
@@ -138,6 +138,7 @@ EXTRA_ARGS+=(
|
|||||||
--monitoring Enabled=true
|
--monitoring Enabled=true
|
||||||
--placement "AvailabilityZone=$AZ"
|
--placement "AvailabilityZone=$AZ"
|
||||||
--block-device-mappings "DeviceName=/dev/sda1,Ebs={VolumeSize=$DISK_SIZE,VolumeType=gp3,Throughput=125,Iops=3000,Encrypted=true}"
|
--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
|
if [ -n "$DEBUG_KEY" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user