Skip to content
Snippets Groups Projects
Commit 88ed5c49 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3233607 by yas: Hotfix - Update README.md for CFn templates

parent 91370410
No related branches found
No related tags found
No related merge requests found
...@@ -4,52 +4,52 @@ USAGE INSTRUCTIONS ...@@ -4,52 +4,52 @@ USAGE INSTRUCTIONS
The following Cloud Formation templates are provided. The following Cloud Formation templates are provided.
- `cloud_orchestrator_full.yaml` - `cloud_orchestrator_full.yaml`
- Builds a fully distributed Cloud Orchestrator - Builds a fully distributed Cloud Orchestrator distribution.
distribution.
- Database: **RDS (MySQL)** - Database: **RDS (MySQL)**
- Memcache: **ElastiCache (Memcached)** - Memcache: **ElastiCache (Memcached)**
- Runtime: **EC2** with LAMP stack - Runtime: **EC2** with LAMP stack
- VPC: **Automatic** - VPC: **Automatic**
- `cloud_orchestrator_full_manual_vpc.yaml` - `cloud_orchestrator_full_manual_vpc.yaml`
- Builds a fully distributed Cloud Orchestrator distribution. This template - Builds a fully distributed Cloud Orchestrator distribution. This template
lets a user choose a VPC and Subnet for the EC2 instance. lets a user choose a VPC and Subnet for the EC2 instance.
- Runtime: **EC2** with LAMP stack - Runtime: **EC2** with LAMP stack
- Database: **RDS** (MySQL) - Database: **RDS** (MySQL)
- Memcache: **ElastiCache (Memcached)** - Memcache: **ElastiCache (Memcached)**
- VPC: **User-specified VPC and Subnet** - VPC: **User-specified VPC and Subnet**
- `cloud_orchestrator_single.yaml` - `cloud_orchestrator_single.yaml`
- Builds a Cloud Orchestrator distribution fully contained in a single EC2 - Builds a Cloud Orchestrator distribution fully contained in a single EC2
instance. instance.
- Runtime: **EC2** with LAMP stack - Runtime: **EC2** with LAMP stack
- Database: **MariaDB** - Database: **MariaDB**
- Memcache: **Memached** - Memcache: **Memached**
- VPC: **Automatic** - VPC: **Automatic**
- `cloud_orchestrator_single_manual_vpc.yaml` - `cloud_orchestrator_single_manual_vpc.yaml`
- Fully contained in a single EC2 instance. This template lets a user choose a - Fully contained in a single EC2 instance. This template lets a user choose
VPC and Subnet for the EC2 instance. Builds a Cloud Orchestrator distribution. a VPC and Subnet for the EC2 instance. Builds a Cloud Orchestrator
distribution.
- Runtime: **EC2** with LAMP stack - Runtime: **EC2** with LAMP stack
- Database: **MariaDB** - Database: **MariaDB**
- Memcache: **Memached** - Memcache: **Memached**
- VPC: **User-specified VPC and Subnet** - VPC: **User-specified VPC and Subnet**
- `cloud_orchestrator_docker.yaml` - `cloud_orchestrator_docker.yaml`
- Build a Cloud Orchestrator distribution running individual Docker containers - Build a Cloud Orchestrator distribution running individual Docker containers
in a single EC2 instance. in a single EC2 instance.
- Runtime: **Docker on EC2** with LAMP stack - Runtime: **Docker on EC2** with LAMP stack
- Database: **MariaDB** - Database: **MariaDB**
- Memcache: **Memached** - Memcache: **Memached**
- VPC: Automatic - VPC: Automatic
- `cloud_orchestrator_docker_manual_vpc.yaml` - `cloud_orchestrator_docker_manual_vpc.yaml`
- Builds a Cloud Orchestrator distribution running individual Docker - Builds a Cloud Orchestrator distribution running individual Docker
containers in a single EC2 instance. This template lets a user choose a VPC and containers in a single EC2 instance. This template lets a user choose a VPC
Subnet for the EC2 instance. and Subnet for the EC2 instance.
- Runtime: **Docker** on EC2 with LAMP stack - Runtime: **Docker** on EC2 with LAMP stack
- Database: **MariaDB** - Database: **MariaDB**
- Memcache: **Memached** - Memcache: **Memached**
- VPC: **User-specified VPC and Subnet** - VPC: **User-specified VPC and Subnet**
- `cloud_orchestrator_docker_rds_manual_vpc.yaml` - `cloud_orchestrator_docker_rds_manual_vpc.yaml`
- Builds a Cloud Orchestrator distribution running individual Docker - Builds a Cloud Orchestrator distribution running individual Docker
containers in a single EC2 instance. The database is running on RDS. This containers in a single EC2 instance. The database is running on RDS. This
template lets a user choose a VPC and Subnet for the EC2 instance. template lets a user choose a VPC and Subnet for the EC2 instance.
- Runtime: **Docker on EC2** with LAMP stack - Runtime: **Docker on EC2** with LAMP stack
- Database: **RDS (MySQL)** - Database: **RDS (MySQL)**
- Memcache: **Memached** - Memcache: **Memached**
...@@ -66,15 +66,14 @@ The packaged version of these templates are hosted in S3. ...@@ -66,15 +66,14 @@ The packaged version of these templates are hosted in S3.
To package the templates for your own usage, follow these steps: To package the templates for your own usage, follow these steps:
1. Prep and upload the nested templates. The command also replaces the 1. Prep and upload the nested templates. The command also replaces the
TemplateURLs with publicly accessible S3 urls. Template URLs with publicly accessible S3 urls:
`aws cloudformation package --template-file <TEMPLATE_NAME.yaml> `aws cloudformation package --template-file <TEMPLATE_NAME.yaml>
--output-template <output_template_name.yaml> --s3-bucket --output-template <output_template_name.yaml> --s3-bucket
<Accessible S3 Bucket>` <Accessible S3 Bucket>`
2. Log into AWS console and navigate to CloudFormation. Make sure your account 2. Log into AWS management console and navigate to CloudFormation. Make sure
has permissions for IAM, VPC and Networking, Security Groups, RDS, ElastiCache your account has permissions for IAM, VPC and Networking, Security Groups,
and EC2. RDS, ElastiCache and EC2.
3. Use the `<output_template_name.yaml>` to launch the Cloud Orchestrator 3. Use the `<output_template_name.yaml>` to launch the Cloud Orchestrator stack.
stack. 4. Wait for the stack to launch. Then follow the instructions under
4. Wait for the stack to launch. Then follow the instructions under `Outputs` > `Instructions`.
`Outputs > Instructions`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment