Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company deploy and maintain static websites on AWS with minimal operational overhead, using HTTPS for data exchange, and supporting phased releases triggered by Git branch merges?
A
Using AWS Amplify with serverless backend, connecting repository branches to environments, and initiating deployments with code merges.
B
Utilizing AWS Elastic Beanstalk for hosting with multiple environments, linking repository branches via EB CLI, and automating deployments with AWS CodePipeline.
C
Deploying websites in separate Amazon S3 buckets per environment, configuring AWS CodePipeline for source code retrieval, and employing AWS CodeBuild to transfer code to S3.
D
Running websites on individual Amazon EC2 instances, creating a custom script for static asset bundling, asset copying to EC2, and script execution on code merges.