AWS

[AWS] Deploy without colliding to each other

brightlightkim 2022. 5. 5. 06:54

Local Development as much as we can by typing

Multi Region Deployment

  • Multi regions help us with handling outrages
  • Develop in separate regions

 

 

Global Services:

  • AWS Route53
  • S3
  • IAM

 

all the local test possible >> When it's for sure that ready to deploy >> it's time for deployment

 

Deploy : Update Files in the Server (Cloud)

 

 

 

DEVELOPMENT TESTING BEST PRACTICES

1. Run Unit, Integration tests locally

2. Manually deploy to one region.

3. Run the E2E tests in one region.

4. If everything looks good >> Use BitBucket to deploy.

 

'AWS' 카테고리의 다른 글

AWS Well-Architected Framework  (0) 2022.05.07
[AWS S3] Securing AWS S3 uploads using presigned URLs  (0) 2022.05.07
[AWS] CodeArtifact  (0) 2022.04.28
[AWS] How to migrate?  (0) 2022.04.28
[DynamoDB] AWS.DynamoDB.DocumentClient  (0) 2022.04.20