You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case I have to perform actions in multiple regions. As of now I don't have way to specify region dynamically. For example,
I want to create one vpc with cidr: 10.0.1.0/24 in us-east-1 and other with cidr: 10.0.2.0/24 in us-west-1. I don't have a way to specify region for actions at the moment.
In boto3, I can pass region as region_name when creating client.
I have a use case I have to perform actions in multiple regions. As of now I don't have way to specify region dynamically. For example,
I want to create one vpc with cidr: 10.0.1.0/24 in us-east-1 and other with cidr: 10.0.2.0/24 in us-west-1. I don't have a way to specify region for actions at the moment.
In boto3, I can pass region as region_name when creating client.
I have created custom actions to pass region as an argument at the moment.
The text was updated successfully, but these errors were encountered: