Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

$2 OFF in ALL Azure Practice Exams & NEW AZ-500 Microsoft Azure Security Engineer Associate Practice Exams at $10.99!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Associate what software do i need to put on my ec2 to make it process shopping orders?

  • what software do i need to put on my ec2 to make it process shopping orders?

  • erjan

    Member
    March 22, 2021 at 10:30 pm

    let’s say i m building a ecommerce store. i have 3 servers and load balancer.

    how does each server process the shopping orders, state of carts?

    i suspect i need to put some additional software on them? they don’t magically process anything just because i launched them.

    in general, i know ec2 does whatever i want. but do i need to install some additional software?

  • Carlo-TutorialsDojo

    Member
    March 22, 2021 at 11:59 pm

    Hello Erjan,

    A common design pattern for handling orders in load-balanced EC2 instances is to use a decoupling layer between the client and your servers. A popular choice is Amazon SQS. You get the order data from the SQS queue and process them in the instances. The advantage of this is that in the event of an instance failure, orders will still persist in the queue and will not be lost.

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now