stacker_blueprints icon indicating copy to clipboard operation
stacker_blueprints copied to clipboard

Standard library of blueprints for stacker

Results 8 stacker_blueprints issues
Sort by recently updated
recently updated
newest added

This adds `stacker_blueprints.iam_roles.IAMRole`, which creates an IAM Role, accepting a list of principals allowed to assume the role, and attached policies. It's expected that this would be used with an...

Since it's released in [Troposphere](https://github.com/cloudtools/troposphere/pull/1436), it would be great to have it on a stacker blueprint.

In `iam_roles.py` line 108 is `self.create_policy()` but the definition of that function is `def create_policy(self, name):`. Lacking a "name" parameter, the call fails.

Simple blueprints to create an EKS cluster, and to create workers in an AutoScalngGroup which connect to that master.

- Add a better `README.md` - Fix bugs (`parameters` is not supported any more)

Now SimpleECSService and SimpleFargateService are consistently using LogGroup instead of LogConfiguration, making it really simple. For other drivers like syslogd, user can subclass the SimpleECSService.