IT Brief Australia - Technology news for CIOs & IT decision-makers
Story image
AWS expands ECS offering in APAC
Mon, 1st Oct 2018
FYI, this story is more than a year old

Amazon Elastic Container Service (Amazon ECS) now includes integrated service discovery in select APAC and EU regions.

ECS service discovery makes it easy for containerised services to discover and connect with each other.

ECS creates and manages a registry of service names using the Route53 Auto Naming API so you can refer to a service by name in your code and write DNS queries to have the service name resolve to the service's endpoint at runtime.

Service discovery is available for all networking modes for EC2 launch type or with AWS Fargate.

Amazon ECS features AWS Fargate, so businesses can deploy and manage containers without having to provision or manage servers.

With Fargate, companies no longer have to select Amazon EC2 instance types, provision, and scale clusters of virtual machines to run containers or schedule containers to run on clusters and maintain their availability.

Fargate enables them to focus on building and running applications, not the underlying infrastructure.

The service also lets businesses build all types of containerised applications, from long-running applications and microservices to batch jobs and machine learning applications.

Users can migrate legacy Linux or Windows applications from on-premises to the cloud and run them as containerized applications using Amazon ECS.

ECS also launches these containers in an Amazon VPC, allowing businesses to use their VPC security groups and network ACLs.

No compute resources are shared with other customers. Users can also assign granular access permissions for each of your containers using IAM to restrict access to each service and what resources a container can access.

Amazon ECS is deeply integrated with AWS services including Elastic Load Balancing, Amazon VPC, AWS IAM, Amazon ECR, AWS Batch, Amazon CloudWatch, AWS CloudFormation, AWS CodeStar, and AWS CloudTrail.

This gives businesses a complete solution for building and running a wide range of containerised applications.