A development team needs to host a website that will be accessed by other teams. The website contents consist of HTML, CSS, client-side JavaScript, and images. Which method is the MOST cost-effective for hosting the website?
A.
Containerize the website and host it in AWS Fargate.
B.
Create an Amazon S3 bucket and host the website there.
C.
Deploy a web server on an Amazon EC2 instance to host the website.
D.
Configure an Application Load Balancer with an AWS Lambda target that uses the Express.js framework.
vote B
Static vs Dynamic Website :
In Static Websites, Web pages are returned by the server which are prebuilt.
They use simple languages such as HTML, CSS, or JavaScript.
There is no processing of content on the server (according to the user) in Static Websites. Web pages are returned by the server with no change therefore, static Websites are fast.
There is no interaction with databases.
Also, they are less costly as the host does not need to support server-side processing with different languages.
============
In Dynamic Websites, Web pages are returned by the server which are processed during runtime means they are not prebuilt web pages but they are built during runtime according to the user’s demand.
These use server-side scripting languages such as PHP, Node.js, ASP.NET and many more supported by the server.
So, they are slower than static websites but updates and interaction with databases are possible.
Static vs Dynamic Website :
In Static Websites, Web pages are returned by the server which are prebuilt.
They use simple languages such as HTML, CSS, or JavaScript.
There is no processing of content on the server (according to the user) in Static Websites. Web pages are returned by the server with no change therefore, static Websites are fast.
There is no interaction with databases.
Also, they are less costly as the host does not need to support server-side processing with different languages.
============
In Dynamic Websites, Web pages are returned by the server which are processed during runtime means they are not prebuilt web pages but they are built during runtime according to the user’s demand.
These use server-side scripting languages such as PHP, Node.js, ASP.NET and many more supported by the server.
So, they are slower than static websites but updates and interaction with databases are possible.
A company’s website hosted on Amazon EC2 instances processes classified data stored in Amazon S3. Due to security concerns, the company requires a private and secure connection between its EC2 resources and Amazon S3.
Which solution meets these requirements?
A. Set up S3 bucket policies to allow access from a VPC endpoint.
B. Set up an IAM policy to grant read-write access to the S3 bucket.
C. Set up a NAT gateway to access resources outside the private subnet.
D. Set up an access key ID and a secret access key to access the S3 bucket.
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.
AjNapa
Highly Voted 3 years, 7 months agodfedeli
Highly Voted 3 years, 7 months agoSachin032
Most Recent 2 years, 2 months agoqueen101
2 years, 9 months agoDesi_Moonda
2 years, 9 months agomarklovesaws143
2 years, 9 months agoslcheng
2 years, 10 months agoprex
3 years, 4 months agogargaditya
3 years, 5 months agogargaditya
3 years, 5 months agowoke
3 years, 6 months agonickname20212021
3 years, 6 months agonidhi2405
3 years, 6 months agoMaddy_aws2020
3 years, 6 months agosyu31svc
3 years, 6 months agoKK_uniq
3 years, 6 months agoYogi
3 years, 6 months agoelvancedonzy
3 years, 6 months agoAWSforWork
3 years, 6 months ago