Balaji Vajjala's Blog

A DevOps Blog from Trenches

05

  • 5.3 Create a transient environment
    • Learning Objectives
    • Transient Environments
    • Run the Transient Environment job
    • View the Transient Environment code and infrastructure

5.3 Create a transient environment

Learning Objectives

By the end of this lesson you will be able to:

  • Implement the capability to have transient environments.

Transient Environments

Slide1

Run the Transient Environment job

  1. Go to http://IPADDRESS:8080/jenkins/job/Transient/. IPADDRESS is the IP Address assigned to you when you launched the Jenkins stack.
  2. Select the Configure link for the Jenkins job. View the job configuration.

View the Transient Environment code and infrastructure

  1. From the AWSCLI instance, open up the devopsinthecloud/scripts/sqs_receive_message.rb file. You can also find the file by visiting https://github.com/stelligent/devopsinthecloud/blob/master/scripts/sqs_receive_message.rb

    “` $ cd devopsinthecloud/scripts

    “`

    “` $ sudo vim sqs_receive_message.rb

    “`

  2. This script is configured in Jenkins to run every night.