-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
knife ec2 server create --fqdn WinDyn1 -g sg-03865f78 --subnet subnet-cef71695 -f m3.large -S nweddle_sa --image ami-94e26af4 --associate-public-ip --user-data win_user_data -N WinDyn1 -r 'role[webserver-win]' -i ~/.ssh/nweddle_sa.pem --winrm-user Administrator --winrm-password Ch4ng3m3 --winrm-transport plaintext | ||
|
||
knife ec2 server create --fqdn WinDyn2 -g sg-03865f78 --subnet subnet-cef71695 -f m3.large -S nweddle_sa --image ami-94e26af4 --associate-public-ip --user-data win_user_data -N WinDyn2 -r 'role[webserver-win]' -i ~/.ssh/nweddle_sa.pem --winrm-user Administrator --winrm-password Ch4ng3m3 --winrm-transport plaintext | ||
|
||
knife ec2 server create --fqdn WinDyn3 -g sg-03865f78 --subnet subnet-cef71695 -f m3.large -S nweddle_sa --image ami-94e26af4 --associate-public-ip --user-data win_user_data -N WinDyn3 -r 'role[webserver-win]' -i ~/.ssh/nweddle_sa.pem --winrm-user Administrator --winrm-password Ch4ng3m3 --winrm-transport plaintext |