Updating config
This commit is contained in:
@@ -14,7 +14,7 @@ option_settings:
|
||||
- option_name: STRAPI_S3_BUCKET
|
||||
value: "elb-example-bucket-cf"
|
||||
- option_name: RDS_HOSTNAME
|
||||
value: srpu2v1d1ix7oj.chgwfe43ss59.eu-west-1.rds.amazonaws.com
|
||||
value: prod-strapi-elb.chgwfe43ss59.eu-west-1.rds.amazonaws.com
|
||||
- option_name: RDS_PORT
|
||||
value: 5432
|
||||
- option_name: RDS_NAME
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Done in the Cloudformation 02-stack-vpc.yaml
|
||||
# Resources:
|
||||
# sslSecurityGroupIngress:
|
||||
# Type: AWS::EC2::SecurityGroupIngress
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
# Not needed in a single environment
|
||||
option_settings:
|
||||
aws:ec2:vpc:
|
||||
VPCId: vpc-02f98fa754899162c
|
||||
Subnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
DBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
ELBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
aws:autoscaling:launchconfiguration:
|
||||
SecurityGroups: sg-07a97fc88ba143f26
|
||||
aws:elbv2:loadbalancer:
|
||||
ManagedSecurityGroup: sg-0e6f91df2ed07050a
|
||||
SecurityGroups: sg-0e6f91df2ed07050a
|
||||
# aws:ec2:vpc:
|
||||
# VPCId: vpc-02f98fa754899162c
|
||||
# Subnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
# DBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
# ELBSubnets: "subnet-0b17872a2b9315fad,subnet-0342e8a0a77b30e23,subnet-0eacb84d238279a58"
|
||||
# aws:autoscaling:launchconfiguration:
|
||||
# SecurityGroups: sg-07a97fc88ba143f26
|
||||
# aws:elbv2:loadbalancer:
|
||||
# ManagedSecurityGroup: sg-0e6f91df2ed07050a
|
||||
# SecurityGroups: sg-0e6f91df2ed07050a
|
||||
aws:autoscaling:asg:
|
||||
MinSize: 1
|
||||
MaxSize: 4
|
||||
MaxSize: 1
|
||||
|
||||
Reference in New Issue
Block a user