Hi, when creating ec2 instance, can the name tag ...
# aws
f
Hi, when creating ec2 instance, can the name tag be included...couldn't see where in the doc
s
Yes. In TypeScript, it would look something like this:
Copy code
tags: {
        Name: "bastion",
    },
f
Perfect, thnx