ECS Cluster Configuration Changed?

0

I'm in the process of setting up a new ECS cluster from AWS Console (Infrastructure: AWS Fargate (serverless)), and I've noticed that the networking section, where I used to define the VPC and subnets for the cluster, is no longer available. It seems like there might have been a recent change in the setup process. In the past, I was able to specify the VPC and subnets that the ECS cluster should be associated with, but now, I'm unable to find that option. Can you provide some guidance or clarification on this matter?

2 Answers
0

Hello.

After creating the ECS cluster, you can select VPC etc. from the network when creating the service.
It looks like the documentation is not yet compatible with the new UI.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-fargate.html#create-linux-service

net

profile picture
EXPERT
answered 7 months ago
0

Hi,

The cluster itself is independent of all the networking and other constraints as it is just the control plane . The configuration is same it just the UI that have been updated.

Once the cluster is up and ready, you can create service with different deployment and networking options.

AWS
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions