DVA-C02 · Question #79
A company wants to deploy and maintain static websites on AWS. Each website's source code is hosted in one of several version control systems, including AWS CodeCommit, Bitbucket, and GitHub. The comp
The correct answer is A. Host each website by using AWS Amplify with a serverless backend. Conned the repository. AWS Amplify is an all in one service for the requirement. https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html
Question
A company wants to deploy and maintain static websites on AWS. Each website's source code is hosted in one of several version control systems, including AWS CodeCommit, Bitbucket, and GitHub. The company wants to implement phased releases by using development, staging, user acceptance testing, and production environments in the AWS Cloud. Deployments to each environment must be started by code merges on the relevant Git branch. The company wants to use HTTPS for all data exchange. The company needs a solution that does not require servers to run continuously. Which solution will meet these requirements with the LEAST operational overhead?
Options
- AHost each website by using AWS Amplify with a serverless backend. Conned the repository
- BHost each website in AWS Elastic Beanstalk with multiple environments. Use the EB CLI to link
- CHost each website in different Amazon S3 buckets for each environment. Configure AWS
- DHost each website on its own Amazon EC2 instance. Write a custom deployment script to bundle
How the community answered
(48 responses)- A69% (33)
- B4% (2)
- C10% (5)
- D17% (8)
Explanation
AWS Amplify is an all in one service for the requirement. https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html
Community Discussion
No community discussion yet for this question.