-
Type:
Suggestion
-
Resolution: Timed out
-
None
-
Component/s: EC2 Wizard
-
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.
- mentioned in
-
Page Loading...