Problem scenario
You want to deploy a stack (a collection of infrastructure or application resources) with the AWS CLI. You want to create a server with CloudFormation and the AWS CLI. How do you do this?
Solution
Here is a simple example to answer the question. This requires that you have AWS CLI installed and configured. If you need help with that, here are directions for how to do it.
…