Nathan Thompson
Nathan Thompson
We saw these errors recently too: "Lambda was unable to decrypt the environment variables because KMS access was denied. Please check the function's KMS key settings. KMS Exception: AccessDeniedExceptionKMS Message:...
I figured out a work around for this issue - just set the `additional_settings` like this: ``` additional_settings = [{ namespace = "aws:autoscaling:launchconfiguration" name = "SSHSourceRestriction" value = "tcp,22,22,123.45.67.89/24" }]...
We are using version 0.39.1 of "cloudposse/elastic-beanstalk-environment/aws" and we get the same error. Fails the first time with this error: `Error creating SSM activation: ValidationException: Nonexistent role or missing ssm...
How can I help to get this issue with `ssh_source_restriction` resolved?