Cameron Stokes

Results 32 issues of Cameron Stokes

The pipeline task supports [azure service connections](https://marketplace.visualstudio.com/items?itemName=pulumi.build-and-release-task#:~:text=get%20started%20quickly.-,Prerequisites,-You%20must%20have) but does not support AWS or other providers. Ask: the pipeline task should support Service Connections for other providers - e.g. AWS.

kind/enhancement
customer/feedback

When using `awsx.ec2.Vpc` if a code change causes the VPC to get re-created, then subsequent `up` and `destroy` fails. #### Code ``` import * as awsx from "@pulumi/awsx"; import *...

kind/bug

Provisioning a bucket as part of creating an AutoScalingLaunchConfiguration can be problematic for companies with restrictive IAM permissions for their developers. Per the comment on the code it seems we...

kind/enhancement

`ApplicationListener` seems to have two modes when it comes to security groups: - If `external == true`, assume control of the associated load balancer's security groups and open up to...

kind/enhancement

The default ECS cluster security group allows ingress to all ports from all IP addresses. This should be restricted to the appropriate load balancers and ports as set by the...

impact/security
kind/enhancement
1.0

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

documentation
kind/enhancement

### Problem description The Crosswalk guide covers nearly all aspects of k8s management, but a page covering "Update the Control Plane" seems to be missing. ### Affected product version(s) ###...

area/docs
size/S
kind/enhancement

When trying to write a policy against a ComponentResource such as `eks.Cluster` from `@pulumi/eks` I get a compilation error. #### Code ```ts import * as awsx from "@pulumi/awsx"; import *...

size/M
kind/enhancement

It will likely be common for end users to want to prohibit the use of entire modules. Currently you must do a string comparison of a value you have to...

kind/enhancement

If a policy pack has any output via `console.log(...)` outside of a policy itself, the execution of the policy will fail. #### Policy Pack code ```ts import * as aws...

size/S
kind/bug