Is that a way to create an EC2 instance with tags(I mean, adding tag as parameter when creating instance)
I can't find this function in boto APIs. According to the document, we can only add tags after creating.
However, when creating on the browser, we can configure the tags when creating. So can we do the same thing in boto? (In our course we are required to tag our resource when creating, which is for bill monitor purpose, so adding tags after creating is not allowed.....)