User Tools

Site Tools


set_the_security_group

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_security_group [2017/08/04 22:28] walkeradminset_the_security_group [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Set the Security Group ====== ====== Set the Security Group ======
 <color darkorange>Aug 2017</color> <color darkorange>Aug 2017</color>
 +\\ 
 +\\ 
 +{{:terraform_logo.jpg?100|}}  |  {{:amazonwebservices_logo.svg.png?75|}}
 \\  \\ 
 \\  \\ 
  
 ---- ----
 +
 When creating an EC2 Instance manually, we will always be assigned one default security group. A security group is like a set of firewall rules. By default an EC2 instance will not accept any incoming IP traffic, so we need to start to add rules to our security group to allow this. When creating an EC2 Instance manually, we will always be assigned one default security group. A security group is like a set of firewall rules. By default an EC2 instance will not accept any incoming IP traffic, so we need to start to add rules to our security group to allow this.
 \\  \\ 
Line 28: Line 32:
 security_groups= ["launch-wizard-1"] security_groups= ["launch-wizard-1"]
 </file> </file>
 +\\ 
 +This Terraform script does not create a security group, you have to manually create the security group, The Terraform Script simply points to an existing Security Group (or Security Groups).
 \\  \\ 
 \\  \\ 
set_the_security_group.1501882093.txt.gz · Last modified: 2023/03/09 22:35 (external edit)