You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Terraform to deploy your CYF Hotel backend to an EC2 instance.
Steps:
Write a Terraform configuration file (main.tf) to define the EC2 instance.
Include configurations for security groups, key pairs, and IAM roles if necessary.
Deploy the code to AWS.
Outcome:
After running terraform apply, the backend should be running on an AWS EC2 instance accessible via its IP address.
Maximum time in hours
1.5
How to get help
Ask calm, curious questions with links, code samples, and no screenshots.
From Module-Cloud created by SallyMcGrath: CodeYourFuture/Module-Cloud#10
Link to the coursework
https://developer.hashicorp.com/terraform/docs
Why are we doing this?
Objective:
Use Terraform to deploy your CYF Hotel backend to an EC2 instance.
Steps:
Write a Terraform configuration file (main.tf) to define the EC2 instance.
Include configurations for security groups, key pairs, and IAM roles if necessary.
Deploy the code to AWS.
Outcome:
After running
terraform apply
, the backend should be running on an AWS EC2 instance accessible via its IP address.Maximum time in hours
1.5
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.
The text was updated successfully, but these errors were encountered: