DEV Community

Discussion on: Bitbucket Pipeline deployment with AWS ECR on EC2

Collapse
 
faridulhaq profile image
faridulhaq • Edited

Hi Bro,

I am java ARCHITECT but a bit new with DevOps

I'm have an application with angular and spring as backend.
I want to use bitbucket pipeline to deploy to AWS.

I m planning to push angular to S3 and enable static website access from there to outside world.

I want to push spring boot image to ECR and then deploy container to EC2 and use this backend URL in Angular which is in S3

I want to confirm is it my right architecture?