-
**Cronicle requires a hostname to function properly if connections are done from outside the LAN, but in a cloud environment this is not always possible.**
## Summary
In our current deployment o…
-
Unable to create cloudformation stack "Data Service" due to
`User: arn:aws:iam::$AWSACCOUNTID:user/blox is not authorized to perform: dynamodb:DescribeTable on resource: arn:aws:dynamodb:us-west-2…
-
What is the current status of this action? Last release was in January, I see a couple of PRs still open (I have one open for several months already without any answer from you). Seems that you are no…
-
AWS Autoscaling Groups support the option to be constrained to specific AZs.
This is option is available on the underlying provider and should be exposed.
WIthout it, we cannot use the ec2 inst…
-
These tasks are currently configured to start on any instance type, which leads to them being started on busy spot instance workers when a data import is in progress.
It would be nice to have a ch…
-
### Describe the bug
Errors in CDK .net appear to be broken and are therefore very unhelpful
### Expected Behavior
A useful error message given that this issue was reported before in aws/aw…
-
Hey there,
We are trying to setup the new AWS ECS Exec with our Fargate services to be able to run commands on tasks, we followed the setup [article](https://docs.aws.amazon.com/AmazonECS/latest/d…
-
# Proposal
### Use case. Why is this important?
To collect metrics for ECS containers!
### How do you think the new configuration should look like?
Example:
```
- aws_namespace: ECS/Con…
-
### Describe the question/issue
❌ : `public.ecr.aws/aws-observability/aws-for-fluent-bit:init-latest`
🟢 : `public.ecr.aws/aws-observability/aws-for-fluent-bit:init-2.32.0.20240304`
When us…
-
I want to have arrows from and to Clusters, e.g.
```python
ELB("lb") >> Cluster("cluster1")
// OR
Cluster("cluster1") >> Cluster("cluster2")
// OR
with Cluster("cluster1"):…