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
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:
8
+
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.
9
9
10
-
# Important Note
10
+
# Prerequisites for Setting Up AWS SSM Parameters
11
11
12
-
This setup assumes that the ECS cluster and Auto Scaling Group (ASG) exist with the name default. If you are using different names, you can provide those in the variables section of your Terraform configuration.
12
+
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:
13
13
14
14
## AWS CLI Installation
15
15
@@ -106,6 +106,7 @@ This command will display the values of the stored parameters, ensuring they hav
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The number of days to retain backups |`number`|`1`| no |
108
108
| <aname="input_backup_window"></a> [backup\_window](#input\_backup\_window)| The daily time range (in UTC) during which automated backups are created if they are enabled |`string`|`null`| no |
109
+
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the cluster |`string`|`"default"`| no |
109
110
| <aname="input_container_image"></a> [container\_image](#input\_container\_image)| Container image for kong |`string`|`"kong:3.7.1-ubuntu"`| no |
110
111
| <aname="input_cpu_for_kong_task"></a> [cpu\_for\_kong\_task](#input\_cpu\_for\_kong\_task)| CPU required for kong task definiton |`number`|`256`| no |
111
112
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Whether to create a DB subnet group |`bool`|`true`| no |
@@ -127,7 +128,7 @@ This command will display the values of the stored parameters, ensuring they hav
127
128
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| List of public subnet id |`list(string)`| n/a | yes |
128
129
| <aname="input_rds_db_tags"></a> [rds\_db\_tags](#input\_rds\_db\_tags)| List of tags |`map(string)`|`{}`| no |
129
130
| <aname="input_rds_instance_class"></a> [rds\_instance\_class](#input\_rds\_instance\_class)| The instance class to use |`string`|`"db.t3.micro"`| no |
130
-
| <aname="input_ssl_policy"></a> [ssl\_policy](#input\_ssl\_policy)|(Optional) Name of the SSL Policy for the listener. |`string`|`"ELBSecurityPolicy-2016-08"`| no |
131
+
| <aname="input_ssl_policy"></a> [ssl\_policy](#input\_ssl\_policy)| Name of the SSL Policy for the listener. |`string`|`"ELBSecurityPolicy-2016-08"`| no |
131
132
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC |`string`| n/a | yes |
0 commit comments