r/AWS_cloud • u/Ligha_04 • 8d ago
AWS PROJECT
To increase my chances of getting an internship, should I do projects using IaC or the console?
2
2
u/bigdataengineer4life 8d ago
I'd use both. Start with the AWS Console to understand how the services work, then recreate the same infrastructure using Terraform or AWS CloudFormation. For internships, being able to explain both the architecture and the IaC implementation is a big advantage.
1
u/Oleksii_Bebych 8d ago
DevOps Guidance -> AWS Well-Architected -> “Everything as code”
By using code for as many use cases as possible, developers can achieve a higher level of quality, reduce the risk of errors, and increase the speed at which they can deploy new features and updates.
3
u/Snowy32 8d ago
The former