Skip to content

Instantly share code, notes, and snippets.

@onkar-indellient
Created August 4, 2022 15:00
Show Gist options
  • Save onkar-indellient/972ace767af6bae098ab8ccdf5993134 to your computer and use it in GitHub Desktop.
Save onkar-indellient/972ace767af6bae098ab8ccdf5993134 to your computer and use it in GitHub Desktop.
2_open_port_443.config
Resources:
sslSecurityGroupIngress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
GroupId: {"Fn::GetAtt" : ["AWSEBSecurityGroup", "GroupId"]}
IpProtocol: tcp
ToPort: 443
FromPort: 443
CidrIp: 0.0.0.0/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment