-
-
Save dominicusin/7e826fcef46429f055b9acf420417d51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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