Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 9, 2023 07:35 pm GMT

Deployment Method / Strategy in AWS (Burmese)

Blog Deployment Method AWS Services
Deployment Strategies

  • In-Place Deployments
  • Blue/Green Deployments
  • Canary Deployments
  • Linear Deployments
  • All-at-once Deployments

() In-Place Deployments
Run server update deploy server infra server update app, website downtime zero downtime infra Testing server, UAT server
AWS In-Place Deployment AWS CodeDeploy services AWS Elastic Beanstalk EC2 on-premise server

() Blue/Green Deployments deployment In-Place challenges

Blue/Green Deployment

Blue Environment Version 1 run Environment Green env update Version 2 run Env deployment code Version Green env Deploy Deploy application run Load Balancer point Blue Env Green Env Production env Green Env issues Blue Env rollback update Blue Env Deploy run Green Env Blue Env strategy Blue/Green deployment AWS BeanStalk deployment tutorial

() Canary Deployments Canary Blue/Green public Green env internally

Canary Deployment

version live user (production users) roll back (- apple developer beta program) Version public users feedback Version server roll out version feature customer " facebook acc dark mode deployment strategy "

() Linear Deployment Canary production users traffic % version environment updated env user 100 env users updated env AWS Lambda options

() *All-at-once Deployments
run env updated deployment failed SLA deployment

Rolling update, Immutable infrastructure, Pet & Cattle deployment strategy blog post

follow, like share

...


Kaung Thant Lwin || DevKTOps
AWS Community Builder
Myanmar

Ref: https://docs.aws.amazon.com/whitepapers/latest/introduction-devops-aws/deployment-strategies.html

https://medium.com/4th-coffee/on-devops-24-deployment-strategy-in-place-all-at-once-rolling-update-blue-green-and-canary-c3dbe1672ec5


Original Link: https://dev.to/aws-builders/deployment-method-strategy-in-aws-burmese-2ep

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To