Options
All
  • Public
  • Public/Protected
  • All
English
  • English
  • Français
Menu
Warning
The configuration file schema documentation is a work in progress. Please use this draft document with caution. The deeper you browse into the hierarchy, the less accurate the definitions are likely to be.

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups act at the instance level, not the subnet level. Therefore, each instance in a subnet in your VPC can be assigned to a different set of security groups

Hierarchy

  • SecurityGroupConfig

Index

Properties

inbound-rules

inbound-rules: SecurityGroupRuleConfig[]
Title: Inbound Rules
Description: You can add rules for a security group. Rule in this section apply to inbound traffic (ingress) or

name

name: string
Title: Name
Description: Name of the security group

outbound-rules

outbound-rules: SecurityGroupRuleConfig1[]
Title: Outbound Rules
Description: You can add rules for a security group. Rule in this section apply to outbound traffic (egress)