no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
VPC
Accessing the Internet from VPC Connected Lambda Functions using a NAT Gateway
When a Lambda function is connected to a VPC, the function can no longer access the internet. One way to resolve this is to use a NAT gateway, read on to see how.
Jun 21, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
VPC
,
NAT Gateway
,
Function as a Service
Accessing AWS Secrets Manager from .NET Lambda Functions, Part 4 - Connected to a VPC, and using a NAT Gateway
In a previous post, I showed how to use a VPC Endpoint to give a Lambda function (which is connected to the VPC) access to Secrets Manager. In this post, I will show how to use a NAT Gateway to give a Lambda function access to Secrets Manager and the internet.
Jun 16, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Secrets Manager
,
VPC
,
NAT Gateway
,
Function as a Service
Accessing AWS Secrets Manager from .NET Lambda Functions, Part 3 - Connected to a VPC, using a VPC Endpoint
When a Lambda function is connected to a VPC, accessing the Secrets Manager becomes more complicated because the function no longer has internet access. One way to resolve this is to use a VPC endpoint.
May 31, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Secrets Manager
,
VPC
,
VPC Endpoint
,
Function as a Service
Accessing an RDS SQL Server from a .NET 6 application in Lambda
Querying an RDS SQL Server from Lambda is a great option for .NET applications. In this post you see how to create all the infrastructure, seed the database, deploy a .NET 6 Web API application, and connect the VPCs.
Apr 15, 2022
#
AWS Lambda
,
dotNet6
,
SQL Server
,
VPC
,
AWS
,
Function as a Service
Cite
×