Previously, the only way to establish a CloudFormation connection to a specific region, or with a specific AWS profile, had to be setup via environment variables. Now, if any StackNode is provided the aws_region or aws_profile keyword arguments, they'll make it through to Boto connection initialization.
Previously, the only way to establish a CloudFormation connection to a specific region, or with a specific AWS profile, had to be setup via environment variables. Now, if any StackNode is provided the
aws_region
oraws_profile
keyword arguments, they'll make it through to Boto connection initialization.