49dca3ecdf2459a6ed44771b6f18900b0b27039c
wiki/amazon-ec2.md
| ... | ... | @@ -1,5 +1,7 @@ |
| 1 | 1 | # Amazon EC2 for SAP Sailing Analytics |
| 2 | 2 | |
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 3 | 5 | Since XXX 2013 this project is using EC2 as the server provider. Amazon Elastic Compute Cloud (EC2) is a central part of Amazon.com's cloud computing platform, Amazon Web Services (AWS). EC2 allows users to rent virtual computers on which to run their own computer applications. EC2 allows scalable deployment of applications by providing a Web service through which a user can boot an Amazon Machine Image to create a virtual machine, which Amazon calls an "instance", containing any software desired. A user can create, launch, and terminate server instances as needed, paying by the hour for active servers, hence the term "elastic". |
| 4 | 6 | |
| 5 | 7 | This project is associated with an account that, for billing purposes, is a subsidiary of a main SAP billing account. The account information can be retrieved from one of the project administrators. The account number is "0173-6397-0217 (simon.marcel.pamies@sap.com)" and connected to "SAP CMC Production (hagen.stanek@sap.com)". It has "Dr. Axel Uhl (axel.uhl@sap.com)" configured as operations officer that can be contacted in case of problems with the instances. |
| ... | ... | @@ -20,4 +22,8 @@ Users configured in the IAM and at least belonging to the group Seniors can log |
| 20 | 22 | |
| 21 | 23 | In addition to having a password and MFA set for one user one can activate "Access Keys". These keys are a combination of hashed username ("ID") and a password ("Key"). These are needed in case of API related access (e.g. S3 uploader scripts). One user should not have more than 1 access key active because of security concerns and never distribute them over insecure channels. |
| 22 | 24 | |
| 23 | -[[Creating a new application instance|wiki/amazon-ec2-create-new-app-instance]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +## Architecture for Sailing Analytics |
|
| 1 | + |
|
| 2 | +## Creating a new application instance |
|
| 3 | + |
|
| 4 | +Find detailed instructions on how to create a new instance here wiki/amazon-ec2-create-new-app-instance. |
|
| ... | ... | \ No newline at end of file |