Skip to content

First major version

Choose a tag to compare

@GwonsooLee GwonsooLee released this 19 Jul 17:24
· 266 commits to main since this release
4f6040c

First Release

Safe Deployment with versioning

Blue/Green Deployment

  • Goployer uses blue/green deployment by default in order to ensure the safe deployment. Goployer will create new autoscaling group and attach it to the target group. After checking all the instances of autoscaling group are healthy, then delete the previous autoscaling group.
  • Versioning - In the autoscaling group name, you can find the current version easily.

Use most of autoscaling group feature

Autoscaling Policy

  • You can create autoscaling policy with AWS CloudWatch.

Spot Instance

  • You can make launch template with spot configuration.

Mixed Instance Policy

  • You can use on-demand and spot instance together with MixedInstancePolicy supported by autoscaling group. Autoscaling group will control spot request on behalf of you.

Metric Enabled

History Management

  • You can make history records to AWS DynamoDB and keep track of deployment duration.
    Demo