/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/ec2.txt

  • Committer: Jelmer Vernooij
  • Date: 2019-01-02 18:49:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7235.
  • Revision ID: jelmer@jelmer.uk-20190102184915-0da9k4jk49kql994
Fix import for git-objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=========================
2
 
Bazaar Windows EC2 Server
 
2
Breezy Windows EC2 Server
3
3
=========================
4
4
 
5
5
We have an Amazon EC2 virtual machine called Desolation_ for
10
10
 
11
11
See also:
12
12
 
13
 
* `Bazaar Developer Documentation Catalog <index.html>`_.
 
13
* `Breezy Developer Documentation Catalog <index.html>`_.
14
14
 
15
15
 
16
16
.. _Desolation: http://en.wikipedia.org/wiki/Desolation_Island
31
31
* We keep snapshot of the OS and tool chain so that we can roll back if
32
32
  we need to.
33
33
 
34
 
* bzr branches and similar information are kept on stable storage that
 
34
* branches and similar information are kept on stable storage that
35
35
  survives rollbacks of the OS state, and that can be backed up.
36
36
 
37
37
Later on we may try automated Windows testing in a similar setup.
74
74
password from Amazon, and ``ec2-add-keypair`` creates a named keypair at
75
75
Amazon and returns the private path. One keypair is all that is needed.
76
76
This is distinct from the account identifier - likely due to the different
77
 
toolchains in use (the keypairs are used for unix ssh keys, and I (Robert)
 
77
toolchains in use (the keypairs are used for unix SSH keys, and I (Robert)
78
78
suspect a rather unix friendly core at Amazon).
79
79
Once a custom image is made with a saved password, you can skip using
80
80
``ec2-get-password`` (which is only needed for Windows anyway).
92
92
Preparation
93
93
-----------
94
94
 
95
 
* Be in the bzr core team.  If you are interested in helping with
 
95
* Be in the brz core team.  If you are interested in helping with
96
96
  Windows packaging, testing or development just ask.
97
97
 
98
98
* Install the
125
125
* Install the rdesktop client, to actually access the machine.
126
126
 
127
127
* Possibly read some of the `EC2 documentation`_ for background.
128
 
 
129
 
.. _`bug 330930`: https://bugs.edge.launchpad.net/ubuntu/+bug/330930
130
 
.. _`Amazon EC2 API tools`:
 
128
   
 
129
.. _`bug 330930`: https://bugs.launchpad.net/ubuntu/+bug/330930 
 
130
.. _`Amazon EC2 API tools`: 
131
131
     http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368&categoryID=88
132
132
.. _`EC2 documentation`: http://aws.amazon.com/
133
133
.. _`ami-bdfe19d4`: