User Tools

Site Tools


using_terraform

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
using_terraform [2017/08/05 13:50] – [Terraform Apply] walkeradminusing_terraform [2017/08/05 13:55] – [Terraform Apply] walkeradmin
Line 103: Line 103:
 \\  \\ 
 If you don't have any errors, then you will see an output similar to below: If you don't have any errors, then you will see an output similar to below:
-\\  
 \\  \\ 
 <file> <file>
Line 148: Line 147:
 State path: State path:
 </file> </file>
 +\\ 
 +Now we can check the Running Instances page again.
 +\\ 
 +\\ 
 +Initially you will see a status of 'Pending' but this will quickly change to 'Running'
 +\\ 
 +\\ 
 +{{ :terraformaws_006.jpg?900 |}}
 +\\ 
 +We can see the following information has been populated according to our Script:
 +\\ 
 +  * Name:                   terraform0Instance
 +  * Instance Type           t2.micro
 +  * Availability Zone:      eu-west-2a (yes we only specify eu-west-2, the a/b/c suffix is automatic)
 +  * Key-Name                TestSvr
 +\\ 
 +\\ 
 +The EC2 Instance is now running and using  your key-pair and SSH you should be able to login and start using your virtual machine.
 +\\ 
 +\\ 
 +
 +----
 +
 +
using_terraform.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1