You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can also be run using docker compose. Inside the downloaded folder execute docker-compose build and docker-compose up –d. Applications can be accessed at http://localhost:3007
and http://localhost:5004/tweets
AWS codebuild can be configured with buildspec.yml file present in Repo by connecting with the git hub repo url to codebuild
Codebuild will build the code and generate docker images and push the images to ECR
Continuous Delivery is achieved through ALB. Create an ALB and do necessary configuration and application can be accessed via ALB URL.