Tag: AWS Rust

Deploying a Rust Rocket REST API on AWS EC2 with Docker and GitHub Actions

Reading Time: 5 minutes When Rust compiles code, you get an executable if you created the application using the –bin command. In this blog, we shall look at how we can create a Dockerfile to create an image with this executable. We shall then deploy this image on EC2 using GitHub Actions which will be set on our repository […]

Deploy a Yew Rust Application on an AWS EC2 Ubuntu Instance & Nginx

Reading Time: 5 minutes After you’ve finished developing your Yew Rust application, it’s time to make it available to your users. It is expected to be placed on a server someplace, either on a Cloud service provider or an on-premises server, for this purpose. This blog will go over how to launch your Yew Rust application on AWS EC2. […]

AWS is in love with RUST and you should be too!

Reading Time: 5 minutes AWS is sponsoring the Rust programming language. And it is because it helps AWS write highly performant, safe infrastructure-level networking and other systems software. Why has Rust proved so popular at AWS? Let’s discuss this in our blog! Rust has been voted Stack Overflow’s most-loved programming language for five years in a row. This blog […]

Back To Top