https://github.com/srisrijakka1/project-on-terraform
https://github.com/srisrijakka1/project-on-terraform
aws cloud ec2 terraform vpc
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/srisrijakka1/project-on-terraform
- Owner: Srisrijakka1
- License: mit
- Created: 2023-08-23T06:58:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T07:36:13.000Z (about 2 years ago)
- Last Synced: 2025-10-05T15:59:06.678Z (about 10 hours ago)
- Topics: aws, cloud, ec2, terraform, vpc
- Language: HCL
- Homepage:
- Size: 488 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-on-Terraform.
Write a terraform script to create resources mentioned below :
1. You need to create VPC with one private subnet and one public subnet. No need to create NAT gateway.
2. You need to create an EC2 instance in the above created VPC in public subnet, instance type should be t2.micro, volume size should be 5gb and volume type should be gp2, should not be encrypted. You need to Add tag as key should be "purpose" and value should be "Assignment".
3. You need to create security group and attach it to above Ec2 instance. Security group should have inbound rules for ssh port and should have outbound rules of all traffic.
Please run the terraform script and attach the screenshot of the Output.
Execution Result video :
[
](https://www.youtube.com/embed/HCCCpKfMDbg)
Results:





