DEV Community

Cover image for Discovering AWS App Runner: The Latest AWS Orchestration Solution You Should Be Aware Of
andre aliaman for AWS Community Builders

Posted on • Updated on • Originally published at dev.to

Discovering AWS App Runner: The Latest AWS Orchestration Solution You Should Be Aware Of

AWS Compute services constantly evolve over time to meet the demands of customers. These customers are always seeking faster, quicker, and more user-friendly services. Take a look at the following for the evolution of Compute services:

Compute services evolution

In AWS Fargate era, container orchestration has been included as part of AWS's responsibility in the shared responsibility model. Refer to the image below for more information:

AWS Fargate

As a response to the demand for a solution that can rapidly build and deploy applications while being user-friendly, AWS has integrated Load Balancing, Autoscaling, and CI/CD processes into their shared responsibility model. This has led to the development of AWS AppRunner.

AWS Apprunner

With AWS AppRunner, publishing your application is a straightforward process that can be completed in just three steps. The first step is critical, as it involves selecting the location from which the application can connect to AppRunner. In the second step, you must define all the necessary configurations for the service. Once this is done, you can proceed to deploy your application and serve traffic from a secure URL. To gain a better understanding of the process, refer to the flow diagram below:

Apprunner architecture

IMPROVEMENT

Since its launch in 2021, AppRunner has continuously been improved to cater to the demands of the industry. Several of these improvements have been game-changers for AppRunner, significantly enhancing its robustness in various situations.

Some of these improvements include expanding coverage to multiple regions, supporting AWS WAF web ACLs, redirecting HTTP requests to HTTPS endpoints, enabling privately accessible services within Amazon VPC, supporting additional runtimes, and supporting custom Amazon VPCs for outbound traffic. For more information on the recent improvements made to AppRunner, please refer to the source here

PRICING

AppRunner operates on a pricing model that charges based on the compute and memory resources utilized by your application. This pricing model is similar to that of Fargate, but it is slightly more expensive as AppRunner currently manages both your CI/CD and load balancer. To compare the differences between the two, please refer to the information below:

Fargate Pricing

Fargate Pricing

Apprunner pricing

apprunner pricing

However, AWS AppRunner incurs an additional cost for its automatic build feature. For more information, please refer to the details below:
Additional apprunner pricing

CONCLUSION

Although AWS AppRunner is a relatively new addition to the AWS compute services family, it has continuously been enhanced and refined, featuring an improved pricing model. With these developments, AppRunner has the potential to become a top choice for individuals seeking to deploy container services in AWS.

I think that's it for now. Let me know what your thoughts are in the comments section below. Thanks.

Picture Sources:

  1. AWS App Runner: Deep Dive - AWS Online Tech Talks
  2. AWS apprunner pricing official
  3. AWS fargate pricing official

Top comments (0)