aws-samples / amazon-ecs-java-microservices

This is a reference architecture for java microservice on Amazon ECS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with deployment steps

ddevice1234 opened this issue · comments

This tutorial is lacking in many areas. It is not very clear what needs to be modified in order for the python file to run properly. e.g. installing boto3

I don't know what to change in pom.xml or .py file. I love how the readme says "inspect"....lol
I think the authors need to revisit the deployment steps and give clearer guidance.

@ddevice1234 I went through the pain of getting the setup.py script to work with Python 3 and boto3. You may be interested in my blog post http://www.qube3s.com/exploration-into-ecs-elastic-container-service-part-i-night2/ . At the bottom I provided a link to my modified version of the script. Hosted on github https://github.com/mrizzo99/aws_pet_clinic_microservice/tree/master/1_ECS_Java_Spring_PetClinic

It doesn't appear that there is any active management of this repo.