Skip to content

Instantly share code, notes, and snippets.

@dominicusin
Created September 30, 2017 00:03
Show Gist options
  • Select an option

  • Save dominicusin/7e826fcef46429f055b9acf420417d51 to your computer and use it in GitHub Desktop.

Select an option

Save dominicusin/7e826fcef46429f055b9acf420417d51 to your computer and use it in GitHub Desktop.
aws cloudformation create-stack \
--region us-east-1 \
--stack-name "GitHubTrial" \
--template-url https://github-enterprise.s3.amazonaws.com/cloudformation/trial-1506081335.template \
--parameters ParameterKey=Instance,ParameterValue=r3.large \
ParameterKey=Data,ParameterValue=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment