~$ aws cloudformation create-stack \
   --stack-name mystack \
   --template-body file://nginx-simple.json
{
    "StackId": "arn:aws:cloudformation:
                eu-central-1:130587313947:
                stack/mystack/06537dd0-2204-11ea-8e29-02f9d8bbd456"
}
