Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Amazon EC2

Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use. subtitle

Amazon EC2 Reviews and details

Screenshots and images

  • Amazon EC2 Landing page
    Landing page //
    2023-04-06

Badges & Trophies

Promote Amazon EC2. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Introduction to Amazon EC2 - Elastic Cloud Server & Hosting with AWS

What is Amazon EC2? (Part 1) | AWS Training

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Amazon EC2 and what they use it for.
  • Compliant infrastructure using infrastructure as code
    When you are using compute you have a lot of options. One of these options is Amazon EC2. In a world where more and more workloads become serverless. You might still have this use-case that is better off on EC2. But, how do you combine EC2 with compliance and security? In this blog post we will explore how we can build a compliant and secure EC2 stack. - Source: dev.to / about 1 month ago
  • Hosting an Angular application in a Docker container on Amazon EC2 deployed by Amazon ECS
    In this article, a WEB application using the latest version of Angular in a built Docker image will be hosted on Amazon EC2 (Elastic Compute Cloud) and deployed by Amazon ECS (Elastic Container Service) using an Amazon ECR (Elastic Container Registry) containers repository. - Source: dev.to / about 2 months ago
  • The 2024 Web Hosting Report
    The single most important development in hosting since the invention of EC2 is defined by its own 3-letter acronym: k8s. Kubernetes has won the “container orchestrator” space, becoming the default way that teams across industries are managing their compute nodes and scheduling their workloads, from data pipelines to web services. - Source: dev.to / 2 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    EC2 - 750 hours per month of t2.micro or t3.micro(12mo). 100GB egress per month. - Source: dev.to / 3 months ago
  • Starting My AWS Certification Journey as a Certified Cloud Practitioner
    Then in 2020, I started working with AWS. My first two years with AWS were mostly interacting with the Node.js apps I've deployed in EC2 and reviewing logs since we had a DevOps engineer who managed the cloud infrastructure. - Source: dev.to / 5 months ago
  • Choosing the Right AWS EC2 Instance: Avoiding Common Pitfalls
    If you want to learn more about EC2 and get detailed information, I suggest you start your journey by visiting https://aws.amazon.com/ec2/. This is the best place to begin learning about EC2. - Source: dev.to / 6 months ago
  • Authenticating users in the load balancer with Cognito
    Say that we have an application running behind a public-facing Application Load Balancer (ALB). The load balancer's target can be any supported target, including ECS containers, EC2 instances or even Lambda functions. Because the application is only available to authenticated users, we want to find a solution to identify them. - Source: dev.to / 7 months ago
  • Programmatically retrieving secrets from Parameter Store and Secrets Manager
    Although I'll use Lambda functions in the examples, we can transfer the concepts to other compute resources, like EC2 instances, and ECS or EKS containers. - Source: dev.to / 9 months ago
  • Amazon Ditches Microservices for Monolith: Decoding Prime Video's Architectural Shift
    But here, that's a wasted benefit as these functions are executed multiple times per second, every second, managing a live video stream. The media converter and defect detectors could have likely been run on their own EC2 instances. They would have had their always-running, scalable servers, like AWS Lambda. Though the issue of storage between services would still remain. - Source: dev.to / 11 months ago
  • Creating Application Load Balancer rules for fast feature stack deployments
    Alice's solution works not only with Docker containers but any services that we can attach to an ALB as a target in a CloudFormation stack. For example, we can use Lambda functions, Kubernetes pods, or EC2 instances. - Source: dev.to / about 1 year ago
  • Trace-based testing cloud-native apps with AWS X-Ray and Tracetest
    That’s where the power of distributed tracing alongside AWS X-Ray comes to play. Enabling teams to add automatic and/or custom checkpoints, called spans, that generate step-by-step details for a complete end-to-end process, a distributed trace, from anywhere in your distributed cloud infrastructure. Even if you’re using services on AWS like Lambda, Fargate, EKS, EC2, or others. - Source: dev.to / about 1 year ago
  • How to Deploy a Multi Container Docker Compose Application On Amazon EC2
    To learn more about Amazon EC2, see the Amazon EC2 product page. - Source: dev.to / about 1 year ago
  • Deploy WordPress on EC2 by WordPress AMI
    AWS Services services that use in this project An Amazon EC2 instance to install and host the WordPress application. - Source: dev.to / about 1 year ago
  • AWS Melbourne Region - Launch Analysis
    As of launch, AWS has 47 services running in the new Melbourne region. This compares with 194 in Sydney (ap-southeast-2). All of the standard services you'd expect are there, with EC2, Lambda, S3, DynamoDB, and the like. But there's many services still missing. Here's a short list of some key ones:. - Source: dev.to / over 1 year ago
  • AWS Beginner's Key Terminologies
    *Amazon EC2 *(Compute) Amazon Elastic Compute Cloud is a web service for launching and managing Linux/UNIX and Windows Server instances in Amazon data centers. Https://aws.amazon.com/ec2/. - Source: dev.to / over 1 year ago
  • Deployments made easy
    If you'd prefer to work directly with a cloud provider that all of the managed services use behind the scenes, you'll probably have to learn a lot, but all of the knowledge will benefit you in your career and you'll avoid paying the premium that the managed services slap on top. A simple starter could be creating an EC2 instance on AWS, where you'll basically just start with a virtual server created with an... Source: over 1 year ago
  • NextJS + NextAuth + Express
    Netlify auto-generates serverless functions for NextJS (source), and most serverless apps are statelesss by default. Is this a problem for my setup? If yes, what is your suggestion? Does Vercel, AWS EC2 or DigitalOcean Droplets solve the issue? I chose Netlify due to previous experience with CRA project. Source: over 1 year ago
  • Is there a cloud or virtual desktop program that I can keep a java program open 247
    Amazon EC2 does what you need, but I'm fairly certain it may cost money for you to access the outside internet through NAT Gateway. Source: over 1 year ago
  • How would I go about creating an app like "Lensa" with Stable Diffusion?
    My guess of how Lensa works on the backend, which might be a suitable thing to mimic are; - User uploads their images via the app to the cloud, likely to an AWS S3 cloud storage repository. - When the user's images are uploaded, it triggers a serverless function, likely running on AWS Lambda, that provides the path to the user's uploaded photos, and some metadata about the user (probably their name, or a unique... Source: over 1 year ago
  • The Power of GitHub Actions for Streamlining DevOps Workflows
    GitHub Actions for AWS: This GitHub Action allows developers to automate tasks on the Amazon Web Services (AWS) platform. With this action, developers can easily integrate AWS services into their workflows, such as EC2, S3, and Lambda. This can help streamline DevOps workflows by automating tasks such as deployment, testing, and scaling on the AWS platform. - Source: dev.to / over 1 year ago
  • Building recursive logic with Step Functions
    Step Functions can be a good solution in such situations. We can set up a state machine easier than deploying an ECS container or provisioning an EC2 instance with all the installation hassle. - Source: dev.to / over 1 year ago

Do you know an article comparing Amazon EC2 to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Amazon EC2 discussion

Log in or Post with

This is an informative page about Amazon EC2. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.