-
This would mean supporting non-cloudformation centric DSL methods. This can be done using mix-ins
One example is that internal to Rapid7 we have a tool which wraps convection to have a VPC-centric DS…
-
Launching cloudformation via https://github.com/microservices-demo/microservices-demo/tree/master/deploy/aws-ecs results in a socks shop that you can't log into.
cc @idcrosby
-
#### Issue Description
Version 0.11.0 (commit https://github.com/stevenjack/cfndsl/commit/430b6a55f0c48f63de2b5e41856a8403e12054f9 ) has caused a breaking change to processing of MetaData elements in…
-
v.2.4.0 and v2.4.1 work fine with AWS_PROFILE role assumption. v2.4.2 or later fail
```
/home/temujin9/.gem/ruby/1.9.1/gems/aws-sdk-core-2.4.2/lib/aws-sdk-core/plugins/request_signer.rb:100:in `requ…
-
We're currently working on a Project where we are trying to define Metadata for Auto Scaling Groups. We're currently having an issue where if we code in something like:
`Metadata('AWS::CloudFormation…
-
All the config tools like chef, puppet ansible support environments so you can have different parameter values for different environments (i.e. the database connection string will be different from te…
-
The implementation of the cli parameter "--parameters" done in https://github.com/cfn-sphere/cfn-sphere/pull/50 uses the following syntax: `my-stack:my-parameter=foo` but the syntax for stack referenc…
-
When trying to add ingress rules directly as a property on a SecurityGroup the array gets nested with an outer array.
``` Ruby
EC2_SecurityGroup("SampleGroup"){
VpcId Ref("VpcId")
GroupDescri…
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago
-
# Design Document: Provisioning Deis
Provisioning Deis is currently an adventure; usually a treacherous adventure.
We've fielded many provisioning related problems on our #deis irc channel, many
of w…