Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

PRE-BLACK FRIDAY SALE - GET 20% OFF ALL REVIEWERS

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Professional Time mode set 3, ElasticBeanStalk question, answer explanation, please check Reply To: Time mode set 3, ElasticBeanStalk question, answer explanation, please check

  • TutorialsDojo-Support

    Member
    July 30, 2020 at 9:33 pm

    Hi Joseph,

    Thank you for your feedback.

    When you are deploying your application on your current Elastic Beanstalk environment, you have the following options for deployments.

    All at once, Rolling, Rolling with additional batch, and Immutable

    Elastic Beanstalk deployments: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html

    “Swap Environment URLs” environment URLs is not an option when you deploy a new version on the current environment. However, this option is available on a different scenario, such as on blue/green deployment strategy.

    You have two completely separate Elastic Beanstalk environments, one is running the older version, while the other is running the newer version of the application.

    On the Elastic Beanstalk web console, you can click on one of the environments and click Actions > Swap Environment URLs. This way, the DNS CNAMES for the environments will be swapped, effectively allowing you to route requests to the newer environment. This is available on Elastic Beanstalk (it’s just not a deployment policy).

    Regards,

    Kenneth Samonte @ Tutorials Dojo