Improve Bamboo EC2 Wizard to include adding custom tags to an instance

XMLWordPrintable

    • 0

      Problem Definition

      Customers use tags for cost analysis, permissions segregation, and many other purposes.

      Currently, the Bamboo EC2 Wizard only adds 2 tags

      Key Value
      Name Bamboo Server
      bamboo-server time-date stamp server was started
      final Tag serverTag = new Tag(BAMBOO_SERVER_TAG, LocalDateTime.now().toString());
      final Tag nameTag = new Tag("Name", "Bamboo Server");
      

      Suggested Solution

      Add a prompt for adding new tags to the instance as it's created.

      Workaround

      Any other tags must be added after the instance is up and running. Then those tags must be manually added to the volumes which are used by the EC2 instance as well.

            Assignee:
            Unassigned
            Reporter:
            Robert W (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: