server = aws.ec2.Instance(
'rumbleInstance2',
instance_type=size,
vpc_security_group_ids=[group.id],
region="Whateever region i want"
)
Some option that i can think of are overloading provider function (i am not sure if i am doing it right)