You must be logged in to view saved presets
Build a custom security group.
The template creates the security group into an existing VPC, and requires the following details:
See Related Items section for configuration templates to create a new VPC.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
SecurityGroup:
Type: 'AWS::EC2::SecurityGroup'
Properties:
GroupDescription: Build a custom security group.
VpcId: ''
SecurityGroupEgress: []
SecurityGroupIngress: []
GroupName: custom-sg
Parameters: {}
Metadata: {}
Conditions: {}