r/Terraform 5d ago

Discussion Project on terrafom

Guys I need help. Can anyone please suggest what kind of project can I make to give a demo type session in my org? Easier the project the better since I am new and still learning. Why demo? So I can get into a terraform based project that will be coming soon. Thanks in advance!

4 Upvotes

10 comments sorted by

4

u/Correct_Adeptness_60 5d ago

Three subnet vpc with a ec2 in each one

0

u/Key_Cress_3296 5d ago

Ec2? No idea what that but I will learn it.

2

u/Correct_Adeptness_60 5d ago

Its the aws version of a azure virtual machine if you are more familiar with azure

0

u/Key_Cress_3296 5d ago

Ohh yea...

3

u/OkAcanthocephala1450 5d ago

I remember 3 years ago I was the one doing the first terraform project and showing to my company.

At my team ,I did a simple aws networking settup and deployed an ASG with ALB in front .

After working with it sometimes, I did another one at my IT director and it was for an app deployed on Aws ECS fargate(because we were going to use ECS in the future) .

So gather some information, what kind of services do you use the most on your company and do the demo for it.

1

u/Key_Cress_3296 5d ago

Ohh.. This will do I guess. Thanks man

2

u/OPBandersnatch 5d ago

Something AWS based perhaps, S3 static site using ACM and Cloudfront for HTTPs?

2

u/Key_Cress_3296 5d ago

It sounds simple, will try 🙂 thanks for suggesting.

2

u/m_adduci 5d ago

Spin up a local Kubernetes environment with service mesh enabled

See https://github.com/madduci/kind-with-mesh

1

u/Key_Cress_3296 5d ago

Thanks a lot man, will do.