Difference between revisions of "AWS ECS service"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* <code>[[aws ecs create-service]]</code> | * <code>[[aws ecs create-service]]</code> | ||
* <code>[[aws ecs update-service]]</code> | * <code>[[aws ecs update-service]]</code> | ||
+ | ** <code>[[aws ecs update-service --foce-new-deployment]]</code> | ||
+ | |||
+ | |||
+ | Deployments: | ||
+ | * [[Rolling update]] | ||
+ | * [[Blue/Green deployment]] with [[CodeDeploy]] | ||
Line 15: | Line 21: | ||
== See also == | == See also == | ||
* {{aws_ecs_service}} | * {{aws_ecs_service}} | ||
+ | * {{AWS ECS service}} | ||
* {{AWS ECS}} | * {{AWS ECS}} | ||
[[Category:Aws]] | [[Category:Aws]] |
Latest revision as of 11:00, 15 August 2023
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
Deployments:
News[edit]
Related[edit]
- Terraform resource: aws_ecs_service
- https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service_definition_parameters.html
See also[edit]
- Terraform resource:
aws_ecs_service: launch_type (EC2, FARGATE), iam_role, depends_on, load_balancer, desired_count, placement_constraints, deployment_minimum_healthy_percent, iam role
- AWS ECS service
- Amazon ECS, Service, Tasks (Task overview), capacity providers, Cluster Auto Scaling (CAS),
aws ecs, ecs-cli, ~/.ecs/config
, AWS Copilot, AWS Fargate, AWS CloudWatch Container Insights,/etc/ecs/ecs.config
, Security group (SG), container agent, task definition, Amazon ECS events, best practices, Amazon ECS Exec Checker, Amazon ECS Agent, Service Connect,AWSServiceRoleForECS
, Terraform ECS, AWS ECS Rolling deployments
Advertising: