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
{{ message }}
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
I've got Vagrantfile (linked before the change) where I've changed aws.region to us-west-1 (aws.region = "us-west-1"), but when creating a new instance, it's still showing my old region (us-east-1).
Launching an instance with the following settings...
-- Type: t2.small
-- AMI: ami-fce3c696
-- Region: us-east-1
I've removed the region from ~/.aws/config, removed aws_profile and it didn't help. Is there any reason why would aws.region not be loaded directly from Vagrantfile?