Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

security groups aws

From AWS Documentation:
A security group acts as a virtual firewall, controlling the traffic 
that is allowed to reach and leave the resources that it is associated with. 
For example, after you associate a security group with an EC2 instance, 
it controls the inbound and outbound traffic for the instance.

When you create a VPC, it comes with a default security group. You can create 
additional security groups for each VPC. You can associate a security group 
only with resources in the VPC for which it is created.
Comment

how to create security group using aws cli

aws ec2 create-security-group --group-name MySecurityGroup --description "My security group"
Comment

how to create security group using aws cli

{
    "GroupId": "sg-903004f8"
}
Comment

PREVIOUS NEXT
Code Example
Shell :: how to clone pull all repositories from github 
Shell :: install latex editor 
Shell :: add yarn package globally 
Shell :: install chco windows 
Shell :: Guthub Funding.yml 
Shell :: ufw command not found bitnami 
Shell :: display folder color linux 
Shell :: update plasma to 5.25 
Shell :: how to generate ssh keys for git 
Shell :: get serial number for server using powreshell 
Shell :: eslint check 
Shell :: Ubuntu Blender Cuda Driver Install 
Shell :: typescript compile specific file 
Shell :: zsh bash count directories 
Shell :: laravel 7 upgrade 
Shell :: turn off wiregurad ubuntu 
Shell :: create symbolic link linux apache 
Shell :: ubuntu search for file whole hard drive 
Shell :: install document viewer ubuntu 
Shell :: add ssh public key to server 
Shell :: install zeek on ubuntu 18.04 
Shell :: linux simple scan 
Shell :: greater than certain value from pipe shell 
Shell :: powershell compare 
Shell :: terminal theme 
Shell :: delete resource group azure powershell 
Shell :: uninstall anaconda in ubuntu 
Shell :: zsh: command not found: sublime 
Shell :: aws create repository cli 
Shell :: how to prevent ubuntu sleeping when closing laptop 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =