ecs_composex icon indicating copy to clipboard operation
ecs_composex copied to clipboard

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions

Results 39 ecs_composex issues
Sort by recently updated
recently updated
newest added

In `x-alarms`, when have a way to automatically set the Dimensions for a service (cluster and service name).

enhancement

**Is your feature request related to a problem? Please describe.** I was unable to pass secret access to the service using x-rds lookup. **Describe the solution you'd like** x-rds.Lookup to...

enhancement
rds

As a developer for an external ecs compose-x module, I might have multiple `x-` and models to load from the same repository. Currently I'd have to create one ecs-compose-x extension...

enhancement

When using AWS CloudWatch (possibly support FireLens + cloudwatch) I would like an easy way to create metrics filters. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html ```yaml services: my-app: x-logging: LogFilters: Filters: [AWS::Logs::MetricFilter] ``` CW Names...

enhancement
logging
monitoring

As a user, if I have multiple profiles configured in my environment, I'd like to be able to indicate which one to use to perform lookup and other API operations,...

enhancement
iam

Using x-alarms and x-dashboards, I'd like to be able to define which alarms I'd like to see the status along the service metrics ```yaml x-alarms: cpu-alarm: {} x-dashboards: my-main-dashboard: Services:...

enhancement
monitoring

As a elbv2 user, I'd like to get the LB logs shipped into AWS S3. Given that with ECS Comose-X I can create both things, with x-elbv2 and x-s3, I'd...

enhancement
x-elbv2
logging
s3
security

When creating a new x-rds DB Cluster, if the `EngineMode` is `serverless`, by essence, we do not need to create new DBInstances at all.

bug
rds

As a x-rds user, I would like a simple macro-parameter that would take care of assigning IAM policies etc. that a client would need to do IAM authentication to the...

enhancement
rds
pending-use-case

As a user, I might want to funnel log groups to x-kinesis and/or x-kinesis_firehose **Describe the solution you'd like** ```yaml services: myapp-to-log: x-logging: SubscriptionFilters: log-all: FilterPattern: "*" DestinationArn: x-kinesis::stream-01 log-user-id:...

enhancement
logging
pending-use-case