Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
markblaize authored Mar 20, 2023
1 parent 65f9bb6 commit 33b7af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AWS/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Examples of deployment for concrete parachains you can find [here](examples/READ

### Maintenance
Current setup supports following Maintenance actions:
* update collator image - update `docker_image` variable in terraform var and run `terraform apply` to apply changes.
* change disk size - update `eks_node_groups[0].disk_size` to desired value and run `terraform apply` to apply changes.
* change instance size - update `eks_node_groups[0].instance_types` to desired value and run `terraform apply` to apply changes.
* destroy - if you need to free all resources you can do that with `terrform destroy`.
Expand Down

0 comments on commit 33b7af8

Please sign in to comment.