github.com/aavshr/aws-sdk-go@v1.41.3/service/ecs/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package ecs provides the client and types for making API 4 // requests to Amazon EC2 Container Service. 5 // 6 // Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, 7 // container management service that makes it easy to run, stop, and manage 8 // Docker containers on a cluster. You can host your cluster on a serverless 9 // infrastructure that is managed by Amazon ECS by launching your services or 10 // tasks on Fargate. For more control, you can host your tasks on a cluster 11 // of Amazon Elastic Compute Cloud (Amazon EC2) instances that you manage. 12 // 13 // Amazon ECS makes it easy to launch and stop container-based applications 14 // with simple API calls, allows you to get the state of your cluster from a 15 // centralized service, and gives you access to many familiar Amazon EC2 features. 16 // 17 // You can use Amazon ECS to schedule the placement of containers across your 18 // cluster based on your resource needs, isolation policies, and availability 19 // requirements. Amazon ECS eliminates the need for you to operate your own 20 // cluster management and configuration management systems or worry about scaling 21 // your management infrastructure. 22 // 23 // See https://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13 for more information on this service. 24 // 25 // See ecs package documentation for more information. 26 // https://docs.aws.amazon.com/sdk-for-go/api/service/ecs/ 27 // 28 // Using the Client 29 // 30 // To contact Amazon EC2 Container Service with the SDK use the New function to create 31 // a new service client. With that client you can make API requests to the service. 32 // These clients are safe to use concurrently. 33 // 34 // See the SDK's documentation for more information on how to use the SDK. 35 // https://docs.aws.amazon.com/sdk-for-go/api/ 36 // 37 // See aws.Config documentation for more information on configuring SDK clients. 38 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 39 // 40 // See the Amazon EC2 Container Service client ECS for more 41 // information on creating client for this service. 42 // https://docs.aws.amazon.com/sdk-for-go/api/service/ecs/#New 43 package ecs