Skip to main content

Command Palette

Search for a command to run...

Create Security Group

Updated
1 min read
Create Security Group
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

For this task, create a security group under default VPC with the following requirements:

  • Name of the security group is datacenter-sg.

  • The description must be Security group for Nautilus App Servers

  • Add the inbound rule of type HTTP, with port range of 80. Enter the source CIDR range of 0.0.0.0/0.

  • Add another inbound rule of type SSH, with port range of 22. Enter the source CIDR range of 0.0.0.0/0.

Steps

  1. Find the service: Security Groups

  2. Give name for security group and description

  3. Inbound rules for http and ssh:

  4. Security group was created successfully

    #aws

    #security_group

    #happylearning

Cloud Platforms

Part 46 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Create Key Pair

Table of contents Tasks For this task, create a key pair with the following requirements: Name of the key pair should be xfusion-kp. Key pair type must be rsa Steps Find the services 'Key pairs'. Create key pair: Name : xfusion-kp Key pair ...