Skip to content

Task9 dev#20

Open
KseniaRI wants to merge 18 commits intorolling-scopes-school:mainfrom
KseniaRI:task9-dev
Open

Task9 dev#20
KseniaRI wants to merge 18 commits intorolling-scopes-school:mainfrom
KseniaRI:task9-dev

Conversation

@KseniaRI
Copy link

Task: https://github.com/rolling-scopes-school/aws/blob/main/aws-developer/09_containerization/task.md

EB domain: http://kseniari-cart-api-develop.eu-west-1.elasticbeanstalk.com/

FE link: https://d3r5s5dc64z7tm.cloudfront.net

FE PR:

Evaluation criteria (70 points for covering all criteria):

  • Dockerfile is prepared, image is building. Image size is minimized to be less than 500 MB.

docker image

  • Dockerfile is optimized. Files that change more often and commands that depend on them should be included later, files and commands that change less should be at the top. - it is used Multistage builds:

Снимок экрана 2024-07-31 105827

  • Folders are added to .dockerignore, with explanations. - explanations are provided in READme. At least 2 big directories should be excluded from build context. Elastic Beanstalk application is initialized.

Additional (optional) tasks

  • 15 - Environment is created and the app is deployed to the AWS cloud. You must provide a link to your GitHub repo with Cart Service API or PR with created Dockerfile and related configurations.

EB

  • 15 - FE application is updated with Cart API endpoint. You must provide a PR with updates in your FE repository and OPTIONALLY link to deployed front-end app which makes proper API calls to your Cart Service.

SCORE: 100/100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant