diff --git a/index.html b/index.html index d971cf9e0..6fe3fe4dd 100644 --- a/index.html +++ b/index.html @@ -26,9 +26,8 @@
-

Congratulations!

-

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it - to three Amazon EC2 instances using AWS CodeDeploy.

+

Demo Web Page!

+

Deployed via a pipeline.

For next steps, read the AWS CodePipeline Documentation.

diff --git a/scripts/install_dependencies b/scripts/install_dependencies index 3d372993c..fd48589a8 100644 --- a/scripts/install_dependencies +++ b/scripts/install_dependencies @@ -1,3 +1,4 @@ #!/bin/bash +yum update yum install -y httpd