Web Console vs IaC
Understand the advantages of using IaC and the pitfalls of relying on the AWS console for all development.
We'll cover the following...
AWS web console
AWS provides a web console with a strong UI interface. As a result, developers usually begin their AWS journey with this web console. It’s perfect for learning concepts.
This console is suitable for an introduction, but this isn’t the way to go. When we create resources on the web console, we often lose track of what we’ve done. That leads to ...