- 作业标题:SYST3514 Cloud Systems - Lab Terraform
- 课程名称:Sheridan College, SYST3514 Cloud Systems
- 完成周期:3天
Use terraform to create the infrastructure in this diagram:
1. Description:
- The final result of this terraform project is the following:
- A new VPC is created.
- This VPC contains two subnets, one public and another private.
- A security group allows access via SSH and HTTP.
- Two EC2 instances are created. They are webservers.
- The EC2 in the public subnet and the other in the private.
- The EC2s use the security group created in the other module.
2. Requirements:
- There are three formats accepted for the lab’s result. You can choose the extend of your work, but each has a different grade.
- One module hardcoded. Maximum grade 75%.
- One module with variables. Maximum grade 80%
- The three modules with variables, outputs, etc. Maximum grade 100%.
3. Submit
- Your TF files to the SLATE drop box.
- Alternatively, you can write the project in Git or GitLab and give me access to them.
。。。