Deploy Infrastructure as Code (IAC) lesson 1 getting started with cloudformation: Understanding CloudFormation
yt link
CloudFormation
CloudFormation is a declarative language, not an imperative language.
CloudFormation handles resource dependencies so that you don’t have to specify which resource to start up before another. There are cases where you can spec...
philipdevblog.hashnode.dev1 min read