changing ip to home only
This commit is contained in:
@@ -11,15 +11,6 @@ Parameters:
|
|||||||
to prepend the name of other resources in other templates.
|
to prepend the name of other resources in other templates.
|
||||||
Type: String
|
Type: String
|
||||||
Resources:
|
Resources:
|
||||||
# VPCSecurityGroupIngress:
|
|
||||||
# Type: AWS::EC2::SecurityGroupIngress
|
|
||||||
# Properties:
|
|
||||||
# GroupId:
|
|
||||||
# Fn::ImportValue: !Sub "${StackName}-PublicVPCIDDefaultSecurityGroup"
|
|
||||||
# IpProtocol: tcp
|
|
||||||
# FromPort: 5432
|
|
||||||
# ToPort: 5432
|
|
||||||
# CidrIp: 0.0.0.0/0
|
|
||||||
RDSSubnetGroup:
|
RDSSubnetGroup:
|
||||||
Type: AWS::RDS::DBSubnetGroup
|
Type: AWS::RDS::DBSubnetGroup
|
||||||
Properties:
|
Properties:
|
||||||
@@ -39,7 +30,7 @@ Resources:
|
|||||||
IpProtocol: tcp
|
IpProtocol: tcp
|
||||||
FromPort: 5432
|
FromPort: 5432
|
||||||
ToPort: 5432
|
ToPort: 5432
|
||||||
CidrIp: 0.0.0.0/0
|
CidrIp: 82.6.205.148
|
||||||
RDSDBInstance:
|
RDSDBInstance:
|
||||||
Type: AWS::RDS::DBInstance
|
Type: AWS::RDS::DBInstance
|
||||||
Properties:
|
Properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user