You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible or can it be made possible that the resource agent can also trigger a Lambda function within AWS?
At the company i work for, we use different account levels and my team's account does not have the privilege of making any direct changes on VPC/Route table level.
The VPC/Route table change needs to be done via a Lambda function in our case.
Thanks in advance.
Jordy.
The text was updated successfully, but these errors were encountered:
We dont have any plans to introduce Lambda support, but if you got any examples of how to do it with awscli/API that might help us getting it added eventually.
Hi Oyvind,
We have shared VPC within AWS. We own the sub-account while we do not own the top-tier account where the routing table should be modified in case of failover/switchover.
The owner of top-tier account does not want to grant access to change routing table directly because it would give us privilege to change also records that are not related to our account - the top-tier owner wants to be in control.
That is why we are looking for a way how to modify routing table and at the same time give the top-tier owner confidence that we are changing only our records.
Basically we would be calling API endpoint with certain parameters triggering Lambda function instead of changing routing table directly. That way the top-tier account owner can implement some conditioning on Lambda function level that insures that we are changing only records that belong to us.
I hope this makes sense.
Kind regards,
Karel
Hello,
Is it possible or can it be made possible that the resource agent can also trigger a Lambda function within AWS?
At the company i work for, we use different account levels and my team's account does not have the privilege of making any direct changes on VPC/Route table level.
The VPC/Route table change needs to be done via a Lambda function in our case.
Thanks in advance.
Jordy.
The text was updated successfully, but these errors were encountered: