Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

At the end of the assignment you will be able to: Create a CloudFormation template that uses parameters Install software and make configurations using a

At the end of the assignment you will be able to:

  1. Create a CloudFormation template that uses parameters
  2. Install software and make configurations using a CloudFormation template

Requirements

ubuntu-nginx.yaml

Create a CloudFormation YAML template with the name, ubuntu-nginx.yaml, that will create an Ubuntu 18.04 server running the nginx web server. The TAs will test your script in the us-east-1 region, so use the instance id for that region. The nginx server must be running on your server. Hint: While developing this template, you probably want to spin up an Ubuntu 18.04 instance and do the install of nginx manually first to see what it takes.

Your template must have parameters for the following:

  1. the key pair to use for connecting to the instance via ssh
  2. the allowed CIDR block that ssh is allowed on, with a default of USF's CIDR block.

Your security group must allow ssh connections only from the specified CIDR block, and web connections from anywhere.

Your template must create a default index.html page in the appropriate location that displays the following: Your name in an h1 header and the title of the page. So for instance, my page would have Dr. Ventura in both the title and h1 header.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To Database 2

Authors: Bruce L. Larson

1st Edition

0070232679, 978-0070232679

More Books

Students also viewed these Databases questions

Question

Connect with your audience

Answered: 1 week ago