Updating single instance configs
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
option_settings:
|
option_settings:
|
||||||
# aws:elasticbeanstalk:environment:
|
# aws:elasticbeanstalk:environment:
|
||||||
# EnvironmentType: SingleInstance
|
# EnvironmentType: SingleInstance
|
||||||
# aws:rds:dbinstance:
|
aws:rds:dbinstance:
|
||||||
# DBEngine: postgres
|
DBEngine: postgres
|
||||||
# DBInstanceClass: "db.t2.micro"
|
DBInstanceClass: "db.t2.micro"
|
||||||
# DBAllocatedStorage: 5
|
DBAllocatedStorage: 5
|
||||||
# DBUser: strapi
|
DBUser: strapi
|
||||||
aws:ec2:instances:
|
aws:ec2:instances:
|
||||||
InstanceTypes: "t2.micro"
|
InstanceTypes: "t2.micro"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Permanantly disabled
|
||||||
# container_commands:
|
# container_commands:
|
||||||
# installpg:
|
# installpg:
|
||||||
# command: "npm install pg"
|
# command: "npm install pg"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
option_settings:
|
# option_settings:
|
||||||
aws:elbv2:listener:443:
|
# aws:elbv2:listener:443:
|
||||||
Protocol: HTTPS
|
# Protocol: HTTPS
|
||||||
SSLCertificateArns: arn:aws:acm:eu-west-1:745437999005:certificate/218876af-7f8d-4022-97af-ad982aa540bc
|
# SSLCertificateArns: arn:aws:acm:eu-west-1:745437999005:certificate/218876af-7f8d-4022-97af-ad982aa540bc
|
||||||
|
|||||||
Reference in New Issue
Block a user