User Tools

Site Tools


set_the_instance_type

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
set_the_instance_type [2017/08/04 21:57] walkeradminset_the_instance_type [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Set the Instance Type ====== ====== Set the Instance Type ======
 <color darkorange>Aug 2017</color> <color darkorange>Aug 2017</color>
 +\\ 
 +\\ 
 +{{:terraform_logo.jpg?100|}}  |  {{:amazonwebservices_logo.svg.png?75|}}
 \\  \\ 
 \\  \\ 
  
 ---- ----
 +
 When creating an Instance, you have many choices for hardware, these choices include (but are not limited to:) When creating an Instance, you have many choices for hardware, these choices include (but are not limited to:)
 \\  \\ 
Line 23: Line 27:
 {{ :awsinstancelist.jpg?800 |}} {{ :awsinstancelist.jpg?800 |}}
 \\  \\ 
 +Above we can see that the t2.micro is the default free tier server, and this is the one we shall use in our example. The t2.micro has the following hardware specification. 
 +<file> 
 +t2.micro (Variable ECUs, 1 vCPUs, 2.5 GHz, Intel Xeon Family, 1 GiB memory, EBS only) 
 +</file> 
 +\\  
 +So for our script, the instance type will be: 
 +<file> 
 +instance_type = "t2.micro" 
 +</file> 
 +\\  
 +\\ 
set_the_instance_type.1501880275.txt.gz · Last modified: 2023/03/09 22:35 (external edit)