I’d like to separate how EC2 instances are billed on my account. I will be adding a different credit card to pay for certain instances.
However, I create my EC2 instances using Boto and I cannot see any parameters in create_instances()
which would identify the EC2 instance is to be part of a different billing group:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/service-resource/create_instances.html
For example, I cannot see a sub-account parameter, I cannot see cost category parameter.
Can I still use Boto to create EC2 instances and they can be billed to a different credit card?