Estimated reading time: 4 minutes
Go to Question 3 >>
AWS Certified Solutions Architect Associate Practice Exams-1-Question-2
As you are in the practice mode so, no time restrictions, no scoring.
We suggest you to –
| – Read the question carefully. |
| – Identify and focus on key-words. |
| – Apply design thinking. |
| – Identify and ignore options which are just distractors. |
Let’s resolve the following question, Good Luck!!
Go to Question 3 >>
Question 2/65
A leading social media analytics company is contemplating moving its dockerized application stack into AWS Cloud. The company is not sure about the pricing for using Amazon Elastic Container Service (Amazon ECS) with the EC2 launch type compared to the Amazon Elastic Container Service (Amazon ECS) with the Fargate launch type.
Which of the following is correct regarding the pricing for these two services?
EXPAND here if need help in the ANALYSIS.
Let’s focus on keywords from the question
A leading social media analytics company is contemplating moving its dockerized application stack into AWS Cloud. The company is not sure about the pricing for using Amazon Elastic Container Service (Amazon ECS) with the EC2 launch type compared to the Amazon Elastic Container Service (Amazon ECS) with the Fargate launch type.
Which of the following is correct regarding the pricing for these two services?
Let’s visualize the question in an architecture diagram

Select the correct answer
Go to Question 3 >>
EXPAND here for the FULL EXPLANATION.
Correct option:
Amazon ECS with EC2 launch type is charged based on EC2 instances and EBS volumes used. Amazon ECS with Fargate launch type is charged based on vCPU and memory resources that the containerized application requests
Lets recap ECS a bit. Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. ECS allows you to easily run, scale, and secure Docker container applications on AWS.
What is ECS task?
Launch Docker containers on AWS = Launch ECS Tasks on ECS Clusters
Amazon ECS Overview

via – https://aws.amazon.com/ecs/
With the Fargate launch type, you pay for the amount of vCPU and memory resources that your containerized application requests. vCPU and memory resources are calculated from the time your container images are pulled until the Amazon ECS Task terminates, rounded up to the nearest second. With the EC2 launch type, there is no additional charge for the EC2 launch type. You pay for AWS resources (e.g. EC2 instances or EBS volumes) you create to store and run your application.
Incorrect options:
Enable ElastiCache Redis for DynamoDB and Amazon CloudFront for Amazon Both Amazon ECS with EC2 launch type and Amazon ECS with Fargate launch type are charged based on vCPU and memory resources that the containerized application requests.
Both Amazon ECS with EC2 launch type and Amazon ECS with Fargate launch type are charged based on Amazon EC2 instances and Amazon EBS Elastic Volumes used.
As explained above. With the Fargate launch type, you pay for the amount of vCPU and memory resources.
Both Amazon ECS with EC2 launch type and Amazon ECS with Fargate launch type are just charged based on Elastic Container Service used per hour
It is a distractor.
References:
https://aws.amazon.com/ecs/pricing/
Domain
Design Cost-Optimized Architectures
Go to Question 3 >>


Leave a Reply