exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 302 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 302
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A company wants to deploy a Docker application to the AWS Cloud. However, the company does not want to manage the underlying servers.

Which combination of AWS services should the company use to meet these requirements? (Choose two.)

  • A. Amazon EC2
  • B. Amazon EC2 Auto Scaling
  • C. AWS Elastic Beanstalk
  • D. Amazon CloudFront
  • E. AWS Fargate
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
1 year, 9 months ago
Selected Answer: CE
C. AWS Elastic Beanstalk E. AWS Fargate "AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). AWS Fargate makes it easy to focus on building your applications. Fargate eliminates the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design." https://aws.amazon.com/fargate/faqs/?nc=sn&loc=4
upvoted 2 times
...
man5484
1 year, 10 months ago
Selected Answer: CE
C. AWS Elastic Beanstalk: AWS Elastic Beanstalk is a fully managed service that makes it easy to deploy and run applications in multiple languages, including Docker. It automatically handles the deployment, capacity provisioning, load balancing, and automatic scaling of the application. E. AWS Fargate: AWS Fargate is a serverless compute engine for containers that allows you to run containers without the need to manage the underlying infrastructure. With Fargate, you can focus on deploying your Docker application, and AWS takes care of provisioning and scaling the infrastructure for you. By using both AWS Elastic Beanstalk and AWS Fargate, the company can deploy and manage their Docker application in a serverless and fully managed environment, without the need to handle the underlying servers.
upvoted 2 times
...
kumaran1000001
2 years, 2 months ago
A - no. coz you will need to manage it B - no. coz EC2 is involved C - yes D - no. coz it’s content delivery service E - yes
upvoted 1 times
...
Saif93
2 years, 4 months ago
Selected Answer: CE
CE is the answer.
upvoted 2 times
...
Redes
2 years, 6 months ago
Selected Answer: CE
Elastic Beanstalk and fargate
upvoted 3 times
...
SLEON01
2 years, 6 months ago
Elastic Beanstalk supports the deployment of web applications from Docker containers. With Docker containers, you can define your own runtime environment. You can also choose your own platform, programming language, and any application dependencies, such as package managers or tools, which typically aren't supported by other platforms. Docker containers are self contained and include all the configuration information and software that your web application requires to run. All environment variables that are defined in the Elastic Beanstalk console are passed to the containers.
upvoted 2 times
...
SLEON01
2 years, 6 months ago
CE are the only options which are serverless
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...