Cannot deploy functionbeat 7.14.0

Did something change in the process needed to deploy functionbeat 7.14.0?

I can deploy 7.13.4 fine. If I try to deploy 7.14.0, I get the following error:

Function: st-cw-logs, could not deploy, error: bucket 'st-fb-deploy' already exist and you don't have permission to access it: MissingRegion: could not find region configuration
Fail to deploy 1 function(s)

After receiving that error, I can go on to deploy from functionbeat-7.13.4-linux-x86_64 without any issues.

$ echo $AWS_DEFAULT_REGION 
us-east-1

I was trying to set this up and have the same problem. I will try downgrading.

You don't need to downgrade anything else, just use the functionbeat version7.13.4.

You just need to add functionbeat.provider.aws.region: "region" to the config.

When I tried 7.13.4 it wasn't picking up the region from env and I came across this. Expose region in AWS configuration so Functionbeat can deploy the Lamba in the correct place by kvch · Pull Reque
After adding that to config it works fine., documentation should be updated.

Nice catch. Thanks for sharing. Yeah, the docs should be updated along with the reference config file.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.