AWS Compute Blog
Tag: VPC
Sharing automated blueprints for Amazon ECS continuous delivery using AWS Service Catalog
This post is contributed by Mahmoud ElZayet | Specialist SA – Dev Tech, AWS Modern application development processes enable organizations to improve speed and quality continually. In this innovative culture, small, autonomous teams own the entire application life cycle. While such nimble, autonomous teams speed product delivery, they can also impose costs on compliance, […]
Read MoreOptimizing Amazon ECS task density using awsvpc network mode
This post is contributed by Tony Pujals | Senior Developer Advocate, AWS AWS recently increased the number of elastic network interfaces available when you run tasks on Amazon ECS. Use the account setting called awsvpcTrunking. If you use the Amazon EC2 launch type and task networking (awsvpc network mode), you can now run more […]
Read MoreAccess Private applications on AWS Fargate using Amazon API Gateway PrivateLink
This post is contributed by Mani Chandrasekaran | Solutions Architect, AWS Customers would like to run container-based applications in a private subnet inside a virtual private cloud (VPC), where there is no direct connectivity from the outside world to these applications. This is a very secure way of running applications which do not want to […]
Read MoreIntroducing Amazon API Gateway Private Endpoints
One of the biggest trends in application development today is the use of APIs to power the backend technologies supporting a product. Increasingly, the way mobile, IoT, web applications, or internal services talk to each other and to application frontends is using some API interface. Alongside this trend of building API-powered applications is the move […]
Read MoreUsing API Gateway with VPC endpoints via AWS Lambda
To isolate critical parts of their app’s architecture, customers often rely on Virtual Private Cloud (VPC) and private subnets. Today, Amazon API Gateway cannot directly integrate with endpoints that live within a VPC without internet access. However, it is possible to proxy calls to your VPC endpoints using AWS Lambda functions. This post guides you […]
Read More