startup-kit-templates
startup-kit-templates copied to clipboard
CloudFormation templates to accelerate getting started on AWS.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
https://github.com/aws-samples/startup-kit-templates/blob/master/templates/elastic-beanstalk.cfn.yml#L128-L140 The mappings in this file are outdated. Run `aws elasticbeanstalk list-available-solution-stacks > xxx.json` to get the most recent solution stacks.
Fix IsRedis testing condition so that inbound rule are created, for the resource named "SecurityGroup" in elasticache.cfn.yml template.
By default, elasticache isn't accessible from the app or the bastion. The security group it tries to set up in elasticache.yml seems invalid and generates blank rules in the console....
Opening this to seek some feedback. Had originally been hoping to completely 🔥the bastion setup, but it looks like it's also enabling the ability to connect via `psql`. Is connecting...
I used the combination of vpc+bastion stack, a separate db stack (postgres) and the fargate stack to run a containerized web app. I found that the load balancer could not...
A CloudFormation template to create a bastion host has been previously published at [`aws-quickstart/quickstart-linux-bastion`](https://github.com/aws-quickstart/quickstart-linux-bastion). The Startup Kit template in this project and the older Quick Start template offer different implementations...
Anything related to network and `templates/vpc.fcn.yml` can be combined in a single template named `network.yml`. The network template should include: - Parameters as: health check Ports, Bashion SSH Port (Best...