updating notes

This commit is contained in:
2020-04-30 23:55:29 +01:00
parent ea12dc3827
commit c1e515d28b
2 changed files with 12 additions and 0 deletions

View File

@@ -147,6 +147,10 @@ Default ports:
## Work Commands ## Work Commands
### tags
`--tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation`
### deploy ### deploy
`aws --profile admin cloudformation deploy --template-file ./02-stack-vpc.yaml --stack-name strapi-vpc --tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation` `aws --profile admin cloudformation deploy --template-file ./02-stack-vpc.yaml --stack-name strapi-vpc --tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation`

View File

@@ -109,3 +109,11 @@ Deploy strapi with LB + scaling
Enable HTTPS Enable HTTPS
Codebuild Codebuild
Create the security group for the EC2 instances
Add this security group to Outputs
Reference it in RDS security group
Check ssh? - Can ssh if you apply it to the EC2 SG you create.
Multiple security groups get squashed to determine what is and isn't allowed: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html>.