Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Lambda functions currently may require publicly accessible mgmt address #83

Open
mikeoleary opened this issue Oct 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mikeoleary
Copy link
Owner

If Security Groups on mgmt IP addresses are locked down to an IP range, Lambda functions that access devices to query for Active/Standby status will fail, as will functions for actions such as installing the HA iApp.

While these functions would ideally go away or be done by another tool, we may also be able to edit them to use private VPC access using the method below:

https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-vpcconfig.html

@mikeoleary mikeoleary added the enhancement New feature or request label Oct 18, 2019
@mikeoleary mikeoleary self-assigned this Oct 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant