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
During bug-bash it was realized that it would have been
helpful if there was cfn launch command available for launching
ECS updater. This change includes details in docs to fetch
Updater CFN template parameters and to launch it.
You'll want to pick at least one and save it for the launch command later.
67
+
Make sure the subnets you select have Internet access so the updater can reach its dependencies.
68
+
Public subnets usually have Internet access via an [Internet gateway](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html) while private subnets may be configured with NAT.
69
+
For more information, see [the VPC user guide](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html#vpc-igw-internet-access).
70
+
71
+
We recommend picking several subnets in different availability zones.
72
+
However, if you want to launch in a specific availability zone, make sure you pick a subnet that matches; the AZ is listed right below the public/private status.
73
+
74
+
### Log Group
75
+
76
+
You can either choose an existing log group or create a new one to get your ECS updater logs.
77
+
78
+
You can run this to get the list of existing log-groups
79
+
```sh
80
+
aws logs describe-log-groups
81
+
```
82
+
83
+
You'll want to pick one and save it for the installation command later.
84
+
85
+
If you want to create a new log group, run this (Make sure to provide LOG_GROUP_NAME)
0 commit comments