You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform Module to setup Kong(OSS) in ECS with self managed EC2 instances.
3
+
Terraform Module to setup Kong(OSS) in ECS with self managed EC2 instances.
4
4
5
5
# Architectural Diagram
6
6
@@ -10,57 +10,15 @@ Terraform Module to setup Kong(OSS) in ECS with self managed EC2 instances.
10
10
11
11
This setup assumes that the `ECS cluster` that has `Auto Scaling Group (ASG)` exist with the name `default`. If you are using different name, you can provide those in the variables section of your Terraform configuration.
12
12
13
-
# Prerequisites for Setting Up AWS SSM Parameters
14
-
15
-
To configure and manage your AWS resources and GitHub Actions using Secure String parameters in AWS Systems Manager Parameter Store, follow the steps below to add the required parameters:
16
-
17
-
## AWS CLI Installation
18
-
19
-
Ensure you have the AWS CLI installed on your machine. You can install the AWS CLI using the following commands based on your operating system:
Configure the AWS CLI with your AWS credentials and region. Run the following command and follow the prompts to enter your AWS Access Key, Secret Access Key, and default region:
41
-
42
-
```sh
43
-
aws configure
44
-
```
45
-
46
13
## Adding Parameters to AWS Systems Manager Parameter Store
47
14
48
-
Use the following commands to add the required parameters to AWS Systems Manager Parameter Store. These parameters are necessary for configuring your PostgreSQL database and GitHub Actions.
15
+
Ensure you have the AWS CLI installed on your machine. You can find the installation instructions for different operating systems in the official AWS CLI documentation:
Use the following commands to add the required parameters to AWS Systems Manager Parameter Store. These parameters are necessary for configuring your PostgreSQL database.
0 commit comments