aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.48k stars 863 forks source link

New Serverless Pattern: APIGW - VPCLink - NLB - ECS Fargate - cdk python #2206

Closed pdineshbalaaji closed 3 days ago

pdineshbalaaji commented 2 months ago

Issue #, if available:

Description of changes: This pattern helps connect a public API Gateway endpoint to a private Network Load Balancer alongside an ECS Fargate cluster. It keeps the private subnet resources safe from exposure and only allows access through a VPC Link, ensuring security. The pattern will create API Gateway, VPC Link, private Network load balancer, VPC along with a private subnet and a ECS fargate cluster.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

pdineshbalaaji commented 2 weeks ago

@pputhran implemented the review comments.