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
I wish I could query the existing NAT gateway instances; in my use case, I needed to find the EIP associated with the NAT. I've implemented a workaround using an external datasource, shelling out to AWS CLI, and using jq to parse the response - that's not very portable, though.
#1196 seemed straightforward, so I thought I would volunteer to make an attempt at an implementation; any reason not to?
The text was updated successfully, but these errors were encountered:
I wish I could query the existing NAT gateway instances; in my use case, I needed to find the EIP associated with the NAT. I've implemented a workaround using an external datasource, shelling out to AWS CLI, and using jq to parse the response - that's not very portable, though.
#1196 seemed straightforward, so I thought I would volunteer to make an attempt at an implementation; any reason not to?
The text was updated successfully, but these errors were encountered: