Difference between revisions of "Amazon ECS"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Elastic Container Service (ECS) launched in December 2014<ref>https://aws.amazon.com/blogs/aws/ec2-container-service-in-action/  
 
Elastic Container Service (ECS) launched in December 2014<ref>https://aws.amazon.com/blogs/aws/ec2-container-service-in-action/  
 
</ref>, as technology preview in November 2014<ref>https://aws.amazon.com/blogs/aws/cloud-container-management/</ref>, supports to run [[Docker]] containers in AWS as a Service and [[Auto Scaling]] since May 2016<ref>https://aws.amazon.com/blogs/compute/automatic-scaling-with-amazon-ecs/</ref>. For creating a ECS resource using [[AWS CloudFormation]] you can use AWS ECS Reference Architecture<ref>https://github.com/aws-samples/ecs-refarch-cloudformation</ref>
 
</ref>, as technology preview in November 2014<ref>https://aws.amazon.com/blogs/aws/cloud-container-management/</ref>, supports to run [[Docker]] containers in AWS as a Service and [[Auto Scaling]] since May 2016<ref>https://aws.amazon.com/blogs/compute/automatic-scaling-with-amazon-ecs/</ref>. For creating a ECS resource using [[AWS CloudFormation]] you can use AWS ECS Reference Architecture<ref>https://github.com/aws-samples/ecs-refarch-cloudformation</ref>
 
  
 
* [[AWS ECS service]]
 
* [[AWS ECS service]]
 
* [[AWS ECS tasks]]
 
* [[AWS ECS tasks]]
 +
* [[AWS ECS deployments]]
 
* [[ECS Anywhere]]
 
* [[ECS Anywhere]]
 
* [[Launch type]]: [[AWS Fargate]] ([[Cloudformation]]: <code>LaunchType": "[[FARGATE]]"</code>)
 
* [[Launch type]]: [[AWS Fargate]] ([[Cloudformation]]: <code>LaunchType": "[[FARGATE]]"</code>)
 +
* <code>[[ecs-cli]]</code>
 +
* [[AWS Copilot]] (Jul 2020)
 +
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[/etc/ecs/ecs.config]]</code>
 
* <code>[[/etc/ecs/ecs.config]]</code>
 
* <code>[[AWS::ECS::Cluster]], [[AWS::ECS::Service]]</code>
 
* <code>[[AWS::ECS::Cluster]], [[AWS::ECS::Service]]</code>
* [[Terraform ECS]]: <code>[[aws_ecs_service]], [[aws_ecs_task_definition]]</code>
+
* [[Terraform ECS]]: <code>[[aws_ecs_service]], [[aws_ecs_task_definition]], [[container_definitions]]</code>
 
* [[Amazon Inspector]]
 
* [[Amazon Inspector]]
 
* [[AWS ECS Cluster Auto Scaling (CAS)]]
 
* [[AWS ECS Cluster Auto Scaling (CAS)]]
Line 18: Line 21:
 
* [[Prometheus]]: [[ECS exporter]]
 
* [[Prometheus]]: [[ECS exporter]]
 
* [[Amazon ECS Agent]]
 
* [[Amazon ECS Agent]]
 +
* [[OpenTelemetry (Otel)]]
 +
* [[AWS Proton]]
 +
* [[Amazon ECS Service Connect]]
 +
* [[Using service-linked roles for Amazon ECS]]: <code>[[AWSServiceRoleForECS]]</code>
  
 
== Activities ==
 
== Activities ==
Line 23: Line 30:
 
* Read https://stackoverflow.com/questions/tagged/amazon-ecs?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/amazon-ecs?tab=Votes
 
* Lear how to [[restart a service]]: <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --force-new-deployment</code>
 
* Lear how to [[restart a service]]: <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --force-new-deployment</code>
 +
* [[How do I allow Amazon ECS tasks to pull images from an Amazon ECR image repository?]], <code>[[execution_role_arn]]</code>
  
 
== News ==
 
== News ==
 +
* Feb 2023 [[Amazon ECS Task Definition Deletion]]
 +
* Mar 2021 [[Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2]]
 
* Jul 2019 [[Multiple load balancer target groups per ECS service]] https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/
 
* Jul 2019 [[Multiple load balancer target groups per ECS service]] https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/
  

Latest revision as of 17:08, 30 July 2023

Elastic Container Service (ECS) launched in December 2014[1], as technology preview in November 2014[2], supports to run Docker containers in AWS as a Service and Auto Scaling since May 2016[3]. For creating a ECS resource using AWS CloudFormation you can use AWS ECS Reference Architecture[4]


Related terms[edit]

Activities[edit]

News[edit]

See also[edit]

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: wikiversity

Advertising: