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

🚀 25% OFF ALL Reviewers plus eBooks as LOW as 2.99 USD only!

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

Home Forums AWS AWS Certified Solutions Architect Professional Doubt regarding one of the AWS Solution Architect Professional Practice question Reply To: Doubt regarding one of the AWS Solution Architect Professional Practice question

  • ccatchings

    Member
    December 10, 2023 at 5:33 pm

    Keep in mind that the question is broken down into two apps:

    Analytics: Can be run on spot instances since availability can be flexible

    Reporting: Needs to run continuously (spot is not an option)

    The incorrect App Runner answer for the analytics app you pasted does not talk about how to handle failover when the EC2 instance for the reporting application becomes unhealthy (again, needs to be running continuously so a HA/failover mechanism is needed). Fargate will automatically replace unhealthy containers, giving the reporting app HA.

    Therefore the answer for running reporting on spot instances is incorrect because it needs to be running continuously.

    The answer for running reporting on App Runner is incorrect because it says the Analytics app should run on on-demand instance, which is not the most cost-effective option.

    EDIT: Replaced instances with containers in the context of Fargate.

    • This reply was modified 1 year, 3 months ago by  ccatchings.
Skip to content