containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

[ECS] ECS Development in IntelliJ, PyCharm, and Visual Studio Code

Open cbbarclay opened this issue 5 years ago • 23 comments

Be able to create, test, and deploy an ECS application in the IDE. Create a new application that includes source code, Dockerfile, and a CloudFormation template that defines your application's resources including an ECS task definition and ECS service. Test your application in the IDE’s debugger with AWS cloud dependencies like a container credentials endpoint, a task metadata endpoint, and task definition attributes like environment variables and secrets. Deploy your application directly through the IDE or with a continuous delivery pipeline.

cbbarclay avatar Apr 29 '19 22:04 cbbarclay