I use the AWS Toolkit for Visual Studio to deploy a CloudFormation stack. I have to create a stack template file or choose a sample template.
Which sample template suits asp.net ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The AWS CloudFormation Sample Templates recently gained dedicated Microsoft Windows Server templates, amongst these the Windows_Roles_And_Features.template, which is a fairly generic one to Create a single server specifying server roles running on Microsoft Windows Server® 2008 R2.
If you inspect the template, you’ll see all roles and features available for selection during stack creation/deployment:
That should be all you need to pick and go – good luck!