Make possible to remove valid EC2 configuration from Bamboo

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      An admin cannot remove valid EC2 the keys from Bamboo. After EC2 is disabled the credentials cannot be removed from the UI

      Work Around

      1. Disable EC2 from Bamboo UI
      2. Shutdown Bamboo
      3. Edit BambooHomeDir/xml-data/configuration/administration.xml and remove
          <elasticConfig>
            <awsAccessKeyId>XXXXXXXXXXXXXX</awsAccessKeyId>
            <awsSecretKey>XXXXXXXXXXXXXXXXXXXXXXX</awsSecretKey>
            <maxConcurrentInstances>5</maxConcurrentInstances>
            <enabled>false</enabled>
            <autoShutdownEnabled>true</autoShutdownEnabled>
            <autoShutdownDelay>300</autoShutdownDelay>
            <uploadingOfAwsAccountDetailsEnabled>false</uploadingOfAwsAccountDetailsEnabled>
            <awsPrivateKeyFile></awsPrivateKeyFile>
            <awsCertFile></awsCertFile>
            <automaticInstanceManagementConfig>
              <averageTimeInQueueThreshold>300000</averageTimeInQueueThreshold>
              <elasticBuildsInQueueThreshold>3</elasticBuildsInQueueThreshold>
              <totalBuildInQueueThreshold>5</totalBuildInQueueThreshold>
              <maxElasticInstancesToStartAtOnce>2</maxElasticInstancesToStartAtOnce>
              <instanceIdleTimeThreshold>600000</instanceIdleTimeThreshold>
              <automaticInstanceManagementEnabled>false</automaticInstanceManagementEnabled>
              <configurationName>Disabled</configurationName>
              <maxNonBambooInstances>1</maxNonBambooInstances>
            </automaticInstanceManagementConfig>
            <isPublicIpForVpcEnabled>false</isPublicIpForVpcEnabled>
            <region>US_EAST_2</region>
          </elasticConfig>
        
      1. Start Bamboo

      Accepted Solution

      Provide a way to remove the EC2 keys from the UI.

              Assignee:
              Alexey Chystoprudov
              Reporter:
              Zaro (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: