aws:region in stack config is ignored in 3.6.0
See original GitHub issueI have aws:region
set in my stack configs but my stack is failing with the following error:
aws:iam:User (xyz):
error: 1 error occurred:
* Invalid AWS Region:
I do not get that error on version 3.5.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:15
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Configuring region in Node.js AWS SDK - Stack Overflow
Configure it programmatically (hard-coded): AWS.config.update({region:'your-region'}); · Use an environment variable. While the CLI uses AWS_DEFAULT_REGION , the ...
Read more >terraform-aws-modules/s3-bucket/aws
Terraform module which creates S3 bucket on AWS with all (or almost all) features provided by Terraform AWS provider. SWUbanner. These features ...
Read more >Stack Config — Sceptre 3.2.0 documentation
You can mark a stack with ignore: True that other non-ignored stacks depend on, but the launch will fail if dependent stacks require...
Read more >ansible aws s3 module example
Config. AWS_REGION or EC2_REGION can be typically be used to specify the AWS region, when required, but this can also be defined in...
Read more >community.aws.aws_region_info module – Gather information ...
The AWS region to use. For global services such as IAM, Route53 and CloudFront, region is ignored. The AWS_REGION or EC2_REGION environment ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok I will look into this immediately
I am cutting a new release right now - v3.6.1 will be available soon that fixes the problem