Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task9 dev #20

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Task9 dev #20

wants to merge 18 commits into from

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