https://pulumi.com logo
Title
r

ripe-room-94618

05/11/2021, 7:55 AM
Hello there - I am using aws-typescript. Doing first basic provisioning of EC2 instances, and the name of the instances is not getting set on creation? I would assume the resource name is used as the VM name? no other args to tap into to be able to set the EC2 instances name either as far as I can tell.
b

brave-planet-10645

05/11/2021, 10:28 AM
This is an AWS "thing". To set the name you need to add a tag called
Name
on your EC2 instance
👍 1
It's the same with VPCs
r

ripe-room-94618

05/13/2021, 7:31 AM
@brave-planet-10645 Just wanted to say thank you properly. All sorted
b

brave-planet-10645

05/13/2021, 7:32 AM
Glad it worked 🙂