Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ecs property validation #892

Open
jhsinger-klotho opened this issue Jan 18, 2024 · 0 comments
Open

add ecs property validation #892

jhsinger-klotho opened this issue Jan 18, 2024 · 0 comments

Comments

@jhsinger-klotho
Copy link
Contributor

	* creating ECS Task Definition (ecs_service_0): ClientException: When networkMode=awsvpc, the host ports and container ports in port mappings must match.
	* creating ECS Task Definition (ecs_service_0): ClientException: Invalid setting for container 'ecs_service_0'. At least one of 'memory' or 'memoryReservation' must be specified. (I believe this matters when you have multiple containers
	* creating ECS Task Definition (ecs_service_0): ClientException: Log driver awslogs requires options: awslogs-region, awslogs-group
	* creating ECS Task Definition (ecs_service_0): ClientException: A dependency container with SUCCESS or COMPLETE condition cannot be an essential container
	* creating ECS Task Definition (ecs_service_0): ClientException: Fargate requires that 'cpu' be defined at the task level.
	* creating ECS Task Definition (ecs_service_0): ClientException: The sum of all container 'cpu' values cannot be greater than the value of the task 'cpu'.
@atorres-klo atorres-klo added this to the Engine Improvements milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants