AWS Compute Blog
Category: Compute
Optimizing 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 […]
Using AWS App Mesh with Fargate
This post is contributed by Tony Pujals | Senior Developer Advocate, AWS AWS App Mesh is a service mesh, which provides a framework to control and monitor services spanning multiple AWS compute environments. My previous post provided a walkthrough to get you started. In it, I showed deploying a simple microservice application to Amazon ECS […]
Deploying an Nginx-based HTTP/HTTPS load balancer with Amazon Lightsail
This post is contributed by Mike Coleman | Developer Advocate for Lightsail In this post, I discuss how to configure a load balancer to route web traffic for Amazon Lightsail using NGINX. I define load balancers and explain their value. Then, I briefly weigh the pros and cons of self-hosted load balancers against Lightsail’s managed load […]
Scaling Kubernetes deployments with Amazon CloudWatch metrics
This post is contributed by Kwunhok Chan | Solutions Architect, AWS In an earlier post, AWS introduced Horizontal Pod Autoscaler and Kubernetes Metrics Server support for Amazon Elastic Kubernetes Service. These tools make it easy to scale your Kubernetes workloads managed by EKS in response to built-in metrics like CPU and memory. However, one common use case for applications […]
New: Using Amazon EC2 Instance Connect for SSH access to your EC2 Instances
This post is courtesy of Saloni Sonpal – Senior Product Manager – Amazon EC2 Today, AWS is introducing Amazon EC2 Instance Connect, a new way to control SSH access to your EC2 instances using AWS Identity and Access Management (IAM). About Amazon EC2 Instance Connect While infrastructure as code (IaC) tools such as Chef and Puppet […]
Increasing real-time stream processing performance with Amazon Kinesis Data Streams enhanced fan-out and AWS Lambda
Live business data and real-time analytics are critical to informed decision-making and customer service. For example, streaming services like Netflix process billions of traffic flows each day to help you binge-watch your favorite shows. And consumer audio specialists like Sonos monitor a billion events per week to improve listener experiences. These data-savvy businesses collect and […]
Access 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 […]
Learning AWS App Mesh
UPDATE – Oct 26 2020 – We have updated the instructions and recommended configurations for AWS App Mesh, which can be found in this GitHub repository: https://github.com/aws/aws-app-mesh-examples/tree/master/examples/apps/djapp. Please consider the below steps deprecated, but we are leaving the post live for its deeper explanation of some of the steps involved. This post is contributed by […]
Securing credentials using AWS Secrets Manager with AWS Fargate
This post is contributed by Massimo Re Ferre – Principal Developer Advocate, AWS Container Services. Cloud security at AWS is the highest priority and the work that the Containers team is doing is a testament to that. A month ago, the team introduced an integration between AWS Secrets Manager and AWS Systems Manager Parameter Store with AWS Fargate […]
Updated timeframe for the upcoming AWS Lambda and AWS Lambda@Edge execution environment update
On May 14th we announced an upcoming update to the AWS Lambda and AWS Lambda@Edge execution environments. In that announcement we shared that we are updating the execution environment to a more recent version of Amazon Linux. This newer execution environment brings updates that offer improvements in capabilities, performance, security, and updated packages that your […]