PERicci / CYF-Coursework-Planner

Your coursework planner by CYF
1 stars 0 forks source link

[TECH ED] Infrastructure as Code for CYF Hotel Frontend in S3 #328

Open PERicci opened 3 months ago

PERicci commented 3 months ago

From Module-Cloud created by SallyMcGrath: CodeYourFuture/Module-Cloud#9

Link to the coursework

https://developer.hashicorp.com/terraform/docs

Why are we doing this?

Objective:

Use Terraform to deploy your CYF Hotel frontend to an S3 bucket.

Steps:

  1. Write a Terraform configuration file main.tf to define the S3 bucket.
  2. Include the necessary configurations like ACL, policy, and versioning.
  3. Deploy the code to AWS.

Outcome:

After running terraform apply, you should see the CYF Hotel frontend live on the S3 bucket URL.

Maximum time in hours

2

How to get help

Ask calm, curious questions with links, code samples, and no screenshots.

https://curriculum.codeyourfuture.io/guides/asking-questions/

How to submit

Demo your progress in class.

PERicci commented 3 months ago

As the project used for this module is the FullStack Video Recomendations that is deployed straigth to a EC2 instance, this ticket will be solved on [TECH ED] Infrastructure as Code for CYF Hotel Backend in EC2.