awsdocs / amazon-ecs-developer-guide

The open source version of the Amazon ECS developer guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix typo `<<` in User data example of page `Launching an Amazon ECS Container Instance`

dwchiang opened this issue · comments

One example shows cat &lt;&lt;'EOF' >> /etc/ecs/ecs.config which should be cat <<'EOF' >> /etc/ecs/ecs.config. Would like to fix it to avoid reader miss configuration.

Thanks for your contribution, this has been added to the documentation.