question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aws:region in stack config is ignored in 3.6.0

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Reactions:15
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
stack72commented, Oct 7, 2020

Ok I will look into this immediately

5reactions
stack72commented, Oct 8, 2020

I am cutting a new release right now - v3.6.1 will be available soon that fixes the problem

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found