-
### Describe the bug
After creating a proxy resource and manually calling `add_method` for each method needed, the methods were doubled and present both under the proxy and the root resources.
![a…
-
Hi, is there any reason why kms is in iam.py rather than its own module? elb, elbv2 in networking rather than compute? I'm also trying to add IAM inventory, managed to do users list and groups list, n…
ghost updated
2 weeks ago
-
$ docker run --name zolotnik-015291475736 -v /tmp/aws-inventory/output:/usr/src/app/output -e AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID_015291475736} -e AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY_01529…
-
When trying to disable deletion protection for resource CognitoUserPool, it doesnt work although in other resources it is (for example EC2Instance). Neither using deprecated configuration key (feature…
-
### Describe the feature
Application Load Balancer launches IPv6 only support for internet clients
https://aws.amazon.com/about-aws/whats-new/2024/05/application-load-balancer-ipv6-internet-clients/…
pahud updated
2 months ago
-
### What happened?
When `healthCheck` is specified, the resource was not created with the following message:
> cannot run refresh: refresh failed: Too many health_check blocks: No more than …
-
### Describe the bug
With `botocore 1.15.35`, the following code fails:
```
waiter = conn.get_waiter("load_balancers_deleted")
waiter.wait(LoadBalancerArns=[load_balancer_arn])
```
### Expected …
-
### Name of the resource
AWS::ElasticLoadBalancingV2::Listener
### Resource name
_No response_
### Description
Network Load Balancer now supports TCP idle timeout (Ref: [Announcement](https://aws…
-
**Describe the bug**
On a fresh kubernetes cluster - I am deploying an ingress it successfully deploys, i wait for all resources to be up and im able to access the service.
I then delete the in…
-
### Describe the feature
When setting the path property for `ListenerAction.redirect()`, CDK will validate whether it starts with a `/`.
### Use Case
If we set a string without a leading `/` …