Reputation: 130
I've setup the infrastructure to do an environment variable swap for blue/green deployment, but the way we have our Route 53 setup it isn't working.
Currently, we have the root A record pointing at the EBS Load Balancer, is this correct? I think it should be pointing directly to the EBS, but I don't know enough to know for sure. I didn't set it up, and I'm not sure why this configuration was selected.
Is my assumption correct, or is there a better way to set this up?
Any articles or answers would be very appreciated!
Upvotes: 0
Views: 185
Reputation: 2245
You can do the following for a blue/green deployment. From Route 53:
You can then create a new A record with a subdomain to point to the environment you would like to do the blue-green deploy with. Then in the Elastic Beanstalk console:
Upvotes: 1